[Patch] sh64: Fix gas testsuite expected output

H. J. Lu hjl@lucon.org
Wed Oct 16 08:14:00 GMT 2002


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.



More information about the Binutils mailing list