updates for devkitPPC r25

This commit is contained in:
Dave Murphy 2012-02-25 13:48:56 +00:00
parent 3b7cbafeae
commit a8c474909a
5 changed files with 282 additions and 324 deletions

View File

@ -1,21 +0,0 @@
diff -Nbaur binutils-2.21/opcodes/ppc-opc.c binutils-2.21-ppc/opcodes/ppc-opc.c
--- binutils-2.21/opcodes/ppc-opc.c 2010-08-27 14:59:55.000000000 +0100
+++ binutils-2.21-ppc/opcodes/ppc-opc.c 2011-01-17 12:25:34.000000000 +0000
@@ -1909,7 +1909,7 @@
#define POWER7 PPC_OPCODE_POWER7
#define CELL PPC_OPCODE_CELL
#define PPC64 PPC_OPCODE_64 | PPC_OPCODE_64_BRIDGE
-#define NON32 (PPC_OPCODE_64 | PPC_OPCODE_POWER4 | PPC_OPCODE_PPCPS \
+#define NON32 (PPC_OPCODE_64 | PPC_OPCODE_POWER4 \
| PPC_OPCODE_EFS | PPC_OPCODE_E500MC | PPC_OPCODE_TITAN)
#define PPC403 PPC_OPCODE_403
#define PPC405 PPC_OPCODE_405
@@ -1932,7 +1932,7 @@
#define MFDEC1 PPC_OPCODE_POWER
#define MFDEC2 PPC_OPCODE_PPC | PPC_OPCODE_601 | PPC_OPCODE_BOOKE | PPC_OPCODE_TITAN
#define BOOKE PPC_OPCODE_BOOKE
-#define NO371 PPC_OPCODE_BOOKE | PPC_OPCODE_PPCPS | PPC_OPCODE_EFS
+#define NO371 PPC_OPCODE_BOOKE | PPC_OPCODE_EFS
#define PPCE300 PPC_OPCODE_E300
#define PPCSPE PPC_OPCODE_SPE
#define PPCISEL PPC_OPCODE_ISEL

View File

@ -1,6 +1,6 @@
diff -Nbaur gcc-4.6.0/gcc/config/rs6000/rs6000.h gcc-4.6.0-ppc/gcc/config/rs6000/rs6000.h
--- gcc-4.6.0/gcc/config/rs6000/rs6000.h 2011-03-07 19:27:09.000000000 +0000
+++ gcc-4.6.0-ppc/gcc/config/rs6000/rs6000.h 2011-04-14 04:02:56.000000000 +0100
diff -Nbaur gcc-4.6.2/gcc/config/rs6000/rs6000.h gcc-4.6.2-ppc/gcc/config/rs6000/rs6000.h
--- gcc-4.6.2/gcc/config/rs6000/rs6000.h 2011-07-27 19:17:15.000000000 +0100
+++ gcc-4.6.2-ppc/gcc/config/rs6000/rs6000.h 2012-02-25 12:01:45.000000000 +0000
@@ -200,6 +200,7 @@
{ "asm_cpu_476", ASM_CPU_476_SPEC }, \
SUBTARGET_EXTRA_SPECS
@ -18,9 +18,9 @@ diff -Nbaur gcc-4.6.0/gcc/config/rs6000/rs6000.h gcc-4.6.0-ppc/gcc/config/rs6000
#ifndef CC1_CPU_SPEC
#ifdef HAVE_LOCAL_CPU_DETECT
diff -Nbaur gcc-4.6.0/gcc/config/rs6000/sysv4.h gcc-4.6.0-ppc/gcc/config/rs6000/sysv4.h
--- gcc-4.6.0/gcc/config/rs6000/sysv4.h 2011-03-07 07:50:23.000000000 +0000
+++ gcc-4.6.0-ppc/gcc/config/rs6000/sysv4.h 2011-04-14 04:12:48.000000000 +0100
diff -Nbaur gcc-4.6.2/gcc/config/rs6000/sysv4.h gcc-4.6.2-ppc/gcc/config/rs6000/sysv4.h
--- gcc-4.6.2/gcc/config/rs6000/sysv4.h 2011-03-07 07:50:23.000000000 +0000
+++ gcc-4.6.2-ppc/gcc/config/rs6000/sysv4.h 2012-02-25 12:01:45.000000000 +0000
@@ -603,7 +603,11 @@
/* Default starting address if specified. */
@ -180,9 +180,9 @@ diff -Nbaur gcc-4.6.0/gcc/config/rs6000/sysv4.h gcc-4.6.0-ppc/gcc/config/rs6000/
{ "cpp_os_ads", CPP_OS_ADS_SPEC }, \
{ "cpp_os_yellowknife", CPP_OS_YELLOWKNIFE_SPEC }, \
{ "cpp_os_mvme", CPP_OS_MVME_SPEC }, \
diff -Nbaur gcc-4.6.0/gcc/config/rs6000/sysv4.opt gcc-4.6.0-ppc/gcc/config/rs6000/sysv4.opt
--- gcc-4.6.0/gcc/config/rs6000/sysv4.opt 2011-01-03 20:52:22.000000000 +0000
+++ gcc-4.6.0-ppc/gcc/config/rs6000/sysv4.opt 2011-04-14 04:02:56.000000000 +0100
diff -Nbaur gcc-4.6.2/gcc/config/rs6000/sysv4.opt gcc-4.6.2-ppc/gcc/config/rs6000/sysv4.opt
--- gcc-4.6.2/gcc/config/rs6000/sysv4.opt 2011-01-03 20:52:22.000000000 +0000
+++ gcc-4.6.2-ppc/gcc/config/rs6000/sysv4.opt 2012-02-25 12:01:45.000000000 +0000
@@ -108,6 +108,26 @@
Target RejectNegative
Link with libads.a, libc.a and crt0.o
@ -210,10 +210,10 @@ diff -Nbaur gcc-4.6.0/gcc/config/rs6000/sysv4.opt gcc-4.6.0-ppc/gcc/config/rs600
myellowknife
Target RejectNegative
Link with libyk.a, libc.a and crt0.o
diff -Nbaur gcc-4.6.0/gcc/config.gcc gcc-4.6.0-ppc/gcc/config.gcc
--- gcc-4.6.0/gcc/config.gcc 2011-03-14 06:05:29.000000000 +0000
+++ gcc-4.6.0-ppc/gcc/config.gcc 2011-04-14 04:08:25.000000000 +0100
@@ -2119,7 +2119,7 @@
diff -Nbaur gcc-4.6.2/gcc/config.gcc gcc-4.6.2-ppc/gcc/config.gcc
--- gcc-4.6.2/gcc/config.gcc 2011-07-22 17:44:50.000000000 +0100
+++ gcc-4.6.2-ppc/gcc/config.gcc 2012-02-25 12:01:45.000000000 +0000
@@ -2133,7 +2133,7 @@
use_gcc_stdint=wrap
;;
powerpc-*-eabi*)
@ -222,9 +222,9 @@ diff -Nbaur gcc-4.6.0/gcc/config.gcc gcc-4.6.0-ppc/gcc/config.gcc
extra_options="${extra_options} rs6000/sysv4.opt"
tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcgas rs6000/t-ppccomm"
use_gcc_stdint=wrap
diff -Nbaur gcc-4.6.0/libcpp/Makefile.in gcc-4.6.0-ppc/libcpp/Makefile.in
--- gcc-4.6.0/libcpp/Makefile.in 2011-03-25 17:07:00.000000000 +0000
+++ gcc-4.6.0-ppc/libcpp/Makefile.in 2011-04-14 04:02:56.000000000 +0100
diff -Nbaur gcc-4.6.2/libcpp/Makefile.in gcc-4.6.2-ppc/libcpp/Makefile.in
--- gcc-4.6.2/libcpp/Makefile.in 2011-10-26 10:30:24.000000000 +0100
+++ gcc-4.6.2-ppc/libcpp/Makefile.in 2012-02-25 12:01:45.000000000 +0000
@@ -212,8 +212,7 @@
# Note that we put the dependencies into a .Tpo file, then move them
# into place if the compile succeeds. We need this because gcc does

