upgrade the Linaro binutils to 2.24-2013.12
[openwrt/openwrt.git] / toolchain / binutils / patches / linaro / 400-mips_no_dynamic_linking_sym.patch
index 241477d9b9ef9e9abe6f2d8b9b544686939f9ec5..251134fb93487c26836e83ed14b9756689d467db 100644 (file)
@@ -1,6 +1,6 @@
 --- a/bfd/elfxx-mips.c
 +++ b/bfd/elfxx-mips.c
-@@ -7331,6 +7331,7 @@ _bfd_mips_elf_create_dynamic_sections (b
+@@ -7450,6 +7450,7 @@ _bfd_mips_elf_create_dynamic_sections (b
  
        name = SGI_COMPAT (abfd) ? "_DYNAMIC_LINK" : "_DYNAMIC_LINKING";
        bh = NULL;
@@ -8,7 +8,7 @@
        if (!(_bfd_generic_link_add_one_symbol
            (info, abfd, name, BSF_GLOBAL, bfd_abs_section_ptr, 0,
             NULL, FALSE, get_elf_backend_data (abfd)->collect, &bh)))
-@@ -7343,6 +7344,7 @@ _bfd_mips_elf_create_dynamic_sections (b
+@@ -7462,6 +7463,7 @@ _bfd_mips_elf_create_dynamic_sections (b
  
        if (! bfd_elf_link_record_dynamic_symbol (info, h))
        return FALSE;