summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorChih-Min Chao <cmchao@gmail.com>2010-12-29 11:40:36 (GMT)
committerChih-Min Chao <cmchao@gmail.com>2010-12-29 11:40:36 (GMT)
commitfa32e39096fbc3fae403f483d732ed54c96b4096 (patch)
treed6224350fc6e8ff99092676cb7635ab812b4969e /patches
parenta98df486c2ea16b33d57300f9989b1c49a119908 (diff)
libc/eglibc: remove obsolete patch
That patch has been applied upstream as r8690. Signed-off-by: Chih-Min Chao <cmchao@gmail.com>
Diffstat (limited to 'patches')
-rw-r--r--patches/eglibc/2_9/110-binutils-elf-begin.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/patches/eglibc/2_9/110-binutils-elf-begin.patch b/patches/eglibc/2_9/110-binutils-elf-begin.patch
deleted file mode 100644
index c1988f7..0000000
--- a/patches/eglibc/2_9/110-binutils-elf-begin.patch
+++ /dev/null
@@ -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 $@ \