diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-08-02 22:42:21 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-08-02 22:42:21 +0000 |
commit | 86b58ca2aa6f95c8d457a8720bc4a9ca32f443e8 (patch) | |
tree | c8bbde626f81d91b46b3a5bbf6904bcbef4a8ada | |
parent | 85093dcae3b1e1ca5997576c27b95cd4ecf756d8 (diff) | |
download | gdb-86b58ca2aa6f95c8d457a8720bc4a9ca32f443e8.zip gdb-86b58ca2aa6f95c8d457a8720bc4a9ca32f443e8.tar.gz gdb-86b58ca2aa6f95c8d457a8720bc4a9ca32f443e8.tar.bz2 |
* config/tc-m68k.c: Remove BREAK_UP_BIG_DECL stuff.
(struct m68k_incant): Change m_operands field to be const.
(struct m68k_it): Change args field to be const.
(m68k_ip): Change local variable s to be const.
(opcode_ptr): Remove.
(md_begin): Use m68k_numopcodes, not numopcodes. Use
m68k_opcodes, not removed opcode_ptr. Use m68k_numaliases, not
numaliases.
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index efc7844..5d66b3a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +Wed Aug 2 18:39:43 1995 Ian Lance Taylor <ian@cygnus.com> + + * config/tc-m68k.c: Remove BREAK_UP_BIG_DECL stuff. + (struct m68k_incant): Change m_operands field to be const. + (struct m68k_it): Change args field to be const. + (m68k_ip): Change local variable s to be const. + (opcode_ptr): Remove. + (md_begin): Use m68k_numopcodes, not numopcodes. Use + m68k_opcodes, not removed opcode_ptr. Use m68k_numaliases, not + numaliases. + Tue Aug 1 17:35:26 1995 Ian Lance Taylor <ian@cygnus.com> * config/tc-m68k.c (init_table): Add "control", "status", "iaddr", |