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] Better checking of ISA/ASE/ABI options for MIPS gas



I changed the test for is_isa in mips_cpu_info_from_isa() to (flags & MIPS_CPU_IS_ISA). mips_cpu_info_from_isa() is the only user.

To be honest I'd just prefer another field for "default ASEs".

a) This would bloat the table by another field to initialise. b) There is no generic ISA with an ASE, both uses are mutually exclusive.

No more objections then. :)


-eric


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