From 57928f194fdf57aca53685f723699dbba03724af Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Tue, 5 Nov 2024 11:38:12 +0000 Subject: [PATCH] devkitPPC: update binutils to 2.43.1 --- dkppc/patches/{binutils-2.42.patch => binutils-2.43.1.patch} | 2 +- select_toolchain.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename dkppc/patches/{binutils-2.42.patch => binutils-2.43.1.patch} (96%) diff --git a/dkppc/patches/binutils-2.42.patch b/dkppc/patches/binutils-2.43.1.patch similarity index 96% rename from dkppc/patches/binutils-2.42.patch rename to dkppc/patches/binutils-2.43.1.patch index f25e5d7..dade09c 100644 --- a/dkppc/patches/binutils-2.42.patch +++ b/dkppc/patches/binutils-2.43.1.patch @@ -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); diff --git a/select_toolchain.sh b/select_toolchain.sh index e59a747..55f5365 100755 --- a/select_toolchain.sh +++ b/select_toolchain.sh @@ -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'