This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Support Intel L1OM


>>> "H.J. Lu" <hongjiu.lu@intel.com> 25.07.09 16:37 >>>
>--- bfd/archures.c	(.../fsf/trunk)	(revision 6484)
>+++ bfd/archures.c	(.../branches/l1om)	(revision 6484)
>...
>@@ -476,6 +479,7 @@ extern const bfd_arch_info_type bfd_h850
> extern const bfd_arch_info_type bfd_hppa_arch;
> extern const bfd_arch_info_type bfd_i370_arch;
> extern const bfd_arch_info_type bfd_i386_arch;
>+extern const bfd_arch_info_type bfd_l1om_arch;
> extern const bfd_arch_info_type bfd_i860_arch;
> extern const bfd_arch_info_type bfd_i960_arch;
> extern const bfd_arch_info_type bfd_ia64_arch;
>@@ -550,6 +554,7 @@ static const bfd_arch_info_type * const 
>     &bfd_hppa_arch,
>     &bfd_i370_arch,
>     &bfd_i386_arch,
>+    &bfd_l1om_arch,
>     &bfd_i860_arch,
>     &bfd_i960_arch,
>     &bfd_ia64_arch,

Aren't these lists (and further ones modified later in the patch) all sorted
at least nearly alphabetically? Looking up a specific architecture is certainly
easier that way...

Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]