diff options
author | Hans-Peter Nilsson <hp@bitrange.com> | 2015-08-03 20:44:05 +0200 |
---|---|---|
committer | Hans-Peter Nilsson <hp@bitrange.com> | 2015-08-03 20:44:05 +0200 |
commit | 4122b41366b2e810bbf016d7c5514a496f0aca86 (patch) | |
tree | a81322eff920510881cdf383234a57db47a393ec /bfd | |
parent | af60a1ef46d2c4aca22868b0f2819234b949018e (diff) | |
download | binutils-gdb-4122b41366b2e810bbf016d7c5514a496f0aca86.tar.gz |
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.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index abcbeb9caed..986299d7796 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -3,7 +3,7 @@ * 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 h->symbolic, to check if a symbol should be bound + just link_info->symbolic, to check if a symbol should be bound symbolically. 2015-07-30 H.J. Lu <hongjiu.lu@intel.com> |