This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH, bfd] Fix incorrect initialization of function pointer variable with -Bsymbolic-functions
- From: Marcus Shawcroft <marcus dot shawcroft at gmail dot com>
- To: "Thomas Preud'homme" <thomas dot preudhomme at arm dot com>
- Cc: "binutils at sourceware dot org" <binutils at sourceware dot org>
- Date: Tue, 13 Jan 2015 11:07:25 +0000
- Subject: Re: [PATCH, bfd] Fix incorrect initialization of function pointer variable with -Bsymbolic-functions
- Authentication-results: sourceware.org; auth=none
- References: <000a01d02e76$a2710980$e7531c80$ at arm dot com>
On 12 January 2015 at 14:47, Thomas Preud'homme
<thomas.preudhomme@arm.com> wrote:
> bfd/ChangeLog
>
> 2015-01-06 Thomas Preud'homme thomas.preudhomme@arm.com
>
> * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Use
> SYMBOLIC_BIND to check if a symbol should be bound symbolically.
>
>
> ld/testsuite/ChangeLog
>
> 2015-01-09 Thomas Preud'homme thomas.preudhomme@arm.com
>
> * ld-aarch64/aarch64-elf.exp: Added relocs-257-symbolic-func test.
> * ld-aarch64/relocs-257-symbolic-func.d: New file.
> * ld-aarch64/relocs-257-symbolic-func.s: Likewise.
OK /Marcus