* bfd-in.h: Add argument to elf_backend_get_symbol_type.
authorCatherine Moore <clm@redhat.com>
Tue, 15 Sep 1998 13:52:55 +0000 (13:52 +0000)
committerCatherine Moore <clm@redhat.com>
Tue, 15 Sep 1998 13:52:55 +0000 (13:52 +0000)
commit948beb4a24919ffb0c1e3fc70b4be4c3e2cad0c9
tree07a26fa5c2f99e53d462fd6b7c455983761a0aaa
parentb2d558136175f6ee8b4a1680f06b1df1d5597656
   * bfd-in.h: Add argument to elf_backend_get_symbol_type.
       * bfd-in2.h: Rebuild.
       * elf.c (swap_out_syms):  Pass type to elf_backend_get_symbol_type.
       * elf32-arm.c:  Add HOWTO entries for R_ARM_GNU_VTINHERIT and
       R_ARM_GNU_VTENTRY.
       (elf32_arm_gc_mark_hook): New.
       (elf32_arm_gc_sweep_hook): New.
       (elf32_arm_check_relocs): New.
       (elf32_arm_final_link_relocate):  Handle VTINHERIT and VTENTRY
       relocations.
       (elf32_arm_relocate_section): Handle VTINHERIT and VTENTRY
       relocations.
bfd/ChangeLog
bfd/elf32-arm.c