diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-03-08 08:20:11 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-03-08 08:20:11 +0000 |
commit | 20275e0c51f761a52c351f8d324678d1065ebe4c (patch) | |
tree | 61f0e274fd8b25911723b33fa266d12ff6a5a077 /include | |
parent | 82a7c4572a63512ce21f9738217c3b32fd24e5e0 (diff) | |
download | gdb-20275e0c51f761a52c351f8d324678d1065ebe4c.zip gdb-20275e0c51f761a52c351f8d324678d1065ebe4c.tar.gz gdb-20275e0c51f761a52c351f8d324678d1065ebe4c.tar.bz2 |
Separated out opcode aliases from m68k opcode table, to reduce table size and
processing time. Aliases are now a separate table.
* m68k.h (enum m68k_architecture): Deleted.
(struct m68k_opcode_alias): New type.
(m68k_opcodes): Now const. Deleted opcode aliases with exactly matching
constraints, values and flags. As a side effect of this, the
MOTOROLA_SYNTAX_ONLY and MIT_SYNTAX_ONLY macros, which so far as I know were
never used, now may need re-examining.
(numopcodes): Now const.
(m68k_opcode_aliases, numaliases): New variables.
(endop): Deleted.
[DONT_DEFINE_TABLE]: Declare numopcodes, numaliases, and m68k_opcode_aliases;
update declaration of m68k_opcodes.
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 966b9ad..281f569 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,17 @@ +Wed Mar 8 03:13:23 1995 Ken Raeburn <raeburn@cujo.cygnus.com> + + * m68k.h (enum m68k_architecture): Deleted. + (struct m68k_opcode_alias): New type. + (m68k_opcodes): Now const. Deleted opcode aliases with exactly + matching constraints, values and flags. As a side effect of this, + the MOTOROLA_SYNTAX_ONLY and MIT_SYNTAX_ONLY macros, which so far + as I know were never used, now may need re-examining. + (numopcodes): Now const. + (m68k_opcode_aliases, numaliases): New variables. + (endop): Deleted. + [DONT_DEFINE_TABLE]: Declare numopcodes, numaliases, and + m68k_opcode_aliases; update declaration of m68k_opcodes. + start-sanitize-arc Tue Mar 7 21:03:26 1995 Doug Evans <dje@chestnut.cygnus.com> |