This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH, go] Re: Should rename ELFOSABI_LINUX into ELFOSABI_GNU, and drop ELFOSABI_HURD
- From: Ian Lance Taylor <iant at google dot com>
- To: Thomas Schwinge <thomas at schwinge dot name>
- Cc: gcc-patches at gcc dot gnu dot org, binutils at sourceware dot org, Nick Clifton <nickc at redhat dot com>, Samuel Thibault <samuel dot thibault at ens-lyon dot org>
- Date: Tue, 05 Jul 2011 12:19:31 -0700
- Subject: Re: [PATCH, go] Re: Should rename ELFOSABI_LINUX into ELFOSABI_GNU, and drop ELFOSABI_HURD
- References: <20110619203224.GT27884@const.famille.thibault.fr> <4E0C4652.7030201@redhat.com> <871uy5hsol.fsf@kepler.schwinge.homeip.net>
Thomas Schwinge <thomas@schwinge.name> writes:
> The only ELFOSABI_* occurrences in GCC trunk are in libgo.
>
> Ian, what do you think about the following patch (untested -- what
> testing does this need)? Is it even worth keeping the ELFOSABI_LINUX
> alias? (It can never be returned via osabiStrings.)
These files are simply copied directly from the master Go library, so
the change should be made there. See libgo/README and
http://golang.org/doc/contribute.html.
I can probably take care of it at some point if you don't want to
bother.
Ian