(PCINDEX): New macro.
authorKen Raeburn <raeburn@cygnus>
Tue, 11 Apr 1995 01:31:08 +0000 (01:31 +0000)
committerKen Raeburn <raeburn@cygnus>
Tue, 11 Apr 1995 01:31:08 +0000 (01:31 +0000)
commit04ef74bb13c67e638abd56b2e37052b49495f242
treefee6c565bb7d80501bd3a6ddd5a547b87c3a4f42
parentd8a1c247aef292a99c2a132bd7d9a950234c7c7e
(PCINDEX): New macro.
(md_relax_table): No longer const.  Add PCINDEX entries.
(m68k_ip): For AINDX with simple symbol operand, generate a PCINDEX frag if PC
is used, or do normal non-AINDX processing for address register.
(m68k_init_after_args): If cpu is 68000 or 68010, fix md_relax_table to prevent
relaxation of PCINDEX/BYTE mode to SHORT, since they don't support that mode.
(md_convert_frag_1, case PCLEA/LONG): Add 4 to offset, not 2.  Add support for
new PCINDEX modes.
(md_estimate_size_before_relax): Process PCINDEX/SZ_UNDEF mode.
(md_convert_frag_1, case PCLEA/SHORT): Add 2 to offset.
(m68k_ip, case most punctuation/AOFF): If using PC, call add_frag using PCLEA.
gas/config/tc-m68k.c