This is the mail archive of the binutils@sources.redhat.com 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]

Re: [PATCH] Fix distinction of 32/64bit addresses in MIPS gas


Thiemo Seufer <ica2_ts@csv.ica.uni-stuttgart.de> writes:

> we can't have 64bit addresses in a 32bit object file format,

I'm not sure what you mean.  I thought elf32 supported 64-bit addresses
through R_MIPS_64?  Besides, isn't the address size really decided by
the ABI?

> so I added a check for mips_64 to the relevant macro. This will fail
> for o64 ABI and possibly for eabi64 too, but these are both virtually
> unimplemented in gas. (I don't really know how eabi64 is defined.)

Richard


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