diff options
author | Nick Clifton <nickc@redhat.com> | 1999-10-28 09:05:19 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-10-28 09:05:19 +0000 |
commit | b8d5f53766a3250e996b018e2c1aa2be54b43aab (patch) | |
tree | 2d9fef7b61a64a4edca7faf9c446f8ae45834e03 /opcodes | |
parent | 71a40b32aea54dc4fba75f6ee8aa07708238a60c (diff) | |
download | gdb-b8d5f53766a3250e996b018e2c1aa2be54b43aab.zip gdb-b8d5f53766a3250e996b018e2c1aa2be54b43aab.tar.gz gdb-b8d5f53766a3250e996b018e2c1aa2be54b43aab.tar.bz2 |
fix typo in previous delta
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/mcore-dis.c | 44 |
2 files changed, 4 insertions, 44 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a57449a..02994fc 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +1999-10-28 Nick Clifton <nickc@cygnus.com> + + * mcore-dis.c: Remove spurious code introduced in previous delta. + 1999-10-27 Scott Bambrough <scottb@netwinder.org> * arm-dis.c: Include sysdep.h to prevent compile time warnings. diff --git a/opcodes/mcore-dis.c b/opcodes/mcore-dis.c index 957a01a..793de68 100644 --- a/opcodes/mcore-dis.c +++ b/opcodes/mcore-dis.c @@ -57,50 +57,6 @@ static const unsigned short imsk[] = /* OMc */ 0xFF00, /* SIa */ 0xFE00, -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - -#include <stdio.h> -#define STATIC_TABLE -#define DEFINE_TABLE - -#include "mcore-opc.h" -#include "dis-asm.h" - -/* Mask for each mcore_opclass: */ -static const unsigned short imsk[] = -{ - /* O0 */ 0xFFFF, - /* OT */ 0xFFFC, - /* O1 */ 0xFFF0, - /* OC */ 0xFFE0, - /* O2 */ 0xFF00, - /* X1 */ 0xFFF0, - /* OI */ 0xFE00, - /* OB */ 0xFE00, - - /* OMa */ 0xFFF0, - /* SI */ 0xFE00, - /* I7 */ 0xF800, - /* LS */ 0xF000, - /* BR */ 0xF800, - /* BL */ 0xFF00, - /* LR */ 0xF000, - /* LJ */ 0xFF00, - - /* RM */ 0xFFF0, - /* RQ */ 0xFFF0, - /* JSR */ 0xFFF0, - /* JMP */ 0xFFF0, - /* OBRa*/ 0xFFF0, - /* OBRb*/ 0xFF80, - /* OBRc*/ 0xFF00, - /* OBR2*/ 0xFE00, - - /* O1R1*/ 0xFFF0, - /* OMb */ 0xFF80, - /* OMc */ 0xFF00, - /* SIa */ 0xFE00, - /* JC */ 0, /* JC,JU,JL don't appear in object */ /* JU */ 0, /* JL */ 0, |