aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/patches/2.19.1/300-012_check_ldrunpath_length.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-06-30 07:54:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-06-30 07:54:37 +0000
commite12995bc2f7c60191940f7bf6375eeb336f5bd4d (patch)
tree702cc7be9eb7d94e298af1b2778c33c54c914938 /toolchain/binutils/patches/2.19.1/300-012_check_ldrunpath_length.patch
parent2640d86b61f0ce9f82f770090ee28eafb1f89ae5 (diff)
downloadupstream-e12995bc2f7c60191940f7bf6375eeb336f5bd4d.tar.gz
upstream-e12995bc2f7c60191940f7bf6375eeb336f5bd4d.tar.bz2
upstream-e12995bc2f7c60191940f7bf6375eeb336f5bd4d.zip
binutils: remove some unused obsolete versions
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37093 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils/patches/2.19.1/300-012_check_ldrunpath_length.patch')
-rw-r--r--toolchain/binutils/patches/2.19.1/300-012_check_ldrunpath_length.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/toolchain/binutils/patches/2.19.1/300-012_check_ldrunpath_length.patch b/toolchain/binutils/patches/2.19.1/300-012_check_ldrunpath_length.patch
deleted file mode 100644
index bcafe572fb..0000000000
--- a/toolchain/binutils/patches/2.19.1/300-012_check_ldrunpath_length.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/ld/emultempl/elf32.em
-+++ b/ld/emultempl/elf32.em
-@@ -1219,6 +1219,8 @@ fragment <<EOF
- && command_line.rpath == NULL)
- {
- lib_path = (const char *) getenv ("LD_RUN_PATH");
-+ if ((lib_path) && (strlen (lib_path) == 0))
-+ lib_path = NULL;
- if (gld${EMULATION_NAME}_search_needed (lib_path, &n,
- force))
- break;
-@@ -1404,6 +1406,8 @@ gld${EMULATION_NAME}_before_allocation (
- rpath = command_line.rpath;
- if (rpath == NULL)
- rpath = (const char *) getenv ("LD_RUN_PATH");
-+ if ((rpath) && (strlen (rpath) == 0))
-+ rpath = NULL;
- if (! (bfd_elf_size_dynamic_sections
- (link_info.output_bfd, command_line.soname, rpath,
- command_line.filter_shlib,