]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/ChangeLog
* elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
authorAlan Modra <amodra@gmail.com>
Mon, 21 Jan 2002 10:29:09 +0000 (10:29 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 21 Jan 2002 10:29:09 +0000 (10:29 +0000)
commite5094212dfec9f4caa6ec514019cdae92c163f2d
tree52fc1866d2c2cddcb2995dae1f3fbaa28cfa9c4a
parent61d99182f0a408360e238eff0bf2bc2dd5b0373f
* elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
boolean param.
(_bfd_elf_link_hash_hide_symbol): Likewise.
* elflink.h (elf_link_add_object_symbols): Adjust call to
elf_backend_hide_symbol.
(elf_fix_symbol_flags): Likewise.
(elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
than bfd_alloc.
* elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
* elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
(clobber_millicode_symbols): Adjust to suit new hide_symbol.
* elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
and adjust to suit.
* elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
_bfd_elf_link_hash_hide_symbol rather than duplicating code.
* elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
bfd/ChangeLog
bfd/elf-bfd.h
bfd/elf.c
bfd/elf32-cris.c
bfd/elf32-hppa.c
bfd/elf32-mips.c
bfd/elflink.h
bfd/elfxx-ia64.c