OSDN Git Service

* elf-bfd.h (struct elf_link_hash_table): Add copy_indirect and
authorrth <rth>
Sun, 13 Feb 2000 23:11:32 +0000 (23:11 +0000)
committerrth <rth>
Sun, 13 Feb 2000 23:11:32 +0000 (23:11 +0000)
commitddc9fd44b86c0b0d949af3c2e6996a46c7a094df
tree2020740106291513c7f4187e6eb480701b09795f
parent432eb8a2b00ab840f5b7d8a8a3255c81ad5a9c2f
    * elf-bfd.h (struct elf_link_hash_table): Add copy_indirect and
        hide_symbol members.
        (elf_link_hash_copy_indirect): New.
        (elf_link_hash_hide_symbol): New.
        * elflink.h (elf_link_add_object_symbols): Break out copy from
        indirect new new symbol to elf.c.
        (elf_link_assign_sym_version): Break out privatization of
        non-exported symbol to elf.c.
        * elf.c (_bfd_elf_link_hash_copy_indirect): New.
        (_bfd_elf_link_hash_hide_symbol): New.
        (_bfd_elf_link_hash_table_init): Init copy_indirect and hide_symbol.
bfd/ChangeLog
bfd/elf-bfd.h
bfd/elf.c
bfd/elflink.h