* config/tc-mips.c (macro): Pass NULL for expression argument to
authorIan Lance Taylor <ian@airs.com>
Thu, 7 Apr 1994 18:33:09 +0000 (18:33 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 7 Apr 1994 18:33:09 +0000 (18:33 +0000)
commit1c803e52238449fd464ae9ceae0d2b7c4f6e9eec
tree8cd00830d991be871e29b955e2396dcb98f651d1
parentdabf906e9b6d4208a3a9fc9556fd1f913ad84e75
* config/tc-mips.c (macro): Pass NULL for expression argument to
macro_build for nori case.
(SWITCH_TABLE): Define.
(mips_force_relocation): Force a relocation for a switch table
entry.
(md_apply_fix): Write switch table entry value into file.
(tc_gen_reloc): Use BFD_RELOC_GPREL32 for a switch table entry,
and set the addend to the difference between the reloc address and
the subtrahend.
gas/ChangeLog
gas/config/tc-mips.c