# HG changeset patch # User Chih-Min Chao # Date 1293622836 -3600 # Node ID 86076f2aedd80ad63306e1b37caf75e65699f613 # Parent e65b82c6aa2cba8e2ef4dc97d849b36771eaba2d libc/eglibc: remove obsolete patch That patch has been applied upstream as r8690. Signed-off-by: Chih-Min Chao diff -r e65b82c6aa2c -r 86076f2aedd8 patches/eglibc/2_9/110-binutils-elf-begin.patch --- a/patches/eglibc/2_9/110-binutils-elf-begin.patch Wed Dec 29 02:00:21 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -diff -ru eglibc-2_9_orig/elf/Makefile eglibc-2_9/elf/Makefile ---- eglibc-2_9_orig/elf/Makefile 2009-01-26 07:31:40.000000000 -0800 -+++ eglibc-2_9/elf/Makefile 2009-05-06 16:52:28.000000000 -0700 -@@ -305,7 +305,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;/' \ - -e 's/\. = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS;/& _begin = . - SIZEOF_HEADERS;/' \ - > $@.lds - $(LINK.o) -nostdlib -nostartfiles -shared -o $@ \