* config/tc-mips.c (prev_insn_reloc_type): Make it an array to hold a
authorThiemo Seufer <ths@networkno.de>
Thu, 4 Oct 2001 20:07:00 +0000 (20:07 +0000)
committerThiemo Seufer <ths@networkno.de>
Thu, 4 Oct 2001 20:07:00 +0000 (20:07 +0000)
commitf668894301100e2e5ef05832e2dee08b90112a1e
treea8bfbe9fd3c04e571394c12e9f9e539d3da035b8
parent1ae008798a8be59993e58f3ac0d5a0852cf2ca77
* config/tc-mips.c (prev_insn_reloc_type): Make it an array to hold a
relocation triple.
(prev_insn_fixp): Likewise.
(append_insn): Changed prototype to accept a relocation pointer.
(imm_reloc): Make it an array.
(offset_reloc): Likewise.
(md_assemble): Handle triple relocations.
(append_insn): Likewise. Add handling for some NewABI relocations.
(mips_no_prev_insn): Handle triple relocations.
(macro_build): Likewise. Add handling for some NewABI relocations.
Move handling for the 'u' case to append_insn().
(mips16_macro_build): Handle triple relocations.
(macro_build_lui): Likewise. Don't handle _gp_disp as special symbol
for NewABI.
(mips_ip): Handle triple relocations.
(mips16_ip): Likewise.
(mips_force_relocation): Force handling of triple relocations
without symbols for NewABI.
(md_apply_fix): Add handling for some NewABI relocations.
gas/ChangeLog
gas/config/tc-mips.c