aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eglibc/files/eglibc_adjust_begin_insertion.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/eglibc/files/eglibc_adjust_begin_insertion.patch')
-rw-r--r--recipes/eglibc/files/eglibc_adjust_begin_insertion.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes/eglibc/files/eglibc_adjust_begin_insertion.patch b/recipes/eglibc/files/eglibc_adjust_begin_insertion.patch
deleted file mode 100644
index 8f05cc0cab..0000000000
--- a/recipes/eglibc/files/eglibc_adjust_begin_insertion.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: libc/elf/Makefile
-===================================================================
---- libc.orig/elf/Makefile 2009-07-15 14:37:34.000000000 -0700
-+++ libc/elf/Makefile 2009-07-15 14:37:47.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;/' \
- > $@.lds
- $(LINK.o) -nostdlib -nostartfiles -shared -o $@ \
- $(LDFLAGS-rtld) -Wl,-z,defs $(z-now-$(bind-now)) \