upgrade the Linaro binutils to 2.24-2013.12
[openwrt/staging/chunkeey.git] / toolchain / binutils / patches / linaro / 300-012_check_ldrunpath_length.patch
index 61324d1119b254d8b4a7c50fb5e0debd7dda03c4..37752b75ac223c710ea5a7372de53d5645efc156 100644 (file)
@@ -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");