From 5c3cb628f829c321ded658da1f0dbf74c93652a9 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Tue, 7 Jan 2014 15:03:55 +0000 Subject: upgrade the Linaro binutils to 2.24-2013.12 Signed-off-by: Imre Kaloz SVN-Revision: 39210 --- .../patches/linaro/112-arm-uclibc-gas-needs-libm.patch | 2 +- toolchain/binutils/patches/linaro/120-sh-conf.patch | 4 ++-- toolchain/binutils/patches/linaro/200-musl.patch | 10 ---------- .../binutils/patches/linaro/300-001_ld_makefile_patch.patch | 4 ++-- .../patches/linaro/300-012_check_ldrunpath_length.patch | 4 ++-- .../patches/linaro/400-mips_no_dynamic_linking_sym.patch | 4 ++-- 6 files changed, 9 insertions(+), 19 deletions(-) delete mode 100644 toolchain/binutils/patches/linaro/200-musl.patch (limited to 'toolchain/binutils/patches/linaro') diff --git a/toolchain/binutils/patches/linaro/112-arm-uclibc-gas-needs-libm.patch b/toolchain/binutils/patches/linaro/112-arm-uclibc-gas-needs-libm.patch index 5d0e5ff8ef..415fe0f3f8 100644 --- a/toolchain/binutils/patches/linaro/112-arm-uclibc-gas-needs-libm.patch +++ b/toolchain/binutils/patches/linaro/112-arm-uclibc-gas-needs-libm.patch @@ -20,7 +20,7 @@ make[4]: *** [as-new] Error 1 --- a/gas/configure.tgt +++ b/gas/configure.tgt -@@ -450,6 +450,12 @@ case ${generic_target} in +@@ -468,6 +468,12 @@ case ${generic_target} in *-*-netware) fmt=elf em=netware ;; esac diff --git a/toolchain/binutils/patches/linaro/120-sh-conf.patch b/toolchain/binutils/patches/linaro/120-sh-conf.patch index ce0ec81b89..6e01d6e41d 100644 --- a/toolchain/binutils/patches/linaro/120-sh-conf.patch +++ b/toolchain/binutils/patches/linaro/120-sh-conf.patch @@ -1,6 +1,6 @@ --- a/configure +++ b/configure -@@ -3595,7 +3595,7 @@ case "${target}" in +@@ -3793,7 +3793,7 @@ case "${target}" in mips*-*-*) noconfigdirs="$noconfigdirs gprof" ;; @@ -11,7 +11,7 @@ ;; --- a/configure.ac +++ b/configure.ac -@@ -1021,7 +1021,7 @@ case "${target}" in +@@ -1129,7 +1129,7 @@ case "${target}" in mips*-*-*) noconfigdirs="$noconfigdirs gprof" ;; diff --git a/toolchain/binutils/patches/linaro/200-musl.patch b/toolchain/binutils/patches/linaro/200-musl.patch deleted file mode 100644 index 40fe76d34d..0000000000 --- a/toolchain/binutils/patches/linaro/200-musl.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/config.sub -+++ b/config.sub -@@ -125,6 +125,7 @@ esac - maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` - case $maybe_os in - nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ -+ linux-musl* | \ - linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ - knetbsd*-gnu* | netbsd*-gnu* | \ - kopensolaris*-gnu* | \ diff --git a/toolchain/binutils/patches/linaro/300-001_ld_makefile_patch.patch b/toolchain/binutils/patches/linaro/300-001_ld_makefile_patch.patch index 323655a01c..0efcd18383 100644 --- a/toolchain/binutils/patches/linaro/300-001_ld_makefile_patch.patch +++ b/toolchain/binutils/patches/linaro/300-001_ld_makefile_patch.patch @@ -1,6 +1,6 @@ --- a/ld/Makefile.am +++ b/ld/Makefile.am -@@ -37,7 +37,7 @@ endif +@@ -54,7 +54,7 @@ endif # We put the scripts in the directory $(scriptdir)/ldscripts. # We can't put the scripts in $(datadir) because the SEARCH_DIR # directives need to be different for native and cross linkers. @@ -11,7 +11,7 @@ EMULATION_OFILES = @EMULATION_OFILES@ --- a/ld/Makefile.in +++ b/ld/Makefile.in -@@ -367,7 +367,7 @@ AM_CFLAGS = $(WARN_CFLAGS) +@@ -386,7 +386,7 @@ AM_CFLAGS = $(WARN_CFLAGS) # We put the scripts in the directory $(scriptdir)/ldscripts. # We can't put the scripts in $(datadir) because the SEARCH_DIR # directives need to be different for native and cross linkers. 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 <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; -- cgit v1.2.3