This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH, GNU ld] Fix broken -Bsymbolic-functions for hppa, m68k, nios2 and tic6x
- From: Hans-Peter Nilsson <hans-peter dot nilsson at axis dot com>
- To: binutils at sourceware dot org
- Date: Mon, 3 Aug 2015 20:47:19 +0200
- Subject: Re: [PATCH, GNU ld] Fix broken -Bsymbolic-functions for hppa, m68k, nios2 and tic6x
- Authentication-results: sourceware.org; auth=none
> From: Hans-Peter Nilsson <hp@axis.com>
> Date: Mon, 3 Aug 2015 20:37:16 +0200
> * 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.
Bah.
- just h->symbolic, to check if a symbol should be bound
+ just link_info->symbolic, to check if a symbol should be bound
symbolically.
brgds, H-P