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] sh64: Fix gas testsuite expected output


On Thu, Oct 17, 2002 at 12:33:04AM +0930, Alan Modra wrote:
> On Wed, Oct 16, 2002 at 06:16:25AM -0700, H. J. Lu wrote:
> > If NetBSD uses the same
> > ABI as Linux, they should share the same ELFOSABI_XXX.
> 
> Aye, but should NetBSD use ELFOSABI_LINUX or Linux use ELFOSABI_NETBSD?
> Bun fight coming up..
> 

I took a look. I believe the straight ELF/sh should use

#define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */

and we delete Linux/sh and NetBSD/sh. Then we create Unix/sh with

#define ELFOSABI_NONE   0       /* UNIX System V ABI */

I hope it is not late to do the right thing. That means there is no
change in Linux/sh/NetBSD/sh binaries. But ELF/sh will be different.


H.J.


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