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 to add -mfp32 support to MIPS gas


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

> Another Question, what happens if somebody specifies
> "-mips1 -mcpu=r10000 -mfp=64" ? AFAICS it sets mips_32bitmode
> and uses 64bit FPR's, which creates bad ELF object files.

Is your objection is that it's possible to silently link executables
assembled with -mfp32 with others assembled with -mfp64?  There's no
separate ELF header bit to indicate the FPR size, so I don't see how
we can avoid that.


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