* elf32-m32r.c: Add HOWTO entries for R_M32R_GNU_VTINHERIT
authorCatherine Moore <clm@redhat.com>
Fri, 16 Oct 1998 19:13:41 +0000 (19:13 +0000)
committerCatherine Moore <clm@redhat.com>
Fri, 16 Oct 1998 19:13:41 +0000 (19:13 +0000)
        and R_M32R_GNU_VTENTRY.
        (elf_backend_can_gc_sections):  Define.
        (m32r_elf_check_relocs):  New.
        (m32r_elf_gc_mark_hook):  New.
        (m32r_elf_gc_sweep_hook):  New.
        (m32r_elf_relocate_section):  Handle VT relocs.

bfd/ChangeLog

index 99199a164a62ba2d304f58d966d0113057d14218..28b30f3c59b3ca343afbdc33950aeacd6645fafd 100644 (file)
@@ -1,5 +1,17 @@
+Fri Oct 16 14:07:45 1998  Catherine Moore  <clm@cygnus.com>
+
+        * elf32-m32r.c:  Add HOWTO entries for R_M32R_GNU_VTINHERIT
+        and R_M32R_GNU_VTENTRY.
+        (elf_backend_can_gc_sections):  Define.
+        (m32r_elf_check_relocs):  New.
+        (m32r_elf_gc_mark_hook):  New.
+        (m32r_elf_gc_sweep_hook):  New.
+        (m32r_elf_relocate_section):  Handle VT relocs.
+
 Mon Oct 12 14:18:40 1998  Nick Clifton  <nickc@cygnus.com>
 
+       * coff-arm.c (arm_relocate_section): Remove redundant test.
+       
        * bfd-in2.h (struct reloc_howto_struct): Improve comment to make
        cleat that the 'bitsize' field is the size of the bitfield AFTER
        relocation not before.