summaryrefslogtreecommitdiff
path: root/opcodes/mcore-dis.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-10-25 16:30:37 +0000
committerNick Clifton <nickc@redhat.com>1999-10-25 16:30:37 +0000
commitaaf6680c07dbf6ba6774e4a6c7882c1984618348 (patch)
treee63b0fe29e86bf560c3964859aa558209dd46d0a /opcodes/mcore-dis.c
parent054cb08c0579730d68220b2065438fec5e9ebb41 (diff)
downloadbinutils-redhat-aaf6680c07dbf6ba6774e4a6c7882c1984618348.tar.gz
revert previous delta
Diffstat (limited to 'opcodes/mcore-dis.c')
-rw-r--r--opcodes/mcore-dis.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/opcodes/mcore-dis.c b/opcodes/mcore-dis.c
index 2c9f041d77..957a01a0ad 100644
--- a/opcodes/mcore-dis.c
+++ b/opcodes/mcore-dis.c
@@ -101,8 +101,6 @@ static const unsigned short imsk[] =
/* OMc */ 0xFF00,
/* SIa */ 0xFE00,
- /* OPSR */ 0xFFF8, /* psrset/psrclr */
-
/* JC */ 0, /* JC,JU,JL don't appear in object */
/* JU */ 0,
/* JL */ 0,
@@ -283,18 +281,6 @@ print_insn_mcore (memaddr, info)
}
break;
- case OPSR:
- {
- static char * fields[] =
- {
- "af", "ie", "fe", "fe,ie",
- "ee", "ee,ie", "ee,fe", "ee,fe,ie"
- };
-
- fprintf (stream, "\t%s", fields[inst & 0x7]);
- }
- break;
-
default:
/* if the disassembler lags the instruction set */
fprintf (stream, "\tundecoded operands, inst is 0x%04x", inst);