mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-31 14:25:05 -05:00
patch binutils for devkitPPC
This commit is contained in:
parent
9eca385eea
commit
27249e6df4
12
dkppc/patches/binutils-2.23.1.patch
Normal file
12
dkppc/patches/binutils-2.23.1.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
diff -Nbaur binutils-2.23.1/opcodes/ppc-opc.c binutils-2.23.1-ppc/opcodes/ppc-opc.c
|
||||
--- binutils-2.23.1/opcodes/ppc-opc.c 2012-09-04 13:53:51.000000000 +0100
|
||||
+++ binutils-2.23.1-ppc/opcodes/ppc-opc.c 2013-03-23 05:12:59.000000000 +0000
|
||||
@@ -2707,7 +2707,7 @@
|
||||
#define MFDEC1 PPC_OPCODE_POWER
|
||||
#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 | PPC_OPCODE_VLE
|
||||
+#define NO371 PPC_OPCODE_BOOKE | PPC_OPCODE_EFS | PPC_OPCODE_VLE
|
||||
#define PPCE300 PPC_OPCODE_E300
|
||||
#define PPCSPE PPC_OPCODE_SPE | PPC_OPCODE_VLE
|
||||
#define PPCISEL PPC_OPCODE_ISEL | PPC_OPCODE_VLE
|
||||
Loading…
Reference in New Issue
Block a user