diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2016-01-02 18:24:41 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2016-01-02 18:24:41 -0800 |
commit | 8f4019e6937d6064600e2360b500b49187083a9f (patch) | |
tree | b685925e1f40595097381e89b83bace04933ffd0 | |
parent | 8115774ea7fa85637e079fe75f455b790a5e2070 (diff) | |
download | crosstool-ng-8f4019e6937d6064600e2360b500b49187083a9f.tar.gz crosstool-ng-8f4019e6937d6064600e2360b500b49187083a9f.tar.bz2 crosstool-ng-8f4019e6937d6064600e2360b500b49187083a9f.zip |
gcc: Update gcc 5 to 5.3.0
Reported-by: Freddie Chopin <freddie.chopin@gmail.com>
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
-rw-r--r-- | config/cc/gcc.in | 6 | ||||
-rw-r--r-- | patches/gcc/5.2.0/201-libgcc-remove-unistd-header.patch | 14 | ||||
-rw-r--r-- | patches/gcc/5.3.0/100-uclibc-conf.patch (renamed from patches/gcc/5.2.0/100-uclibc-conf.patch) | 0 | ||||
-rw-r--r-- | patches/gcc/5.3.0/110-xtensa-implement-trap-pattern.patch (renamed from patches/gcc/5.2.0/110-xtensa-implement-trap-pattern.patch) | 0 | ||||
-rw-r--r-- | patches/gcc/5.3.0/120-gcc-config.gcc-fix-typo-for-powerpc-e6500-cpu_is_64b.patch | 29 | ||||
-rw-r--r-- | patches/gcc/5.3.0/301-missing-execinfo_h.patch (renamed from patches/gcc/5.2.0/301-missing-execinfo_h.patch) | 0 | ||||
-rw-r--r-- | patches/gcc/5.3.0/810-arm-softfloat-libgcc.patch (renamed from patches/gcc/5.2.0/810-arm-softfloat-libgcc.patch) | 0 | ||||
-rw-r--r-- | patches/gcc/5.3.0/830-arm_unbreak_armv4t.patch (renamed from patches/gcc/5.2.0/830-arm_unbreak_armv4t.patch) | 0 | ||||
-rw-r--r-- | patches/gcc/5.3.0/840-microblaze-enable-dwarf-eh-support.patch (renamed from patches/gcc/5.2.0/840-microblaze-enable-dwarf-eh-support.patch) | 0 | ||||
-rw-r--r-- | patches/gcc/5.3.0/850-libstdcxx-uclibc-c99.patch (renamed from patches/gcc/5.2.0/850-libstdcxx-uclibc-c99.patch) | 0 | ||||
-rw-r--r-- | patches/gcc/5.3.0/860-cilk-wchar.patch (renamed from patches/gcc/5.2.0/860-cilk-wchar.patch) | 0 | ||||
-rw-r--r-- | patches/gcc/5.3.0/870-xtensa-add-mauto-litpools-option.patch (renamed from patches/gcc/5.2.0/870-xtensa-add-mauto-litpools-option.patch) | 0 | ||||
-rw-r--r-- | patches/gcc/5.3.0/871-xtensa-reimplement-register-spilling.patch (renamed from patches/gcc/5.2.0/871-xtensa-reimplement-register-spilling.patch) | 0 | ||||
-rw-r--r-- | patches/gcc/5.3.0/872-xtensa-use-unwind-dw2-fde-dip-instead-of-unwind-dw2-.patch (renamed from patches/gcc/5.2.0/872-xtensa-use-unwind-dw2-fde-dip-instead-of-unwind-dw2-.patch) | 0 | ||||
-rw-r--r-- | patches/gcc/5.3.0/873-xtensa-fix-_Unwind_GetCFA.patch (renamed from patches/gcc/5.2.0/873-xtensa-fix-_Unwind_GetCFA.patch) | 0 | ||||
-rw-r--r-- | patches/gcc/5.3.0/900-libitm-fixes-for-musl-support.patch (renamed from patches/gcc/5.2.0/900-libitm-fixes-for-musl-support.patch) | 0 | ||||
-rw-r--r-- | patches/gcc/5.3.0/901-fixincludes-update-for-musl-support.patch (renamed from patches/gcc/5.2.0/901-fixincludes-update-for-musl-support.patch) | 0 | ||||
-rw-r--r-- | patches/gcc/5.3.0/902-unwind-fix-for-musl.patch (renamed from patches/gcc/5.2.0/902-unwind-fix-for-musl.patch) | 0 | ||||
-rw-r--r-- | patches/gcc/5.3.0/903-libstdc++-libgfortran-gthr-workaround-for-musl.patch (renamed from patches/gcc/5.2.0/903-libstdc++-libgfortran-gthr-workaround-for-musl.patch) | 0 | ||||
-rw-r--r-- | patches/gcc/5.3.0/904-musl-libc-config.patch (renamed from patches/gcc/5.2.0/904-musl-libc-config.patch) | 0 | ||||
-rw-r--r-- | patches/gcc/5.3.0/905-add-musl-support-to-gcc.patch (renamed from patches/gcc/5.2.0/905-add-musl-support-to-gcc.patch) | 0 | ||||
-rw-r--r-- | patches/gcc/5.3.0/906-mips-musl-support.patch (renamed from patches/gcc/5.2.0/906-mips-musl-support.patch) | 0 | ||||
-rw-r--r-- | patches/gcc/5.3.0/907-x86-musl-support.patch (renamed from patches/gcc/5.2.0/907-x86-musl-support.patch) | 0 | ||||
-rw-r--r-- | patches/gcc/5.3.0/908-arm-musl-support.patch (renamed from patches/gcc/5.2.0/908-arm-musl-support.patch) | 0 | ||||
-rw-r--r-- | patches/gcc/5.3.0/909-aarch64-musl-support.patch (renamed from patches/gcc/5.2.0/909-aarch64-musl-support.patch) | 0 |
25 files changed, 32 insertions, 17 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 887b1065..d915f580 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -72,9 +72,9 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW -config CC_GCC_V_5_2_0 +config CC_GCC_V_5_3_0 bool - prompt "5.2.0" + prompt "5.3.0" select CC_GCC_5 config CC_GCC_V_linaro_4_9 @@ -260,7 +260,7 @@ config CC_GCC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "5.2.0" if CC_GCC_V_5_2_0 + default "5.3.0" if CC_GCC_V_5_3_0 default "linaro-4.9-2015.06" if CC_GCC_V_linaro_4_9 default "4.9.3" if CC_GCC_V_4_9_3 default "linaro-4.8-2015.06" if CC_GCC_V_linaro_4_8 diff --git a/patches/gcc/5.2.0/201-libgcc-remove-unistd-header.patch b/patches/gcc/5.2.0/201-libgcc-remove-unistd-header.patch deleted file mode 100644 index 20d1c06d..00000000 --- a/patches/gcc/5.2.0/201-libgcc-remove-unistd-header.patch +++ /dev/null @@ -1,14 +0,0 @@ -Upstream status: In progress - -Index: b/libgcc/config/nios2/linux-atomic.c -=================================================================== ---- a/libgcc/config/nios2/linux-atomic.c -+++ b/libgcc/config/nios2/linux-atomic.c -@@ -20,7 +20,6 @@ - see the files COPYING3 and COPYING.RUNTIME respectively. If not, see - <http://www.gnu.org/licenses/>. */ - --#include <asm/unistd.h> - #define EFAULT 14 - #define EBUSY 16 - #define ENOSYS 38 diff --git a/patches/gcc/5.2.0/100-uclibc-conf.patch b/patches/gcc/5.3.0/100-uclibc-conf.patch index 73d1f0d3..73d1f0d3 100644 --- a/patches/gcc/5.2.0/100-uclibc-conf.patch +++ b/patches/gcc/5.3.0/100-uclibc-conf.patch diff --git a/patches/gcc/5.2.0/110-xtensa-implement-trap-pattern.patch b/patches/gcc/5.3.0/110-xtensa-implement-trap-pattern.patch index 33045322..33045322 100644 --- a/patches/gcc/5.2.0/110-xtensa-implement-trap-pattern.patch +++ b/patches/gcc/5.3.0/110-xtensa-implement-trap-pattern.patch diff --git a/patches/gcc/5.3.0/120-gcc-config.gcc-fix-typo-for-powerpc-e6500-cpu_is_64b.patch b/patches/gcc/5.3.0/120-gcc-config.gcc-fix-typo-for-powerpc-e6500-cpu_is_64b.patch new file mode 100644 index 00000000..c11ad35a --- /dev/null +++ b/patches/gcc/5.3.0/120-gcc-config.gcc-fix-typo-for-powerpc-e6500-cpu_is_64b.patch @@ -0,0 +1,29 @@ +From 9bf6066d588632dab9f78932df15b5b4140f31f3 Mon Sep 17 00:00:00 2001 +From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be> +Date: Fri, 6 Nov 2015 14:27:23 +0100 +Subject: [PATCH] gcc/config.gcc: fix typo for powerpc e6500 cpu_is_64bit + +Otherwise it is not recognized as a 64-bit powerpc and gcc will not generate +64-bit binaries by default. + +Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> +--- + gcc/config.gcc | 2 +- + 2 files changed, 4 insertions(+), 1 deletion(-) + +diff --git a/gcc/config.gcc b/gcc/config.gcc +index 4a7cbd2..9cc765e 100644 +--- a/gcc/config.gcc ++++ b/gcc/config.gcc +@@ -439,7 +439,7 @@ powerpc*-*-*) + cpu_type=rs6000 + extra_headers="ppc-asm.h altivec.h spe.h ppu_intrinsics.h paired.h spu2vmx.h vec_types.h si2vmx.h htmintrin.h htmxlintrin.h" + case x$with_cpu in +- xpowerpc64|xdefault64|x6[23]0|x970|xG5|xpower[345678]|xpower6x|xrs64a|xcell|xa2|xe500mc64|xe5500|Xe6500) ++ xpowerpc64|xdefault64|x6[23]0|x970|xG5|xpower[345678]|xpower6x|xrs64a|xcell|xa2|xe500mc64|xe5500|xe6500) + cpu_is_64bit=yes + ;; + esac +-- +2.6.2 + diff --git a/patches/gcc/5.2.0/301-missing-execinfo_h.patch b/patches/gcc/5.3.0/301-missing-execinfo_h.patch index 2d0e7baa..2d0e7baa 100644 --- a/patches/gcc/5.2.0/301-missing-execinfo_h.patch +++ b/patches/gcc/5.3.0/301-missing-execinfo_h.patch diff --git a/patches/gcc/5.2.0/810-arm-softfloat-libgcc.patch b/patches/gcc/5.3.0/810-arm-softfloat-libgcc.patch index 5efa7fd1..5efa7fd1 100644 --- a/patches/gcc/5.2.0/810-arm-softfloat-libgcc.patch +++ b/patches/gcc/5.3.0/810-arm-softfloat-libgcc.patch diff --git a/patches/gcc/5.2.0/830-arm_unbreak_armv4t.patch b/patches/gcc/5.3.0/830-arm_unbreak_armv4t.patch index b7300591..b7300591 100644 --- a/patches/gcc/5.2.0/830-arm_unbreak_armv4t.patch +++ b/patches/gcc/5.3.0/830-arm_unbreak_armv4t.patch diff --git a/patches/gcc/5.2.0/840-microblaze-enable-dwarf-eh-support.patch b/patches/gcc/5.3.0/840-microblaze-enable-dwarf-eh-support.patch index 9d29090a..9d29090a 100644 --- a/patches/gcc/5.2.0/840-microblaze-enable-dwarf-eh-support.patch +++ b/patches/gcc/5.3.0/840-microblaze-enable-dwarf-eh-support.patch diff --git a/patches/gcc/5.2.0/850-libstdcxx-uclibc-c99.patch b/patches/gcc/5.3.0/850-libstdcxx-uclibc-c99.patch index 9e97d945..9e97d945 100644 --- a/patches/gcc/5.2.0/850-libstdcxx-uclibc-c99.patch +++ b/patches/gcc/5.3.0/850-libstdcxx-uclibc-c99.patch diff --git a/patches/gcc/5.2.0/860-cilk-wchar.patch b/patches/gcc/5.3.0/860-cilk-wchar.patch index 1d9916f5..1d9916f5 100644 --- a/patches/gcc/5.2.0/860-cilk-wchar.patch +++ b/patches/gcc/5.3.0/860-cilk-wchar.patch diff --git a/patches/gcc/5.2.0/870-xtensa-add-mauto-litpools-option.patch b/patches/gcc/5.3.0/870-xtensa-add-mauto-litpools-option.patch index aa1376c4..aa1376c4 100644 --- a/patches/gcc/5.2.0/870-xtensa-add-mauto-litpools-option.patch +++ b/patches/gcc/5.3.0/870-xtensa-add-mauto-litpools-option.patch diff --git a/patches/gcc/5.2.0/871-xtensa-reimplement-register-spilling.patch b/patches/gcc/5.3.0/871-xtensa-reimplement-register-spilling.patch index 4056f8b8..4056f8b8 100644 --- a/patches/gcc/5.2.0/871-xtensa-reimplement-register-spilling.patch +++ b/patches/gcc/5.3.0/871-xtensa-reimplement-register-spilling.patch diff --git a/patches/gcc/5.2.0/872-xtensa-use-unwind-dw2-fde-dip-instead-of-unwind-dw2-.patch b/patches/gcc/5.3.0/872-xtensa-use-unwind-dw2-fde-dip-instead-of-unwind-dw2-.patch index 9707f688..9707f688 100644 --- a/patches/gcc/5.2.0/872-xtensa-use-unwind-dw2-fde-dip-instead-of-unwind-dw2-.patch +++ b/patches/gcc/5.3.0/872-xtensa-use-unwind-dw2-fde-dip-instead-of-unwind-dw2-.patch diff --git a/patches/gcc/5.2.0/873-xtensa-fix-_Unwind_GetCFA.patch b/patches/gcc/5.3.0/873-xtensa-fix-_Unwind_GetCFA.patch index 2d8eb7c7..2d8eb7c7 100644 --- a/patches/gcc/5.2.0/873-xtensa-fix-_Unwind_GetCFA.patch +++ b/patches/gcc/5.3.0/873-xtensa-fix-_Unwind_GetCFA.patch diff --git a/patches/gcc/5.2.0/900-libitm-fixes-for-musl-support.patch b/patches/gcc/5.3.0/900-libitm-fixes-for-musl-support.patch index fdf4ee72..fdf4ee72 100644 --- a/patches/gcc/5.2.0/900-libitm-fixes-for-musl-support.patch +++ b/patches/gcc/5.3.0/900-libitm-fixes-for-musl-support.patch diff --git a/patches/gcc/5.2.0/901-fixincludes-update-for-musl-support.patch b/patches/gcc/5.3.0/901-fixincludes-update-for-musl-support.patch index 13c08d6b..13c08d6b 100644 --- a/patches/gcc/5.2.0/901-fixincludes-update-for-musl-support.patch +++ b/patches/gcc/5.3.0/901-fixincludes-update-for-musl-support.patch diff --git a/patches/gcc/5.2.0/902-unwind-fix-for-musl.patch b/patches/gcc/5.3.0/902-unwind-fix-for-musl.patch index ef470540..ef470540 100644 --- a/patches/gcc/5.2.0/902-unwind-fix-for-musl.patch +++ b/patches/gcc/5.3.0/902-unwind-fix-for-musl.patch diff --git a/patches/gcc/5.2.0/903-libstdc++-libgfortran-gthr-workaround-for-musl.patch b/patches/gcc/5.3.0/903-libstdc++-libgfortran-gthr-workaround-for-musl.patch index c8521312..c8521312 100644 --- a/patches/gcc/5.2.0/903-libstdc++-libgfortran-gthr-workaround-for-musl.patch +++ b/patches/gcc/5.3.0/903-libstdc++-libgfortran-gthr-workaround-for-musl.patch diff --git a/patches/gcc/5.2.0/904-musl-libc-config.patch b/patches/gcc/5.3.0/904-musl-libc-config.patch index 85491406..85491406 100644 --- a/patches/gcc/5.2.0/904-musl-libc-config.patch +++ b/patches/gcc/5.3.0/904-musl-libc-config.patch diff --git a/patches/gcc/5.2.0/905-add-musl-support-to-gcc.patch b/patches/gcc/5.3.0/905-add-musl-support-to-gcc.patch index 92e74368..92e74368 100644 --- a/patches/gcc/5.2.0/905-add-musl-support-to-gcc.patch +++ b/patches/gcc/5.3.0/905-add-musl-support-to-gcc.patch diff --git a/patches/gcc/5.2.0/906-mips-musl-support.patch b/patches/gcc/5.3.0/906-mips-musl-support.patch index 6b473f98..6b473f98 100644 --- a/patches/gcc/5.2.0/906-mips-musl-support.patch +++ b/patches/gcc/5.3.0/906-mips-musl-support.patch diff --git a/patches/gcc/5.2.0/907-x86-musl-support.patch b/patches/gcc/5.3.0/907-x86-musl-support.patch index 3f2fe5df..3f2fe5df 100644 --- a/patches/gcc/5.2.0/907-x86-musl-support.patch +++ b/patches/gcc/5.3.0/907-x86-musl-support.patch diff --git a/patches/gcc/5.2.0/908-arm-musl-support.patch b/patches/gcc/5.3.0/908-arm-musl-support.patch index 906355a7..906355a7 100644 --- a/patches/gcc/5.2.0/908-arm-musl-support.patch +++ b/patches/gcc/5.3.0/908-arm-musl-support.patch diff --git a/patches/gcc/5.2.0/909-aarch64-musl-support.patch b/patches/gcc/5.3.0/909-aarch64-musl-support.patch index 3d032f51..3d032f51 100644 --- a/patches/gcc/5.2.0/909-aarch64-musl-support.patch +++ b/patches/gcc/5.3.0/909-aarch64-musl-support.patch |