devkitPPC: update binutils to 2.36.1

This commit is contained in:
Dave Murphy
2021-02-14 19:45:43 +00:00
parent c375da789d
commit ae793d657a
2 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
diff -NBaur binutils-2.36.1/opcodes/ppc-opc.c binutils-2.36.1-ppc/opcodes/ppc-opc.c
--- binutils-2.36.1/opcodes/ppc-opc.c 2021-01-09 10:47:34.000000000 +0000
+++ binutils-2.36.1-ppc/opcodes/ppc-opc.c 2021-02-14 19:41:09.350749949 +0000
@@ -4225,7 +4225,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

@@ -40,7 +40,7 @@ case "$VERSION" in
;;
"2" )
GCC_VER=10.2.0
BINUTILS_VER=2.34
BINUTILS_VER=2.36.1
MN_BINUTILS_VER=2.17
NEWLIB_VER=4.1.0
basedir='dkppc'