* coff-mips.c (struct mips_hi): Define.
authorIan Lance Taylor <ian@airs.com>
Mon, 8 Jul 1996 20:25:54 +0000 (20:25 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 8 Jul 1996 20:25:54 +0000 (20:25 +0000)
commit56b4cbaac3ecb3fbdbc63dca6875b23f029fbd3d
treefb477845ec0aac00b4a8f1ed81e454bcc5df9988
parentc6304c0e13a19b98abb042c38aec627bdb5d2dce
* coff-mips.c (struct mips_hi): Define.
(mips_refhi_list): New static variable.
  (mips_refhi_addr, mips_refhi_addend): Remove.
(mips_refhi_reloc): Maintain a list of unmatched REFHI relocs.
(mips_reflo_reloc): Process mips_refhi_list.
(mips_relhi_list): New static variable.
(mips_relhi_addr, mips_relhi_addend): Remove.
(mips_relhi_reloc): Maintain a list of unmatched RELHI relocs.
(mips_rello_reloc): Process mips_relhi_list.
(mips_relocate_section): Permit an arbitrary number of REFHI or
RELHI relocs before the associated REFLO or RELLO reloc.
PR 10050.
bfd/ChangeLog