mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-24 11:04:11 -05:00
13 lines
615 B
Diff
13 lines
615 B
Diff
diff -Nbaur binutils-2.27/opcodes/ppc-opc.c binutils-2.27-ppc/opcodes/ppc-opc.c
|
|
--- binutils-2.27/opcodes/ppc-opc.c 2016-08-03 08:36:54.000000000 +0100
|
|
+++ binutils-2.27-ppc/opcodes/ppc-opc.c 2016-11-08 21:37:45.360000000 +0000
|
|
@@ -3037,7 +3037,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
|
|
+#define NO371 PPC_OPCODE_BOOKE | PPC_OPCODE_EFS
|
|
#define PPCE300 PPC_OPCODE_E300
|
|
#define PPCSPE PPC_OPCODE_SPE
|
|
#define PPCISEL PPC_OPCODE_ISEL
|