Skip to content

Commit 13e6fe4

Browse files
committed
add patch for bintutils 2.28
1 parent 7aaf536 commit 13e6fe4

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

dkppc/patches/binutils-2.28.patch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff -Nbaur binutils-2.27/opcodes/ppc-opc.c binutils-2.27-ppc/opcodes/ppc-opc.c
2+
--- binutils-2.27/opcodes/ppc-opc.c 2016-08-03 08:36:54.000000000 +0100
3+
+++ binutils-2.27-ppc/opcodes/ppc-opc.c 2016-11-08 21:37:45.360000000 +0000
4+
@@ -3037,7 +3037,7 @@
5+
#define MFDEC1 PPC_OPCODE_POWER
6+
#define MFDEC2 PPC_OPCODE_PPC | PPC_OPCODE_601 | PPC_OPCODE_BOOKE | PPC_OPCODE_TITAN
7+
#define BOOKE PPC_OPCODE_BOOKE
8+
-#define NO371 PPC_OPCODE_BOOKE | PPC_OPCODE_PPCPS | PPC_OPCODE_EFS
9+
+#define NO371 PPC_OPCODE_BOOKE | PPC_OPCODE_EFS
10+
#define PPCE300 PPC_OPCODE_E300
11+
#define PPCSPE PPC_OPCODE_SPE
12+
#define PPCISEL PPC_OPCODE_ISEL

0 commit comments

Comments
 (0)