aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/patches/linaro/300-012_check_ldrunpath_length.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-01-07 15:03:55 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-01-07 15:03:55 +0000
commit5c3cb628f829c321ded658da1f0dbf74c93652a9 (patch)
treef9278e478b351dbe78df7b1a5e4f674c7890bea1 /toolchain/binutils/patches/linaro/300-012_check_ldrunpath_length.patch
parentf6be067784e11bcc43d78b14e89abf3c59e0f029 (diff)
downloadupstream-5c3cb628f829c321ded658da1f0dbf74c93652a9.tar.gz
upstream-5c3cb628f829c321ded658da1f0dbf74c93652a9.tar.bz2
upstream-5c3cb628f829c321ded658da1f0dbf74c93652a9.zip
upgrade the Linaro binutils to 2.24-2013.12
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39210
Diffstat (limited to 'toolchain/binutils/patches/linaro/300-012_check_ldrunpath_length.patch')
-rw-r--r--toolchain/binutils/patches/linaro/300-012_check_ldrunpath_length.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/binutils/patches/linaro/300-012_check_ldrunpath_length.patch b/toolchain/binutils/patches/linaro/300-012_check_ldrunpath_length.patch
index 61324d1119..37752b75ac 100644
--- a/toolchain/binutils/patches/linaro/300-012_check_ldrunpath_length.patch
+++ b/toolchain/binutils/patches/linaro/300-012_check_ldrunpath_length.patch
@@ -1,6 +1,6 @@
--- a/ld/emultempl/elf32.em
+++ b/ld/emultempl/elf32.em
-@@ -1278,6 +1278,8 @@ fragment <<EOF
+@@ -1267,6 +1267,8 @@ fragment <<EOF
&& command_line.rpath == NULL)
{
lib_path = (const char *) getenv ("LD_RUN_PATH");
@@ -9,7 +9,7 @@
if (gld${EMULATION_NAME}_search_needed (lib_path, &n,
force))
break;
-@@ -1505,6 +1507,8 @@ gld${EMULATION_NAME}_before_allocation (
+@@ -1518,6 +1520,8 @@ gld${EMULATION_NAME}_before_allocation (
rpath = command_line.rpath;
if (rpath == NULL)
rpath = (const char *) getenv ("LD_RUN_PATH");