Re: [PATCH,HURD] Recognize GNU/Hurd-specific binaries

2013-08-29 Thread Thomas Schwinge
Hi! On Wed, 29 May 2013 15:01:40 -0700 (PDT), Roland McGrath wrote: > > First, my "usual" cleanup patch: > > > > * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI) > > (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU > > instead of ELFOSABI_LINUX. > > > > ports/Ch

Re: [PATCH,HURD] Recognize GNU/Hurd-specific binaries

2013-05-29 Thread Roland McGrath
> First, my "usual" cleanup patch: > > * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI) > (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU > instead of ELFOSABI_LINUX. > > ports/ChangeLog.arm > * sysdeps/unix/sysv/linux/arm/ldsodefs.h (VALID_ELF_OSABI)

Re: [PATCH,HURD] Recognize GNU/Hurd-specific binaries

2013-05-26 Thread Thomas Schwinge
Hi! On Sun, 3 Jul 2011 16:19:39 +0200, Samuel Thibault wrote: > Roland McGrath, le Sun 19 Jun 2011 11:46:20 -0700, a écrit : > > > Ok, so I guess we should request binutils to rename the LINUX one into > > > ELFOSABI_GNU and drop the HURD one? > > > > That seems appropriate to me. ..., and hap

[PATCH,HURD] Recognize GNU/Hurd-specific binaries

2011-07-03 Thread Samuel Thibault
Roland McGrath, le Sun 19 Jun 2011 11:46:20 -0700, a écrit : > > Ok, so I guess we should request binutils to rename the LINUX one into > > ELFOSABI_GNU and drop the HURD one? > > That seems appropriate to me. Ok, here is an updated patch for the libc part. Samuel binutils started emitting ELF

Re: [PATCH,HURD] Recognize GNU/Hurd-specific binaries

2011-06-19 Thread Roland McGrath
> Ok, so I guess we should request binutils to rename the LINUX one into > ELFOSABI_GNU and drop the HURD one? That seems appropriate to me. I don't really care about the names. It's certainly the case that there never should have been, and never should be, any material distinction between GNU/L

Re: [PATCH,HURD] Recognize GNU/Hurd-specific binaries

2011-06-19 Thread Samuel Thibault
Roland McGrath, le Sun 19 Jun 2011 11:04:38 -0700, a écrit : > > Well, it frightens me a bit to add something called "LINUX" in all GNU > > systems: what if somebody adds something there that we don't want to add > > to some GNU system? What if we want to add something for GNU/Hurd that > > Linux p

Re: [PATCH,HURD] Recognize GNU/Hurd-specific binaries

2011-06-19 Thread Roland McGrath
> Well, it frightens me a bit to add something called "LINUX" in all GNU > systems: what if somebody adds something there that we don't want to add > to some GNU system? What if we want to add something for GNU/Hurd that > Linux people do not want to add? The ABI is the value, not the name. > I k

Re: [PATCH,HURD] Recognize GNU/Hurd-specific binaries

2011-06-19 Thread Samuel Thibault
Roland McGrath, le Sun 19 Jun 2011 10:48:12 -0700, a écrit : > > Ground issue is this: > > http://sourceware.org/bugzilla/show_bug.cgi?id=10549 > > gcc/glibc now uses GNU-specific extensions to the ELF format (GNU_IFUNC, > > GNU_UNIQUE). For such cases, binutils now emits binaries with the > > GNU/