diff options
author | Catherine Moore <clm@redhat.com> | 1998-10-05 14:18:10 +0000 |
---|---|---|
committer | Catherine Moore <clm@redhat.com> | 1998-10-05 14:18:10 +0000 |
commit | 2bbf16bf810ea37f61e835491a1e03e29fc57fb9 (patch) | |
tree | 7748d74600d8bf948a61e3c4bf5b336228a1679d /bfd | |
parent | 1b9dc864bae576656a511a0d7d2df3485268a2c3 (diff) | |
download | gdb-2bbf16bf810ea37f61e835491a1e03e29fc57fb9.zip gdb-2bbf16bf810ea37f61e835491a1e03e29fc57fb9.tar.gz gdb-2bbf16bf810ea37f61e835491a1e03e29fc57fb9.tar.bz2 |
* elf32-v850.c: Add HOWTO entries for R_V850_GNU_VTINHERIT and
R_V850_GNU_VTENTRY.
(v850_elf_check_relocs): Handle VTINHERIT and VTENTRY relocs.
(v850_elf_perform_relocation): Likewise.
(v850_elf_final_link_relocate): Likewise.
(v850_elf_relocate_section): Likewise.
(v850_elf_gc_sweep_hook): New routine.
(v850_elf_gc_mark_hook): New routine.
(elf_backend_can_gc_sections): Define.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5821bf4..7b4c61f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +Mon Oct 5 09:07:37 1998 Catherine Moore <clm@cygnus.com> + + * elf32-v850.c: Add HOWTO entries for R_V850_GNU_VTINHERIT and + R_V850_GNU_VTENTRY. + (v850_elf_check_relocs): Handle VTINHERIT and VTENTRY relocs. + (v850_elf_perform_relocation): Likewise. + (v850_elf_final_link_relocate): Likewise. + (v850_elf_relocate_section): Likewise. + (v850_elf_gc_sweep_hook): New routine. + (v850_elf_gc_mark_hook): New routine. + (elf_backend_can_gc_sections): Define. + Mon Oct 5 09:04:25 1998 Catherine Moore <clm@cygnus.com> * elf32-m68k.c (elf_m68k_gc_sweep_hook): Don't assume |