diff options
author | Alan Modra <amodra@gmail.com> | 2011-01-21 00:53:11 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2011-01-21 00:53:11 +0000 |
commit | 6b069ee70de3c540cef090a8733f8fc233cdb342 (patch) | |
tree | 44c3019c39a733f9402fbd461c91b92203750574 /opcodes | |
parent | 995ac3ff085864d9b707154a3bc84c1580e343e8 (diff) | |
download | binutils-6b069ee70de3c540cef090a8733f8fc233cdb342.zip binutils-6b069ee70de3c540cef090a8733f8fc233cdb342.tar.gz binutils-6b069ee70de3c540cef090a8733f8fc233cdb342.tar.bz2 |
* ppc-opc.c (NON32, NO371): Remove PPC_OPCODE_PPCPS.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/ppc-opc.c | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 0b7b023..070eb10 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2011-01-21 Dave Murphy <davem@devkitpro.org> + + * ppc-opc.c (NON32, NO371): Remove PPC_OPCODE_PPCPS. + 2011-01-18 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (sIbT): New. diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index 972d3d9..f877a54 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -1,6 +1,7 @@ /* ppc-opc.c -- PowerPC opcode list Copyright 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support This file is part of the GNU opcodes library. @@ -1909,7 +1910,7 @@ extract_dm (unsigned long insn, #define POWER7 PPC_OPCODE_POWER7 #define CELL PPC_OPCODE_CELL #define PPC64 PPC_OPCODE_64 | PPC_OPCODE_64_BRIDGE -#define NON32 (PPC_OPCODE_64 | PPC_OPCODE_POWER4 | PPC_OPCODE_PPCPS \ +#define NON32 (PPC_OPCODE_64 | PPC_OPCODE_POWER4 \ | PPC_OPCODE_EFS | PPC_OPCODE_E500MC | PPC_OPCODE_TITAN) #define PPC403 PPC_OPCODE_403 #define PPC405 PPC_OPCODE_405 @@ -1932,7 +1933,7 @@ extract_dm (unsigned long insn, #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 |