Prechádzať zdrojové kódy

gcc: update gcc to version 5.4.0

The removed patches are already integrated in upstream gcc.

Signed-off-by: Hauke Mehrtens <[email protected]>
Hauke Mehrtens 9 rokov pred
rodič
commit
2d3917d5b5
39 zmenil súbory, kde vykonal 15 pridanie a 153 odobranie
  1. 1 1
      toolchain/gcc/Config.version
  2. 2 2
      toolchain/gcc/common.mk
  3. 0 21
      toolchain/gcc/patches/5.3.0/030-fix-arm-codegen-PR-65932.patch
  4. 0 117
      toolchain/gcc/patches/5.3.0/050-gcc-6-compile.patch
  5. 0 0
      toolchain/gcc/patches/5.4.0/001-revert_register_mode_search.patch
  6. 0 0
      toolchain/gcc/patches/5.4.0/002-case_insensitive.patch
  7. 0 0
      toolchain/gcc/patches/5.4.0/010-documentation.patch
  8. 0 0
      toolchain/gcc/patches/5.4.0/020-no-plt-backport.patch
  9. 0 0
      toolchain/gcc/patches/5.4.0/040-fix-mips-ICE-PR-68400.patch
  10. 0 0
      toolchain/gcc/patches/5.4.0/100-uclibc-conf.patch
  11. 7 7
      toolchain/gcc/patches/5.4.0/200-musl_config.patch
  12. 0 0
      toolchain/gcc/patches/5.4.0/201-musl_arm.patch
  13. 0 0
      toolchain/gcc/patches/5.4.0/202-musl_mips.patch
  14. 0 0
      toolchain/gcc/patches/5.4.0/203-musl_powerpc.patch
  15. 0 0
      toolchain/gcc/patches/5.4.0/204-musl_sh.patch
  16. 0 0
      toolchain/gcc/patches/5.4.0/205-musl_x86.patch
  17. 0 0
      toolchain/gcc/patches/5.4.0/206-musl_aarch64.patch
  18. 0 0
      toolchain/gcc/patches/5.4.0/207-musl_fixincludes.patch
  19. 0 0
      toolchain/gcc/patches/5.4.0/209-musl_libstdc++.patch
  20. 0 0
      toolchain/gcc/patches/5.4.0/230-musl_libssp.patch
  21. 0 0
      toolchain/gcc/patches/5.4.0/240-musl-libitm-fixes.patch
  22. 0 0
      toolchain/gcc/patches/5.4.0/250-add-musl.patch
  23. 0 0
      toolchain/gcc/patches/5.4.0/260-musl-add-unwind-fix.patch
  24. 0 0
      toolchain/gcc/patches/5.4.0/270-musl-add-powerpc-softfloat-fix.patch
  25. 0 0
      toolchain/gcc/patches/5.4.0/800-arm_v5te_no_ldrd_strd.patch
  26. 0 0
      toolchain/gcc/patches/5.4.0/810-arm-softfloat-libgcc.patch
  27. 0 0
      toolchain/gcc/patches/5.4.0/820-libgcc_pic.patch
  28. 0 0
      toolchain/gcc/patches/5.4.0/830-arm_unbreak_armv4t.patch
  29. 0 0
      toolchain/gcc/patches/5.4.0/840-armv4_pass_fix-v4bx_to_ld.patch
  30. 0 0
      toolchain/gcc/patches/5.4.0/850-use_shared_libgcc.patch
  31. 0 0
      toolchain/gcc/patches/5.4.0/851-libgcc_no_compat.patch
  32. 1 1
      toolchain/gcc/patches/5.4.0/870-ppc_no_crtsavres.patch
  33. 0 0
      toolchain/gcc/patches/5.4.0/880-no_java_section.patch
  34. 0 0
      toolchain/gcc/patches/5.4.0/900-bad-mips16-crt.patch
  35. 2 2
      toolchain/gcc/patches/5.4.0/910-mbsd_multi.patch
  36. 0 0
      toolchain/gcc/patches/5.4.0/920-specs_nonfatal_getenv.patch
  37. 0 0
      toolchain/gcc/patches/5.4.0/930-fix-mips-noexecstack.patch
  38. 1 1
      toolchain/gcc/patches/5.4.0/940-no-clobber-stamp-bits.patch
  39. 1 1
      toolchain/gcc/patches/5.4.0/950-cpp_file_path_translation.patch

