diff options
author | Hans-Peter Nilsson <hp@bitrange.com> | 2015-08-03 20:34:51 +0200 |
---|---|---|
committer | Hans-Peter Nilsson <hp@bitrange.com> | 2015-08-03 20:34:51 +0200 |
commit | cb1c8103f13d413e05ca6e61e21b56bba3baae74 (patch) | |
tree | 0ac5571923c99a3a04e520950b0fa461b4fa7d57 /bfd/ChangeLog | |
parent | ee2d2b102071f89a04f93f0434df818f69ef1e50 (diff) | |
download | gdb-cb1c8103f13d413e05ca6e61e21b56bba3baae74.zip gdb-cb1c8103f13d413e05ca6e61e21b56bba3baae74.tar.gz gdb-cb1c8103f13d413e05ca6e61e21b56bba3baae74.tar.bz2 |
Fix "FAIL: -Bsymbolic-functions" for cris-linux in ld
* 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
symbolically.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e9776bf..abcbeb9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2015-08-03 Hans-Peter Nilsson <hp@axis.com> + + * 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 + symbolically. + 2015-07-30 H.J. Lu <hongjiu.lu@intel.com> PR ld/18735 |