diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-04-02 16:57:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-04-02 16:57:43 +0000 |
commit | 3072dce9e5afbee2082da7ca0c8dede1aaec1c97 (patch) | |
tree | ff1904b3ddd584c12736782e0d24402a458f0262 /bfd | |
parent | dc69600243eea97a240244e5a788bf72297f56ac (diff) | |
download | gdb-3072dce9e5afbee2082da7ca0c8dede1aaec1c97.zip gdb-3072dce9e5afbee2082da7ca0c8dede1aaec1c97.tar.gz gdb-3072dce9e5afbee2082da7ca0c8dede1aaec1c97.tar.bz2 |
* elf32-mips.c (elf_mips_ctor64_howto): New static variable.
(elf_mips_isa): Move to earlier in file.
(mips_reloc_map): Remove BFD_RELOC_CTOR entry.
(bfd_elf32_bfd_reloc_type_lookup): Handle BFD_RELOC_CTOR
specially.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2856c57..a7dd53b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ Wed Apr 2 10:49:07 1997 Ian Lance Taylor <ian@cygnus.com> + * elf32-mips.c (elf_mips_ctor64_howto): New static variable. + (elf_mips_isa): Move to earlier in file. + (mips_reloc_map): Remove BFD_RELOC_CTOR entry. + (bfd_elf32_bfd_reloc_type_lookup): Handle BFD_RELOC_CTOR + specially. + * elf32-mips.c (mips16_jump_reloc): Print a warning rather than calling abort. |