devkitPPC: update binutils to 2.43.1

This commit is contained in:
Dave Murphy 2024-11-05 11:38:12 +00:00
parent 6628e681e2
commit 57928f194f
No known key found for this signature in database
GPG Key ID: F7FD5492264BB9D0
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ index da892988f5d..6b8efb9bbdb 100644
.fixup ${RELOCATING-0} : { *(.fixup) }
.got1 ${RELOCATING-0} : { *(.got1) }
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c
index 37f1aeb780c..f8de8aacc44 100644
index e55bfe846cd..f160e290bce 100644
--- a/opcodes/ppc-opc.c
+++ b/opcodes/ppc-opc.c
@@ -4988,7 +4988,7 @@ const unsigned int num_powerpc_operands = ARRAY_SIZE (powerpc_operands);

View File

@ -40,7 +40,7 @@ case "$VERSION" in
;;
"2" )
GCC_VER=14.2.0
BINUTILS_VER=2.42
BINUTILS_VER=2.43.1
MN_BINUTILS_VER=2.24
NEWLIB_VER=4.4.0.20231231
basedir='dkppc'