diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-08-07 16:14:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-08-07 16:14:09 +0000 |
commit | 9b3307b0a00bbfcab7f79139908765e9f89f785f (patch) | |
tree | e6198ba1567566aeb92306d8ed1f2c461f66cc1d /bfd | |
parent | 0d43c8e71131733b3e5d50df8454b2fbd7ac0c76 (diff) | |
download | gdb-9b3307b0a00bbfcab7f79139908765e9f89f785f.zip gdb-9b3307b0a00bbfcab7f79139908765e9f89f785f.tar.gz gdb-9b3307b0a00bbfcab7f79139908765e9f89f785f.tar.bz2 |
Based on patches from Eric Valette <valette@crf.canon.fr>:
* elf32-i386.c (enum reloc_type): Add FIRST_INVALID_RELOC,
LAST_INVALID_RELOC, R_386_16, R_386_PC16, R_386_8, R_386_PC8.
(elf_howto_table): Add entries for new relocs.
(elf_i386_reloc_type_lookup): Handle new relocs.
(elf_i386_info_to_howto): Just call abort.
(elf_i386_info_to_howto_rel): Check that the reloc type is valid.
(elf_i386_relocate_section): Likewise.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a05e981..0f98577 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +Wed Aug 7 12:12:03 1996 Ian Lance Taylor <ian@cygnus.com> + + Based on patches from Eric Valette <valette@crf.canon.fr>: + * elf32-i386.c (enum reloc_type): Add FIRST_INVALID_RELOC, + LAST_INVALID_RELOC, R_386_16, R_386_PC16, R_386_8, R_386_PC8. + (elf_howto_table): Add entries for new relocs. + (elf_i386_reloc_type_lookup): Handle new relocs. + (elf_i386_info_to_howto): Just call abort. + (elf_i386_info_to_howto_rel): Check that the reloc type is valid. + (elf_i386_relocate_section): Likewise. + start-sanitize-d10v Tue Aug 6 12:54:56 1996 Martin M. Hunt <hunt@pizza.cygnus.com> |