aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-10-31 07:06:33 +0000
committerK. Richard Pixley <rich@cygnus>1991-10-31 07:06:33 +0000
commit0e409e0b3e64daeabcd7db622700178322e2922e (patch)
tree82eb587606462326edb392c5c82fc9e08c0617cc /include
parent2fac678d8cdd93ae2e228fc9084e1e6405c05316 (diff)
downloadgdb-0e409e0b3e64daeabcd7db622700178322e2922e.zip
gdb-0e409e0b3e64daeabcd7db622700178322e2922e.tar.gz
gdb-0e409e0b3e64daeabcd7db622700178322e2922e.tar.bz2
rewrote m68up aliases, pea works on anything
Diffstat (limited to 'include')
-rwxr-xr-xinclude/m68k-opcode.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/m68k-opcode.h b/include/m68k-opcode.h
index a630900..c61bea7 100755
--- a/include/m68k-opcode.h
+++ b/include/m68k-opcode.h
@@ -31,7 +31,9 @@ enum m68k_architecture {
m68851 = 0x40,
/* handy aliases */
- m68020up = (m68020 | m68030 | m68040),
+ m68040up = m68040,
+ m68030up = (m68030 | m68040up),
+ m68020up = (m68020 | m68030up),
m68010up = (m68010 | m68020up),
m68000up = (m68000 | m68010up),
@@ -1588,7 +1590,7 @@ struct m68k_opcode m68k_opcodes[] =
{"pdbws", two(0xf048, 0x0008), two(0xfff8, 0xffff), "DsBw", m68851 },
#endif /* NO_68851 */
-{"pea", one(0044100), one(0177700), "!s", m68000 },
+{"pea", one(0044100), one(0177700), "!s", m68000up },
#ifndef NO_68851
{"pflusha", two(0xf000, 0x2400), two(0xffff, 0xffff), "", m68030 | m68851 },