mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-24 19:14:24 -05:00
13 lines
598 B
Diff
13 lines
598 B
Diff
diff -NBaur binutils-2.31.1/opcodes/ppc-opc.c binutils-2.31.1-ppc/opcodes/ppc-opc.c
|
|
--- binutils-2.31.1/opcodes/ppc-opc.c 2018-06-24 19:38:58.000000000 +0100
|
|
+++ binutils-2.31.1-ppc/opcodes/ppc-opc.c 2018-11-01 10:59:42.814553627 +0000
|
|
@@ -3501,7 +3501,7 @@
|
|
#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
|
|
+#define NO371 PPC_OPCODE_BOOKE | PPC_OPCODE_EFS
|
|
#define PPCE300 PPC_OPCODE_E300
|
|
#define PPCSPE PPC_OPCODE_SPE
|
|
#define PPCSPE2 PPC_OPCODE_SPE2
|