* elf32-mips.c (mips_elf_hi16_reloc, mips_elf_lo16_reloc):

Rearrange _gp_disp checks slightly.
This commit is contained in:
Ian Lance Taylor 1993-11-01 23:29:06 +00:00
parent bca9cf0b9e
commit 7386c3b7f6
1 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,15 @@
Mon Nov 1 14:30:09 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* reloc.c (enum bfd_reloc_code_real): Added
BFD_RELOC_MIPS_LITERAL, BFD_RELOC_MIPS_GOT16,
BFD_RELOC_MIPS_CALL16, BFD_RELOC_MIPS_GPREL32.
* bfd-in2.h: Rebuilt.
* coff-mips.c (mips_bfd_reloc_type_lookup): Handle
BFD_RELOC_MIPS_LITERAL.
* elf32-mips.c (mips_reloc_map): Handle new relocs.
(mips_elf_hi16_reloc, mips_elf_lo16_reloc): Rearrange _gp_disp
checks slightly.
* aout-target.h (MY_bfd_debug_info_start, MY_bfd_debug_info_end,
MY_bfd_debug_info_accumulat [sic]): Remove unused definitions.
(MY_bfd_get_relocated_section_contents, MY_bfd_relax_section,