OSDN Git Service

* config/tc-mips.c (prev_insn_reloc_type): Make it an array to hold a
authorths <ths>
Thu, 4 Oct 2001 20:07:00 +0000 (20:07 +0000)
committerths <ths>
Thu, 4 Oct 2001 20:07:00 +0000 (20:07 +0000)
commitb41717fd8fc447de8698f5e5da7ba3beb3835d69
tree3db741158916a03732710caab6d9af028aa1dc8c
parent3d05b9f2c959f8263bb0e0072e048422c5a6af85
* 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