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


Richard Sandiford wrote:
> Thiemo Seufer <ica2_ts@csv.ica.uni-stuttgart.de> writes:
> > Richard Sandiford wrote:
> > > Besides, isn't the address size really decided by
> > > the ABI?
> > 
> > Sure, and a ABI with 64bit addresses won't fit in a object format
> > restricted to 32bit.
> 
> But the register size is already determined by the ABI.  Isn't it more
> consistent to do the same with the address size?

That's what it does. The mips_64 variable is set if ABI 64 is
specified. I don't know what to do with o64 or eabi64, there
isn't much implemented besides the header flag settings.


Thiemo


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