mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
Fix ChangeLog for "FAIL: -Bsymbolic-functions" for cris-linux in ld
It's bfd_link_info, not elf_link_hash_entry, for the old reference: * elf32-cris.c (cris_elf_relocate_section) (elf_cris_finish_dynamic_symbol, cris_elf_check_relocs) (elf_cris_discard_excess_dso_dynamics): Use SYMBOLIC_BIND, not just bfd_link_info->symbolic, to check if a symbol should be bound symbolically.
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
* elf32-cris.c (cris_elf_relocate_section)
|
* elf32-cris.c (cris_elf_relocate_section)
|
||||||
(elf_cris_finish_dynamic_symbol, cris_elf_check_relocs)
|
(elf_cris_finish_dynamic_symbol, cris_elf_check_relocs)
|
||||||
(elf_cris_discard_excess_dso_dynamics): Use SYMBOLIC_BIND, not
|
(elf_cris_discard_excess_dso_dynamics): Use SYMBOLIC_BIND, not
|
||||||
just h->symbolic, to check if a symbol should be bound
|
just link_info->symbolic, to check if a symbol should be bound
|
||||||
symbolically.
|
symbolically.
|
||||||
|
|
||||||
2015-07-30 H.J. Lu <hongjiu.lu@intel.com>
|
2015-07-30 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
Reference in New Issue
Block a user