Skip to content

Commit 6da9ea3

Browse files
committed
devkitPPC: use binutils 2.34
1 parent 433a4bd commit 6da9ea3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

dkppc/patches/binutils-2.34.patch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff -NBaur binutils-2.34/opcodes/ppc-opc.c binutils-2.34-ppc/opcodes/ppc-opc.c
2+
--- binutils-2.34/opcodes/ppc-opc.c 2020-01-18 13:55:49.000000000 +0000
3+
+++ binutils-2.34-ppc/opcodes/ppc-opc.c 2020-05-22 10:47:37.900308413 +0000
4+
@@ -3747,7 +3747,7 @@
5+
#define MFDEC2 (PPC_OPCODE_PPC | PPC_OPCODE_601 | PPC_OPCODE_BOOKE \
6+
| PPC_OPCODE_TITAN)
7+
#define BOOKE PPC_OPCODE_BOOKE
8+
-#define NO371 PPC_OPCODE_BOOKE | PPC_OPCODE_PPCPS | PPC_OPCODE_EFS
9+
+#define NO371 PPC_OPCODE_BOOKE | PPC_OPCODE_EFS
10+
#define PPCE300 PPC_OPCODE_E300
11+
#define PPCSPE PPC_OPCODE_SPE
12+
#define PPCSPE2 PPC_OPCODE_SPE2

select_toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ case "$VERSION" in
4141
;;
4242
"2" )
4343
GCC_VER=10.1.0
44-
BINUTILS_VER=2.32
44+
BINUTILS_VER=2.34
4545
MN_BINUTILS_VER=2.17
4646
NEWLIB_VER=3.3.0
4747
GDB_VER=8.2.1

0 commit comments

Comments
 (0)