Skip to content

Commit 57928f1

Browse files
committed
devkitPPC: update binutils to 2.43.1
1 parent 6628e68 commit 57928f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ index da892988f5d..6b8efb9bbdb 100644
1212
.fixup ${RELOCATING-0} : { *(.fixup) }
1313
.got1 ${RELOCATING-0} : { *(.got1) }
1414
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c
15-
index 37f1aeb780c..f8de8aacc44 100644
15+
index e55bfe846cd..f160e290bce 100644
1616
--- a/opcodes/ppc-opc.c
1717
+++ b/opcodes/ppc-opc.c
1818
@@ -4988,7 +4988,7 @@ const unsigned int num_powerpc_operands = ARRAY_SIZE (powerpc_operands);

select_toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ case "$VERSION" in
4040
;;
4141
"2" )
4242
GCC_VER=14.2.0
43-
BINUTILS_VER=2.42
43+
BINUTILS_VER=2.43.1
4444
MN_BINUTILS_VER=2.24
4545
NEWLIB_VER=4.4.0.20231231
4646
basedir='dkppc'

0 commit comments

Comments
 (0)