mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-22 01:54:32 -05:00
devkitPPC: update gcc to 8.4.0
This commit is contained in:
parent
0add4d1b5c
commit
e68aaf8cdd
|
|
@ -1,5 +1,5 @@
|
|||
diff --git a/config/gthr.m4 b/config/gthr.m4
|
||||
index 7b29f1f..814104f 100644
|
||||
index 7b29f1f3327..814104f32a2 100644
|
||||
--- a/config/gthr.m4
|
||||
+++ b/config/gthr.m4
|
||||
@@ -12,6 +12,7 @@ AC_DEFUN([GCC_AC_THREAD_HEADER],
|
||||
|
|
@ -11,10 +11,10 @@ index 7b29f1f..814104f 100644
|
|||
lynx) thread_header=config/gthr-lynx.h ;;
|
||||
mipssde) thread_header=config/mips/gthr-mipssde.h ;;
|
||||
diff --git a/gcc/config.gcc b/gcc/config.gcc
|
||||
index 7af8e02..dc58cab 100644
|
||||
index 47cfce25dee..cfd8ce71123 100644
|
||||
--- a/gcc/config.gcc
|
||||
+++ b/gcc/config.gcc
|
||||
@@ -2464,7 +2464,7 @@ powerpc-xilinx-eabi*)
|
||||
@@ -2480,7 +2480,7 @@ powerpc-xilinx-eabi*)
|
||||
use_gcc_stdint=wrap
|
||||
;;
|
||||
powerpc-*-eabi*)
|
||||
|
|
@ -24,7 +24,7 @@ index 7af8e02..dc58cab 100644
|
|||
tmake_file="rs6000/t-fprules rs6000/t-ppcgas rs6000/t-ppccomm"
|
||||
use_gcc_stdint=wrap
|
||||
diff --git a/gcc/config/newlib-stdint.h b/gcc/config/newlib-stdint.h
|
||||
index f46e797..fd39e64 100644
|
||||
index f46e797d610..fd39e64c38d 100644
|
||||
--- a/gcc/config/newlib-stdint.h
|
||||
+++ b/gcc/config/newlib-stdint.h
|
||||
@@ -25,7 +25,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
||||
|
|
@ -37,7 +37,7 @@ index f46e797..fd39e64 100644
|
|||
|
||||
#define SIG_ATOMIC_TYPE "int"
|
||||
diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h
|
||||
index b83b304..b85359e 100644
|
||||
index b83b304e3eb..b85359edcfc 100644
|
||||
--- a/gcc/config/rs6000/rs6000.h
|
||||
+++ b/gcc/config/rs6000/rs6000.h
|
||||
@@ -212,6 +212,7 @@
|
||||
|
|
@ -58,10 +58,10 @@ index b83b304..b85359e 100644
|
|||
#ifndef CC1_CPU_SPEC
|
||||
#ifdef HAVE_LOCAL_CPU_DETECT
|
||||
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
|
||||
index 4d69c1d..af2d7b5 100644
|
||||
index 4dbe8e5d133..3e2095e5b64 100644
|
||||
--- a/gcc/config/rs6000/rs6000.md
|
||||
+++ b/gcc/config/rs6000/rs6000.md
|
||||
@@ -5625,19 +5625,19 @@
|
||||
@@ -5631,19 +5631,19 @@
|
||||
tmp = gen_reg_rtx (DImode);
|
||||
|
||||
emit_insn (gen_fctiwz_<mode> (tmp, src));
|
||||
|
|
@ -89,7 +89,7 @@ index 4d69c1d..af2d7b5 100644
|
|||
rtx stack = rs6000_allocate_stack_temp (SImode, false, true);
|
||||
emit_insn (gen_stfiwx (stack, tmp));
|
||||
diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h
|
||||
index bb19d0d..74d1e47 100644
|
||||
index bb19d0dcd41..74d1e474432 100644
|
||||
--- a/gcc/config/rs6000/sysv4.h
|
||||
+++ b/gcc/config/rs6000/sysv4.h
|
||||
@@ -565,7 +565,11 @@ ENDIAN_SELECT(" -mbig", " -mlittle", DEFAULT_ASM_ENDIAN)
|
||||
|
|
@ -247,7 +247,7 @@ index bb19d0d..74d1e47 100644
|
|||
{ "cpp_os_yellowknife", CPP_OS_YELLOWKNIFE_SPEC }, \
|
||||
{ "cpp_os_mvme", CPP_OS_MVME_SPEC }, \
|
||||
diff --git a/gcc/config/rs6000/sysv4.opt b/gcc/config/rs6000/sysv4.opt
|
||||
index 34fea0d..084a8ae 100644
|
||||
index 34fea0ddd08..084a8ae435e 100644
|
||||
--- a/gcc/config/rs6000/sysv4.opt
|
||||
+++ b/gcc/config/rs6000/sysv4.opt
|
||||
@@ -124,6 +124,26 @@ mads
|
||||
|
|
@ -278,10 +278,10 @@ index 34fea0d..084a8ae 100644
|
|||
Target RejectNegative
|
||||
Link with libyk.a, libc.a and crt0.o.
|
||||
diff --git a/gcc/configure b/gcc/configure
|
||||
index 6121e16..6584112 100755
|
||||
index 97ba7d7d69c..c0e468546ed 100755
|
||||
--- a/gcc/configure
|
||||
+++ b/gcc/configure
|
||||
@@ -11692,7 +11692,7 @@ case ${enable_threads} in
|
||||
@@ -11693,7 +11693,7 @@ case ${enable_threads} in
|
||||
# default
|
||||
target_thread_file='single'
|
||||
;;
|
||||
|
|
@ -291,7 +291,7 @@ index 6121e16..6584112 100755
|
|||
target_thread_file=${enable_threads}
|
||||
;;
|
||||
diff --git a/gcc/configure.ac b/gcc/configure.ac
|
||||
index b066cc6..c42b3ef 100644
|
||||
index d6f2d5b2ed0..15edac2ce9b 100644
|
||||
--- a/gcc/configure.ac
|
||||
+++ b/gcc/configure.ac
|
||||
@@ -1611,7 +1611,7 @@ case ${enable_threads} in
|
||||
|
|
@ -304,7 +304,7 @@ index b066cc6..c42b3ef 100644
|
|||
target_thread_file=${enable_threads}
|
||||
;;
|
||||
diff --git a/libgcc/config/rs6000/crtrestvr.S b/libgcc/config/rs6000/crtrestvr.S
|
||||
index ba2b262..8d86610 100644
|
||||
index ba2b2623301..8d866107142 100644
|
||||
--- a/libgcc/config/rs6000/crtrestvr.S
|
||||
+++ b/libgcc/config/rs6000/crtrestvr.S
|
||||
@@ -24,7 +24,7 @@
|
||||
|
|
@ -322,7 +322,7 @@ index ba2b262..8d86610 100644
|
|||
#endif
|
||||
+#endif
|
||||
diff --git a/libgcc/config/rs6000/crtsavevr.S b/libgcc/config/rs6000/crtsavevr.S
|
||||
index 077e33f..b7be68b 100644
|
||||
index 077e33f34d5..b7be68b710f 100644
|
||||
--- a/libgcc/config/rs6000/crtsavevr.S
|
||||
+++ b/libgcc/config/rs6000/crtsavevr.S
|
||||
@@ -24,7 +24,7 @@
|
||||
|
|
@ -341,7 +341,7 @@ index 077e33f..b7be68b 100644
|
|||
+#endif
|
||||
diff --git a/libgcc/config/rs6000/gthr-dkp.c b/libgcc/config/rs6000/gthr-dkp.c
|
||||
new file mode 100644
|
||||
index 0000000..94d6ba9
|
||||
index 00000000000..94d6ba94ec0
|
||||
--- /dev/null
|
||||
+++ b/libgcc/config/rs6000/gthr-dkp.c
|
||||
@@ -0,0 +1,349 @@
|
||||
|
|
@ -696,7 +696,7 @@ index 0000000..94d6ba9
|
|||
+}
|
||||
diff --git a/libgcc/config/rs6000/gthr-dkp.h b/libgcc/config/rs6000/gthr-dkp.h
|
||||
new file mode 100644
|
||||
index 0000000..281c19d
|
||||
index 00000000000..281c19d2a60
|
||||
--- /dev/null
|
||||
+++ b/libgcc/config/rs6000/gthr-dkp.h
|
||||
@@ -0,0 +1,185 @@
|
||||
|
|
@ -886,7 +886,7 @@ index 0000000..281c19d
|
|||
+
|
||||
+#endif /* ! _GLIBCXX_GCC_GTHR_DKP_H */
|
||||
diff --git a/libgcc/config/rs6000/t-ppccomm b/libgcc/config/rs6000/t-ppccomm
|
||||
index fb812d3..7f6669d 100644
|
||||
index fb812d3801f..7f6669d530f 100644
|
||||
--- a/libgcc/config/rs6000/t-ppccomm
|
||||
+++ b/libgcc/config/rs6000/t-ppccomm
|
||||
@@ -1,4 +1,5 @@
|
||||
|
|
@ -896,7 +896,7 @@ index fb812d3..7f6669d 100644
|
|||
|
||||
# This can't end up in shared libgcc
|
||||
diff --git a/libgcc/configure b/libgcc/configure
|
||||
index b2f3f87..c6f93f8 100644
|
||||
index b2f3f870844..c6f93f8b3ac 100644
|
||||
--- a/libgcc/configure
|
||||
+++ b/libgcc/configure
|
||||
@@ -5442,6 +5442,7 @@ tm_file="${tm_file_}"
|
||||
|
|
@ -908,7 +908,7 @@ index b2f3f87..c6f93f8 100644
|
|||
lynx) thread_header=config/gthr-lynx.h ;;
|
||||
mipssde) thread_header=config/mips/gthr-mipssde.h ;;
|
||||
diff --git a/libgcc/crtstuff.c b/libgcc/crtstuff.c
|
||||
index 5e89445..f234745 100644
|
||||
index 5e894455e16..f2347455de0 100644
|
||||
--- a/libgcc/crtstuff.c
|
||||
+++ b/libgcc/crtstuff.c
|
||||
@@ -47,6 +47,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
||||
|
|
@ -920,10 +920,10 @@ index 5e89445..f234745 100644
|
|||
/* FIXME: Including auto-host is incorrect, but until we have
|
||||
identified the set of defines that need to go into auto-target.h,
|
||||
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
|
||||
index 5535bfa..9f86d5d 100755
|
||||
index 61457e940ec..a7c63407ced 100755
|
||||
--- a/libstdc++-v3/configure
|
||||
+++ b/libstdc++-v3/configure
|
||||
@@ -15180,6 +15180,7 @@ $as_echo "$target_thread_file" >&6; }
|
||||
@@ -15382,6 +15382,7 @@ $as_echo "$target_thread_file" >&6; }
|
||||
|
||||
case $target_thread_file in
|
||||
aix) thread_header=config/rs6000/gthr-aix.h ;;
|
||||
|
|
@ -40,7 +40,7 @@ case "$VERSION" in
|
|||
toolchain=DEVKITARM
|
||||
;;
|
||||
"2" )
|
||||
GCC_VER=8.3.0
|
||||
GCC_VER=8.4.0
|
||||
BINUTILS_VER=2.32
|
||||
MN_BINUTILS_VER=2.17
|
||||
NEWLIB_VER=3.1.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user