diff options
author | Catherine Moore <clm@redhat.com> | 1998-10-16 19:13:41 +0000 |
---|---|---|
committer | Catherine Moore <clm@redhat.com> | 1998-10-16 19:13:41 +0000 |
commit | 09878672ecfac80b257ffea7c9b3b6bc3b211d4f (patch) | |
tree | b0f5f8c254063d45ed6a8b3eaa2c9d4e31a10588 /bfd | |
parent | 0f829c8eae76be42eaf73fefd8832853fb676f50 (diff) | |
download | gdb-09878672ecfac80b257ffea7c9b3b6bc3b211d4f.zip gdb-09878672ecfac80b257ffea7c9b3b6bc3b211d4f.tar.gz gdb-09878672ecfac80b257ffea7c9b3b6bc3b211d4f.tar.bz2 |
* 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.
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 99199a1..28b30f3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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. |