* config/tc-m68k.c: Remove BREAK_UP_BIG_DECL stuff.
authorIan Lance Taylor <ian@airs.com>
Wed, 2 Aug 1995 22:42:21 +0000 (22:42 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 2 Aug 1995 22:42:21 +0000 (22:42 +0000)
commit86b58ca2aa6f95c8d457a8720bc4a9ca32f443e8
treec8bbde626f81d91b46b3a5bbf6904bcbef4a8ada
parent85093dcae3b1e1ca5997576c27b95cd4ecf756d8
* 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.
gas/ChangeLog