devkitPPC: use binutils 2.34

This commit is contained in:
Dave Murphy 2020-06-08 19:59:53 +01:00
parent 433a4bdd80
commit 6da9ea33f7
2 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,12 @@
diff -NBaur binutils-2.34/opcodes/ppc-opc.c binutils-2.34-ppc/opcodes/ppc-opc.c
--- binutils-2.34/opcodes/ppc-opc.c 2020-01-18 13:55:49.000000000 +0000
+++ binutils-2.34-ppc/opcodes/ppc-opc.c 2020-05-22 10:47:37.900308413 +0000
@@ -3747,7 +3747,7 @@
#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 PPCSPE2 PPC_OPCODE_SPE2

View File

@ -41,7 +41,7 @@ case "$VERSION" in
;;
"2" )
GCC_VER=10.1.0
BINUTILS_VER=2.32
BINUTILS_VER=2.34
MN_BINUTILS_VER=2.17
NEWLIB_VER=3.3.0
GDB_VER=8.2.1