View File

@ -1,7 +1,7 @@
diff -Nbaur gdb-7.2/gdb/Makefile.in gdb-7.2-ppc/gdb/Makefile.in
--- gdb-7.2/gdb/Makefile.in 2010-08-19 19:40:34.000000000 +0100
+++ gdb-7.2-ppc/gdb/Makefile.in 2010-09-10 05:02:01.000000000 +0100
@@ -2082,10 +2082,10 @@
diff -Nbaur gdb-7.4/gdb/Makefile.in gdb-7.4-ppc/gdb/Makefile.in
--- gdb-7.4/gdb/Makefile.in 2012-01-06 04:43:01.000000000 +0000
+++ gdb-7.4-ppc/gdb/Makefile.in 2012-01-28 15:56:00.000000000 +0000
@@ -2195,10 +2195,10 @@
# Note that we put the dependencies into a .Tpo file, then move them
# into place if the compile succeeds. We need this because gcc does
# not atomically write the dependency output file.
@ -16,9 +16,9 @@ diff -Nbaur gdb-7.2/gdb/Makefile.in gdb-7.2-ppc/gdb/Makefile.in
@GMAKE_TRUE@else
@GMAKE_TRUE@override COMPILE.pre = source='$<' object='$@' libtool=no \
@GMAKE_TRUE@ DEPDIR=$(DEPDIR) $(DEPMODE) $(depcomp) $(CC)
diff -Nbaur gdb-7.2/sim/ppc/Makefile.in gdb-7.2-ppc/sim/ppc/Makefile.in
--- gdb-7.2/sim/ppc/Makefile.in 2009-09-16 00:26:44.000000000 +0100
+++ gdb-7.2-ppc/sim/ppc/Makefile.in 2010-09-10 05:02:01.000000000 +0100
diff -Nbaur gdb-7.4/sim/ppc/Makefile.in gdb-7.4-ppc/sim/ppc/Makefile.in
--- gdb-7.4/sim/ppc/Makefile.in 2009-09-16 00:26:44.000000000 +0100
+++ gdb-7.4-ppc/sim/ppc/Makefile.in 2012-02-25 13:30:02.000000000 +0000
@@ -551,7 +551,7 @@
PACKAGE_OBJ = @sim_pk_obj@

View File

@ -108,7 +108,7 @@ then
--with-newlib \
--prefix=$prefix\
--disable-dependency-tracking \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitPPC release 24" \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitPPC release 25" \
2>&1 | tee gcc_configure.log
touch configured-gcc
fi