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]
Other format: [Raw text]

Re: [PATCH/RFA] Mark arm-*-netbsdelf* binaries as ELFOSABI_NETBSD



> In fact, if this is all you are interested in you could probably use
> EI_OSABI without introducing any new values.  You can take ELFOSABI_ARM
> to mean your existing ABI, and assume that at the point binutils adopts
> an "official" ARM EABI it will start writing EI_OSABI as zero.  (I still
> don't think it's a particularly good idea to use it for what you're
> proposing, but ...)

Hmm, I think it would be far better to set EI_OSABI to ELFOSABI_NETBSD 
now, thus indicating that these files don't really conform to the EABI.  
Then, when the transition to the conforming ABI happens, we can set the 
field to 0, or whatever the ARM EABI mandates.

R.


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