[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r3425 - in glibc-package/trunk/debian: . patches patches/any



Author: aurel32
Date: 2009-04-26 21:13:46 +0000 (Sun, 26 Apr 2009)
New Revision: 3425

Added:
   glibc-package/trunk/debian/patches/any/cvs-binutils_2.20.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * any/cvs-binutils_2.20.diff: new patch from upstream to fix build failure
    with binutils 2.20.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2009-04-26 19:29:18 UTC (rev 3424)
+++ glibc-package/trunk/debian/changelog	2009-04-26 21:13:46 UTC (rev 3425)
@@ -27,6 +27,8 @@
   * mips_asm_unistd.h, sysdeps/mipsel.mk, sysdeps/mips.mk: use our own version
     of unistd.h corresponding to the one of a 2.6.24 kernel to workaround kernel
     bugs on the build daemons.
+  * any/cvs-binutils_2.20.diff: new patch from upstream to fix build failure
+    with binutils 2.20.
 
   [ Petr Salinger ]
   * kfreebsd/local-sysdeps.diff: update to revision 2450 (from glibc-bsd).

Added: glibc-package/trunk/debian/patches/any/cvs-binutils_2.20.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/cvs-binutils_2.20.diff	                        (rev 0)
+++ glibc-package/trunk/debian/patches/any/cvs-binutils_2.20.diff	2009-04-26 21:13:46 UTC (rev 3425)
@@ -0,0 +1,19 @@
+2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
+
+	* elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
+	newer linker scripts.
+
+
+diff --git a/elf/Makefile b/elf/Makefile
+index 8079fe9..e44ff1d 100644
+--- a/elf/Makefile
++++ b/elf/Makefile
+@@ -304,7 +304,7 @@ $(objpfx)ld.so: $(objpfx)librtld.os $(ld-map)
+ 		  $(LDFLAGS-rtld) -Wl,-z,defs -Wl,--verbose 2>&1 |	\
+ 		  LC_ALL=C \
+ 		  sed -e '/^=========/,/^=========/!d;/^=========/d'	\
+-		      -e 's/\. = 0 + SIZEOF_HEADERS;/& _begin = . - SIZEOF_HEADERS;/' \
++		      -e 's/\. = .* + SIZEOF_HEADERS;/& _begin = . - SIZEOF_HEADERS;/' \
+ 		  > $@.lds
+ 	$(LINK.o) -nostdlib -nostartfiles -shared -o $@			\
+ 		  $(LDFLAGS-rtld) -Wl,-z,defs $(z-now-$(bind-now))	\

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2009-04-26 19:29:18 UTC (rev 3424)
+++ glibc-package/trunk/debian/patches/series	2009-04-26 21:13:46 UTC (rev 3425)
@@ -202,3 +202,4 @@
 any/cvs-iconv-utf16.diff
 any/local-getaddrinfo-interface.diff
 any/cvs-broken-dns.diff
+any/cvs-binutils_2.20.diff


Reply to: