libc/eglibc: remove obsolete patch
authorChih-Min Chao <cmchao@gmail.com>
Wed Dec 29 12:40:36 2010 +0100 (2010-12-29)
changeset 223486076f2aedd8
parent 2233 e65b82c6aa2c
child 2235 20d61f6e05e5
libc/eglibc: remove obsolete patch

That patch has been applied upstream as r8690.

Signed-off-by: Chih-Min Chao <cmchao@gmail.com>
patches/eglibc/2_9/110-binutils-elf-begin.patch
     1.1 --- a/patches/eglibc/2_9/110-binutils-elf-begin.patch	Wed Dec 29 02:00:21 2010 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,12 +0,0 @@
     1.4 -diff -ru eglibc-2_9_orig/elf/Makefile eglibc-2_9/elf/Makefile
     1.5 ---- eglibc-2_9_orig/elf/Makefile	2009-01-26 07:31:40.000000000 -0800
     1.6 -+++ eglibc-2_9/elf/Makefile	2009-05-06 16:52:28.000000000 -0700
     1.7 -@@ -305,7 +305,7 @@
     1.8 - 		  $(LDFLAGS-rtld) -Wl,-z,defs -Wl,--verbose 2>&1 |	\
     1.9 - 		  LC_ALL=C \
    1.10 - 		  sed -e '/^=========/,/^=========/!d;/^=========/d'	\
    1.11 --		      -e 's/\. = 0 + SIZEOF_HEADERS;/& _begin = . - SIZEOF_HEADERS;/' \
    1.12 -+		      -e 's/\. = .* + SIZEOF_HEADERS;/& _begin = . - SIZEOF_HEADERS;/' \
    1.13 - 		      -e 's/\. = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS;/& _begin = . - SIZEOF_HEADERS;/' \
    1.14 - 		  > $@.lds
    1.15 - 	$(LINK.o) -nostdlib -nostartfiles -shared -o $@			\