SOURCES: glibc-sed.patch (NEW) - fix build with recent binutils.

pluto pluto at pld-linux.org
Fri Feb 20 15:45:25 CET 2009


Author: pluto                        Date: Fri Feb 20 14:45:25 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix build with recent binutils.

---- Files affected:
SOURCES:
   glibc-sed.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/glibc-sed.patch
diff -u /dev/null SOURCES/glibc-sed.patch:1.1
--- /dev/null	Fri Feb 20 15:45:25 2009
+++ SOURCES/glibc-sed.patch	Fri Feb 20 15:45:19 2009
@@ -0,0 +1,22 @@
+===================================================================
+RCS file: /cvs/glibc/libc/elf/Makefile,v
+retrieving revision 1.330
+retrieving revision 1.331
+diff -u -r1.330 -r1.331
+--- libc/elf/Makefile	2008/10/31 20:35:11	1.330
++++ libc/elf/Makefile	2009/01/31 00:20:55	1.331
+@@ -1,4 +1,4 @@
+-# Copyright (C) 1995-2007, 2008 Free Software Foundation, Inc.
++# Copyright (C) 1995-2007, 2008, 2009 Free Software Foundation, Inc.
+ # This file is part of the GNU C Library.
+ 
+ # The GNU C Library is free software; you can redistribute it and/or
+@@ -304,7 +304,7 @@
+ 		  $(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))	\
================================================================


More information about the pld-cvs-commit mailing list