Re: [PATCH v2 1/2] H8: Set H8/300H as the default architecture for the H8 family
Jan Dubiec <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils |
|---|---|
| Message-ID | <[email protected]> |
On 11.07.2026 01:20, Alan Modra wrote: [...] > A bfd_arch_info_type comment says: > /* TRUE if this is the default machine for the architecture. > The default arch should be the first entry for an arch so that > all the entries for that arch can be accessed via <<next>>. */ > bool the_default; > > According to that, when changing the default you should also rearrange > the "next" pointers. > I reordered the list as suggested in the comment and posted a new (v3) version of the patch in a separate thread. /J.D.