Author: sthibault Date: 2011-06-23 18:07:52 +0000 (Thu, 23 Jun 2011) New Revision: 4742
Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/patches/hurd-i386/submitted-ldsodefs.h.diff glibc-package/trunk/debian/patches/series Log: Disable patches/hurd-i386/submitted-ldsodefs.h.diff for now. Modified: glibc-package/trunk/debian/changelog =================================================================== --- glibc-package/trunk/debian/changelog 2011-06-20 20:33:34 UTC (rev 4741) +++ glibc-package/trunk/debian/changelog 2011-06-23 18:07:52 UTC (rev 4742) @@ -2,7 +2,7 @@ [ Samuel Thibault ] * Add patches/hurd-i386/submitted-ldsodefs.h.diff to fix loading binaries - with GNU/Hurd-specific extensions. + with GNU/Hurd-specific extensions, disabled for now. [ Aurelien Jarno ] * Add patches/any/cvs-addmntent.diff to correctly report errors status in Modified: glibc-package/trunk/debian/patches/hurd-i386/submitted-ldsodefs.h.diff =================================================================== --- glibc-package/trunk/debian/patches/hurd-i386/submitted-ldsodefs.h.diff 2011-06-20 20:33:34 UTC (rev 4741) +++ glibc-package/trunk/debian/patches/hurd-i386/submitted-ldsodefs.h.diff 2011-06-23 18:07:52 UTC (rev 4742) @@ -1,3 +1,8 @@ +binutils started emitting ELF files with ELFOSABI_LINUX due to GNU-specific +ELF extensions. We need to accept loading such binaries on hurd-i386. This +does it for the binutils-defined ELFOSABI_HURD, but maybe we will just rename +ELFOSABI_LINUX into ELFOSABI_GNU actually, so this is disabled for now. + 2011-06-19 Samuel Thibault <[email protected]> * elf/elf.h (ELFOSABI_HURD): Define macro. Modified: glibc-package/trunk/debian/patches/series =================================================================== --- glibc-package/trunk/debian/patches/series 2011-06-20 20:33:34 UTC (rev 4741) +++ glibc-package/trunk/debian/patches/series 2011-06-23 18:07:52 UTC (rev 4742) @@ -139,7 +139,6 @@ hurd-i386/local-ED.diff hurd-i386/local-pthread_posix-option.diff hurd-i386/local-madvise_warn.diff -hurd-i386/submitted-ldsodefs.h.diff ia64/local-dlfptr.diff ia64/submitted-sysconf.diff -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

