From ca6443a27c3dd0aecc59d5e9a5a9339c37fcb00c Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Wed, 11 Nov 2015 00:36:05 +0000 Subject: [PATCH] add binutils 2.25 patch --- binutils-2.25.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 binutils-2.25.patch diff --git a/binutils-2.25.patch b/binutils-2.25.patch new file mode 100644 index 0000000..145d499 --- /dev/null +++ b/binutils-2.25.patch @@ -0,0 +1,12 @@ +diff -Nbaur binutils-2.25/opcodes/ppc-opc.c binutils-2.25-ppc/opcodes/ppc-opc.c +--- binutils-2.25/opcodes/ppc-opc.c 2014-12-23 05:47:10.000000000 -0300 ++++ binutils-2.25-ppc/opcodes/ppc-opc.c 2015-07-26 01:22:54.989505681 -0300 +@@ -2738,7 +2738,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