From 2bbf16bf810ea37f61e835491a1e03e29fc57fb9 Mon Sep 17 00:00:00 2001 From: Catherine Moore Date: Mon, 5 Oct 1998 14:18:10 +0000 Subject: [PATCH] * 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. --- bfd/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5821bf4ab5d..7b4c61fac44 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +Mon Oct 5 09:07:37 1998 Catherine Moore + + * 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 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Don't assume -- 2.30.2