+ 1 - 1
toolchain/gcc/Config.version

@@ -6,7 +6,7 @@ config GCC_VERSION
 	string
 	default "4.8-linaro"    if GCC_VERSION_4_8_LINARO
 	default "arc-2016.03"   if GCC_VERSION_4_8_ARC
-	default "5.3.0"
+	default "5.4.0"
 
 config GCC_VERSION_4_8
 	bool

+ 2 - 2
toolchain/gcc/common.mk

@@ -28,8 +28,8 @@ GCC_DIR:=$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE_URL:=@GNU/gcc/gcc-$(PKG_VERSION)
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 
-ifeq ($(PKG_VERSION),5.3.0)
-  PKG_MD5SUM:=c9616fd448f980259c31de613e575719
+ifeq ($(PKG_VERSION),5.4.0)
+  PKG_MD5SUM:=4c626ac2a83ef30dfb9260e6f59c2b30
 endif
 
 ifneq ($(CONFIG_GCC_VERSION_4_8_ARC),)

+ 0 - 21
toolchain/gcc/patches/5.3.0/030-fix-arm-codegen-PR-65932.patch

@@ -1,21 +0,0 @@
-Fix from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65932
-
---- a/gcc/config/arm/arm.h
-+++ b/gcc/config/arm/arm.h
-@@ -628,16 +628,10 @@ extern int arm_arch_crc;
-    type, but kept valid in the wider mode.  The signedness of the
-    extension may differ from that of the type.  */
- 
--/* It is far faster to zero extend chars than to sign extend them */
--
- #define PROMOTE_MODE(MODE, UNSIGNEDP, TYPE)	\
-   if (GET_MODE_CLASS (MODE) == MODE_INT		\
-       && GET_MODE_SIZE (MODE) < 4)      	\
-     {						\
--      if (MODE == QImode)			\
--	UNSIGNEDP = 1;				\
--      else if (MODE == HImode)			\
--	UNSIGNEDP = 1;				\
-       (MODE) = SImode;				\
-     }
- 

+ 0 - 117
toolchain/gcc/patches/5.3.0/050-gcc-6-compile.patch

