This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


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

Re: RFA: Recording MIPS ABI selection in binaries


"Chris G. Demetriou" wrote:

> That actually makes me think:
> 
> the defined values for EF_MIPS_MACH are unused, and, really, per my
> previous thought, EF_MIPS_MACH is really better expressed by something
> like what you're currently proposing.  You could deprecate its use and
> steal a few bits from it (looks like 4, non-contiguous), without
> breaking backward compatibility with the defines in the existing
> headers, if you are careful.

FYI, EF_MIPS_MACH is used to determine the ISA.  Its fairly orthogonal
to ABI related flags such as -mgp32.

	Andrew

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