diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-01-07 15:03:55 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-01-07 15:03:55 +0000 |
commit | 5c3cb628f829c321ded658da1f0dbf74c93652a9 (patch) | |
tree | f9278e478b351dbe78df7b1a5e4f674c7890bea1 /toolchain/binutils/patches/linaro/400-mips_no_dynamic_linking_sym.patch | |
parent | f6be067784e11bcc43d78b14e89abf3c59e0f029 (diff) | |
download | mtk-20170518-5c3cb628f829c321ded658da1f0dbf74c93652a9.zip mtk-20170518-5c3cb628f829c321ded658da1f0dbf74c93652a9.tar.gz mtk-20170518-5c3cb628f829c321ded658da1f0dbf74c93652a9.tar.bz2 |
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/400-mips_no_dynamic_linking_sym.patch')
-rw-r--r-- | toolchain/binutils/patches/linaro/400-mips_no_dynamic_linking_sym.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/binutils/patches/linaro/400-mips_no_dynamic_linking_sym.patch b/toolchain/binutils/patches/linaro/400-mips_no_dynamic_linking_sym.patch index 241477d..251134f 100644 --- a/toolchain/binutils/patches/linaro/400-mips_no_dynamic_linking_sym.patch +++ b/toolchain/binutils/patches/linaro/400-mips_no_dynamic_linking_sym.patch @@ -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; |