From 970e0ba27e9f1e438de04eb9b69bb37c5ea7f1e9 Mon Sep 17 00:00:00 2001 From: Catherine Moore Date: Tue, 10 Nov 1998 20:51:00 +0000 Subject: [PATCH] * elf32-d10v.c (reloc_type): Add R_D10V_GNU_VTINHERIT and R_D10V_GNU_VTENTRY relocs. (elf_d10v_howto_table): Likewise. (d10v_reloc_map d10v_reloc_map): Likewise. (elf32_d10v_gc_mark_hook): New. (elf32_d10v_gc_sweep_hook): New. (elf32_d10v_check_relocs): New. (elf32_d10v_relocate_section): New. (elf_backend_relocate_section): Define. (elf_backend_can_gc_sections): Define. --- bfd/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b51cf73a68..a17abf7eac 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,16 @@ +Tue Nov 10 14:31:01 1998 Catherine Moore + + * elf32-d10v.c (reloc_type): Add R_D10V_GNU_VTINHERIT and + R_D10V_GNU_VTENTRY relocs. + (elf_d10v_howto_table): Likewise. + (d10v_reloc_map d10v_reloc_map): Likewise. + (elf32_d10v_gc_mark_hook): New. + (elf32_d10v_gc_sweep_hook): New. + (elf32_d10v_check_relocs): New. + (elf32_d10v_relocate_section): New. + (elf_backend_relocate_section): Define. + (elf_backend_can_gc_sections): Define. + Sat Nov 7 18:07:51 1998 Peter Schauer * Makefile.am (BFD32_BACKENDS): Move vms files here... -- 2.34.1