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: Thu, 22 Jan 2015 07:11:26 +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> <CAFqB+Pxf_bXbovLMpT9=+BiEDyrWkdhaGf4RYDTkPdCc=zPnZg at mail dot gmail dot com> <000001d035eb$05e58920$11b09b60$ at arm dot com>
On 22 January 2015 at 02:27, Thomas Preud'homme
<thomas.preudhomme@arm.com> wrote:
> Proposed ChangeLog entries:
>
> *** bfd/ChangeLog ***
>
> 2015-01-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
>
> Backport from mainline
> 2015-01-13 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-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
>
> Backport from mainline
> 2015-01-13 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.
>
> Is this ok for backport?
OK, thanks Thomas. /Marcus