Thomas Schwinge <tho...@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