@@ -1,117 +0,0 @@
-Upstream commit r233720
-
-diff --git a/gcc/cp/cfns.gperf b/gcc/cp/cfns.gperf
-index 68acd3d..214ecf6 100644
---- a/gcc/cp/cfns.gperf
-+++ b/gcc/cp/cfns.gperf
-@@ -1,3 +1,5 @@
-+%language=C++
-+%define class-name libc_name
- %{
- /* Copyright (C) 2000-2015 Free Software Foundation, Inc.
- 
-@@ -16,14 +18,6 @@ for more details.
- You should have received a copy of the GNU General Public License
- along with GCC; see the file COPYING3.  If not see
- <http://www.gnu.org/licenses/>.  */
--#ifdef __GNUC__
--__inline
--#endif
--static unsigned int hash (const char *, unsigned int);
--#ifdef __GNUC__
--__inline
--#endif
--const char * libc_name_p (const char *, unsigned int);
- %}
- %%
- # The standard C library functions, for feeding to gperf; the result is used
-diff --git a/gcc/cp/cfns.h b/gcc/cp/cfns.h
-index 1c6665d..596f413 100644
---- a/gcc/cp/cfns.h
-+++ b/gcc/cp/cfns.h
-@@ -1,5 +1,5 @@
--/* ANSI-C code produced by gperf version 3.0.3 */
--/* Command-line: gperf -o -C -E -k '1-6,$' -j1 -D -N libc_name_p -L ANSI-C cfns.gperf  */
-+/* C++ code produced by gperf version 3.0.4 */
-+/* Command-line: gperf -o -C -E -k '1-6,$' -j1 -D -N libc_name_p -L C++ --output-file cfns.h cfns.gperf  */
- 
- #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
-       && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \
-@@ -28,7 +28,7 @@
- #error "gperf generated tables don't work with this execution character set. Please report a bug to <[email protected]>."
- #endif
- 
--#line 1 "cfns.gperf"
-+#line 3 "cfns.gperf"
- 
- /* Copyright (C) 2000-2015 Free Software Foundation, Inc.
- 
-@@ -47,25 +47,18 @@ for more details.
- You should have received a copy of the GNU General Public License
- along with GCC; see the file COPYING3.  If not see
- <http://www.gnu.org/licenses/>.  */
--#ifdef __GNUC__
--__inline
--#endif
--static unsigned int hash (const char *, unsigned int);
--#ifdef __GNUC__
--__inline
--#endif
--const char * libc_name_p (const char *, unsigned int);
- /* maximum key range = 391, duplicates = 0 */
- 
--#ifdef __GNUC__
--__inline
--#else
--#ifdef __cplusplus
--inline
--#endif
--#endif
--static unsigned int
--hash (register const char *str, register unsigned int len)
-+class libc_name
-+{
-+private:
-+  static inline unsigned int hash (const char *str, unsigned int len);
-+public:
-+  static const char *libc_name_p (const char *str, unsigned int len);
-+};
-+
-+inline unsigned int
-+libc_name::hash (register const char *str, register unsigned int len)
- {
-   static const unsigned short asso_values[] =
-     {
-@@ -122,14 +115,8 @@ hash (register const char *str, register unsigned int len)
-   return hval + asso_values[(unsigned char)str[len - 1]];
- }
- 
--#ifdef __GNUC__
--__inline
--#ifdef __GNUC_STDC_INLINE__
--__attribute__ ((__gnu_inline__))
--#endif
--#endif
- const char *
--libc_name_p (register const char *str, register unsigned int len)
-+libc_name::libc_name_p (register const char *str, register unsigned int len)
- {
-   enum
-     {
-diff --git a/gcc/cp/except.c b/gcc/cp/except.c
-index 3ff1ce6..2f2e396 100644
---- a/gcc/cp/except.c
-+++ b/gcc/cp/except.c
-@@ -1040,7 +1040,8 @@ nothrow_libfn_p (const_tree fn)
-      unless the system headers are playing rename tricks, and if
-      they are, we don't want to be confused by them.  */
-   id = DECL_NAME (fn);
--  return !!libc_name_p (IDENTIFIER_POINTER (id), IDENTIFIER_LENGTH (id));
-+  return !!libc_name::libc_name_p (IDENTIFIER_POINTER (id),
-+				   IDENTIFIER_LENGTH (id));
- }
- 
- /* Returns nonzero if an exception of type FROM will be caught by a
--- 
-1.7.1
-

+ 0 - 0
toolchain/gcc/patches/5.3.0/001-revert_register_mode_search.patch → toolchain/gcc/patches/5.4.0/001-revert_register_mode_search.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/002-case_insensitive.patch → toolchain/gcc/patches/5.4.0/002-case_insensitive.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/010-documentation.patch → toolchain/gcc/patches/5.4.0/010-documentation.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/020-no-plt-backport.patch → toolchain/gcc/patches/5.4.0/020-no-plt-backport.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/040-fix-mips-ICE-PR-68400.patch → toolchain/gcc/patches/5.4.0/040-fix-mips-ICE-PR-68400.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/100-uclibc-conf.patch → toolchain/gcc/patches/5.4.0/100-uclibc-conf.patch


+ 7 - 7
toolchain/gcc/patches/5.3.0/200-musl_config.patch → toolchain/gcc/patches/5.4.0/200-musl_config.patch

@@ -217,7 +217,7 @@ git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222904 138bc75d-0d04-0410-961f-8
 +Use musl C library
 --- a/gcc/configure
 +++ b/gcc/configure
-@@ -27802,6 +27802,9 @@ if test "${gcc_cv_libc_provides_ssp+set}
+@@ -27833,6 +27833,9 @@ if test "${gcc_cv_libc_provides_ssp+set}
  else
    gcc_cv_libc_provides_ssp=no
      case "$target" in
@@ -227,7 +227,7 @@ git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222904 138bc75d-0d04-0410-961f-8
         *-*-linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu)
        # glibc 2.4 and later provides __stack_chk_fail and
        # either __stack_chk_guard, or TLS access to stack guard canary.
-@@ -27834,6 +27837,7 @@ fi
+@@ -27865,6 +27868,7 @@ fi
  	 # <http://gcc.gnu.org/ml/gcc/2008-10/msg00130.html>) and for now
  	 # simply assert that glibc does provide this, which is true for all
  	 # realistically usable GNU/Hurd configurations.
@@ -235,7 +235,7 @@ git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222904 138bc75d-0d04-0410-961f-8
  	 gcc_cv_libc_provides_ssp=yes;;
         *-*-darwin* | *-*-freebsd*)
  	 ac_fn_c_check_func "$LINENO" "__stack_chk_fail" "ac_cv_func___stack_chk_fail"
-@@ -27930,6 +27934,9 @@ case "$target" in
+@@ -27961,6 +27965,9 @@ case "$target" in
        gcc_cv_target_dl_iterate_phdr=no
      fi
      ;;
@@ -247,7 +247,7 @@ git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222904 138bc75d-0d04-0410-961f-8
  if test x$gcc_cv_target_dl_iterate_phdr = xyes; then
 --- a/gcc/configure.ac
 +++ b/gcc/configure.ac
-@@ -5282,6 +5282,9 @@ AC_CACHE_CHECK(__stack_chk_fail in targe
+@@ -5287,6 +5287,9 @@ AC_CACHE_CHECK(__stack_chk_fail in targe
        gcc_cv_libc_provides_ssp,
        [gcc_cv_libc_provides_ssp=no
      case "$target" in
@@ -257,7 +257,7 @@ git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222904 138bc75d-0d04-0410-961f-8
         *-*-linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu)
        # glibc 2.4 and later provides __stack_chk_fail and
        # either __stack_chk_guard, or TLS access to stack guard canary.
-@@ -5308,6 +5311,7 @@ AC_CACHE_CHECK(__stack_chk_fail in targe
+@@ -5313,6 +5316,7 @@ AC_CACHE_CHECK(__stack_chk_fail in targe
  	 # <http://gcc.gnu.org/ml/gcc/2008-10/msg00130.html>) and for now
  	 # simply assert that glibc does provide this, which is true for all
  	 # realistically usable GNU/Hurd configurations.
@@ -265,7 +265,7 @@ git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222904 138bc75d-0d04-0410-961f-8
  	 gcc_cv_libc_provides_ssp=yes;;
         *-*-darwin* | *-*-freebsd*)
  	 AC_CHECK_FUNC(__stack_chk_fail,[gcc_cv_libc_provides_ssp=yes],
-@@ -5381,6 +5385,9 @@ case "$target" in
+@@ -5386,6 +5390,9 @@ case "$target" in
        gcc_cv_target_dl_iterate_phdr=no
      fi
      ;;
@@ -286,7 +286,7 @@ git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222904 138bc75d-0d04-0410-961f-8
  -tno-android-cc -tno-android-ld}
  
  @emph{H8/300 Options}
-@@ -15325,13 +15325,19 @@ These @samp{-m} options are defined for
+@@ -15340,13 +15340,19 @@ These @samp{-m} options are defined for
  @item -mglibc
  @opindex mglibc
  Use the GNU C library.  This is the default except

+ 0 - 0
toolchain/gcc/patches/5.3.0/201-musl_arm.patch → toolchain/gcc/patches/5.4.0/201-musl_arm.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/202-musl_mips.patch → toolchain/gcc/patches/5.4.0/202-musl_mips.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/203-musl_powerpc.patch → toolchain/gcc/patches/5.4.0/203-musl_powerpc.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/204-musl_sh.patch → toolchain/gcc/patches/5.4.0/204-musl_sh.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/205-musl_x86.patch → toolchain/gcc/patches/5.4.0/205-musl_x86.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/206-musl_aarch64.patch → toolchain/gcc/patches/5.4.0/206-musl_aarch64.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/207-musl_fixincludes.patch → toolchain/gcc/patches/5.4.0/207-musl_fixincludes.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/209-musl_libstdc++.patch → toolchain/gcc/patches/5.4.0/209-musl_libstdc++.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/230-musl_libssp.patch → toolchain/gcc/patches/5.4.0/230-musl_libssp.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/240-musl-libitm-fixes.patch → toolchain/gcc/patches/5.4.0/240-musl-libitm-fixes.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/250-add-musl.patch → toolchain/gcc/patches/5.4.0/250-add-musl.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/260-musl-add-unwind-fix.patch → toolchain/gcc/patches/5.4.0/260-musl-add-unwind-fix.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/270-musl-add-powerpc-softfloat-fix.patch → toolchain/gcc/patches/5.4.0/270-musl-add-powerpc-softfloat-fix.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/800-arm_v5te_no_ldrd_strd.patch → toolchain/gcc/patches/5.4.0/800-arm_v5te_no_ldrd_strd.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/810-arm-softfloat-libgcc.patch → toolchain/gcc/patches/5.4.0/810-arm-softfloat-libgcc.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/820-libgcc_pic.patch → toolchain/gcc/patches/5.4.0/820-libgcc_pic.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/830-arm_unbreak_armv4t.patch → toolchain/gcc/patches/5.4.0/830-arm_unbreak_armv4t.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/840-armv4_pass_fix-v4bx_to_ld.patch → toolchain/gcc/patches/5.4.0/840-armv4_pass_fix-v4bx_to_ld.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/850-use_shared_libgcc.patch → toolchain/gcc/patches/5.4.0/850-use_shared_libgcc.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/851-libgcc_no_compat.patch → toolchain/gcc/patches/5.4.0/851-libgcc_no_compat.patch


+ 1 - 1
toolchain/gcc/patches/5.3.0/870-ppc_no_crtsavres.patch → toolchain/gcc/patches/5.4.0/870-ppc_no_crtsavres.patch

@@ -1,6 +1,6 @@
 --- a/gcc/config/rs6000/rs6000.c
 +++ b/gcc/config/rs6000/rs6000.c
-@@ -21495,7 +21495,7 @@ rs6000_savres_strategy (rs6000_stack_t *
+@@ -21500,7 +21500,7 @@ rs6000_savres_strategy (rs6000_stack_t *
    /* Define cutoff for using out-of-line functions to save registers.  */
    if (DEFAULT_ABI == ABI_V4 || TARGET_ELF)
      {

+ 0 - 0
toolchain/gcc/patches/5.3.0/880-no_java_section.patch → toolchain/gcc/patches/5.4.0/880-no_java_section.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/900-bad-mips16-crt.patch → toolchain/gcc/patches/5.4.0/900-bad-mips16-crt.patch


+ 2 - 2
toolchain/gcc/patches/5.3.0/910-mbsd_multi.patch → toolchain/gcc/patches/5.4.0/910-mbsd_multi.patch

@@ -178,7 +178,7 @@
  -Wfatal-errors  -Wfloat-equal  -Wformat  -Wformat=2 @gol
  -Wno-format-contains-nul -Wno-format-extra-args -Wformat-nonliteral @gol
  -Wformat-security  -Wformat-signedness  -Wformat-y2k @gol
-@@ -5371,6 +5371,22 @@ This option is only supported for C and
+@@ -5382,6 +5382,22 @@ This option is only supported for C and
  @option{-Wall} and by @option{-Wpedantic}, which can be disabled with
  @option{-Wno-pointer-sign}.
  
@@ -201,7 +201,7 @@
  @item -Wstack-protector
  @opindex Wstack-protector
  @opindex Wno-stack-protector
-@@ -7845,7 +7861,7 @@ so, the first branch is redirected to ei
+@@ -7860,7 +7876,7 @@ so, the first branch is redirected to ei
  second branch or a point immediately following it, depending on whether
  the condition is known to be true or false.
  

+ 0 - 0
toolchain/gcc/patches/5.3.0/920-specs_nonfatal_getenv.patch → toolchain/gcc/patches/5.4.0/920-specs_nonfatal_getenv.patch


+ 0 - 0
toolchain/gcc/patches/5.3.0/930-fix-mips-noexecstack.patch → toolchain/gcc/patches/5.4.0/930-fix-mips-noexecstack.patch


+ 1 - 1
toolchain/gcc/patches/5.3.0/940-no-clobber-stamp-bits.patch → toolchain/gcc/patches/5.4.0/940-no-clobber-stamp-bits.patch

@@ -1,6 +1,6 @@
 --- a/libstdc++-v3/include/Makefile.in
 +++ b/libstdc++-v3/include/Makefile.in
-@@ -1420,7 +1420,7 @@ stamp-bits: ${bits_headers}
+@@ -1421,7 +1421,7 @@ stamp-bits: ${bits_headers}
  	@$(STAMP) stamp-bits
  
  stamp-bits-sup: stamp-bits ${bits_sup_headers}

+ 1 - 1
toolchain/gcc/patches/5.3.0/950-cpp_file_path_translation.patch → toolchain/gcc/patches/5.4.0/950-cpp_file_path_translation.patch

@@ -64,7 +64,7 @@ Forward ported from attachment to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=4
  
  @item Machine Dependent Options
  @xref{Submodel Options,,Hardware Models and Configurations}.
-@@ -11464,6 +11464,12 @@ be searched for header files only for th
+@@ -11479,6 +11479,12 @@ be searched for header files only for th
  "@var{file}"}; they are not searched for @code{#include <@var{file}>},
  otherwise just like @option{-I}.