diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-04-15 23:10:52 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-04-15 23:10:52 +0000 |
commit | 5cf36a322a3a4999379a45c21d6dff6cd077ee22 (patch) | |
tree | 26ba7f4d632da6271779974de15f9c3cb8baff80 /bfd | |
parent | aa9e2dbe3290292bc404b51dd268b26bb7a42894 (diff) | |
download | gdb-5cf36a322a3a4999379a45c21d6dff6cd077ee22.zip gdb-5cf36a322a3a4999379a45c21d6dff6cd077ee22.tar.gz gdb-5cf36a322a3a4999379a45c21d6dff6cd077ee22.tar.bz2 |
* elf32-mips.c (struct mips_hi16): Define.
(mips_hi16_addr, mips_hi16_addend): Remove.
(mips_hi16_list): New static variable.
(mips_elf_hi16_reloc): Maintain a list of unmatched HI16 relocs.
(mips_elf_lo16_reloc): Process mips_hi16_list.
(mips_elf_relocate_section): Permit an arbitrary number of HI16
relocs before the associated LO16 reloc.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7972f4a..e597bde 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +Mon Apr 15 19:06:59 1996 Ian Lance Taylor <ian@cygnus.com> + + * elf32-mips.c (struct mips_hi16): Define. + (mips_hi16_addr, mips_hi16_addend): Remove. + (mips_hi16_list): New static variable. + (mips_elf_hi16_reloc): Maintain a list of unmatched HI16 relocs. + (mips_elf_lo16_reloc): Process mips_hi16_list. + (mips_elf_relocate_section): Permit an arbitrary number of HI16 + relocs before the associated LO16 reloc. + Wed Apr 10 00:23:53 1996 Ian Lance Taylor <ian@cygnus.com> * versados.c (versados_scan): Check bfd_alloc return value. |