diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-11-01 23:29:06 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-11-01 23:29:06 +0000 |
commit | 7386c3b7f6c118c9752163c66c585ac4414cc343 (patch) | |
tree | c759bd4005c571cb0d9f51ea06d9c27ddf77f716 /bfd/ChangeLog | |
parent | bca9cf0b9e657debc996f07b4d12c7b5ce70a5a3 (diff) | |
download | gdb-7386c3b7f6c118c9752163c66c585ac4414cc343.zip gdb-7386c3b7f6c118c9752163c66c585ac4414cc343.tar.gz gdb-7386c3b7f6c118c9752163c66c585ac4414cc343.tar.bz2 |
* elf32-mips.c (mips_elf_hi16_reloc, mips_elf_lo16_reloc):
Rearrange _gp_disp checks slightly.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index cd5da48..d4f7c0c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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, |