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: Strange code in tc-mips.c


ian@zembu.com ("Ian Lance Taylor") writes:
> > I can't see even the intention behind this:
> >   - A gas with ELF _support_ never uses this code.
> 
> It did at one time.  Now that 64 bit ELF is supported, it is no longer
> necessary to enable this for ELF.

Should this check be guarded with a check that ELF is the actual
object format?  (for the case where you're supporting ELF +
e.g. ECOFF, iirc where OBJ_MAYBE_ELF or something like that is
defined?)


chris


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