This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [AArch64][3/6] GAS support TLSLD move/add relocation types
- From: Marcus Shawcroft <marcus dot shawcroft at gmail dot com>
- To: Jiong Wang <jiong dot wang at arm dot com>
- Cc: "binutils at sourceware dot org" <binutils at sourceware dot org>
- Date: Wed, 19 Aug 2015 16:16:02 +0100
- Subject: Re: [AArch64][3/6] GAS support TLSLD move/add relocation types
- Authentication-results: sourceware.org; auth=none
- References: <55D46D3C dot 6070406 at arm dot com> <55D46E1D dot 4000104 at arm dot com> <55D46E7A dot 3010004 at arm dot com> <55D47768 dot 3050206 at arm dot com>
On 19 August 2015 at 13:32, Jiong Wang <jiong.wang@arm.com> wrote:
> All these relocation types are for arithmetic instructions,
> add/movk/movz, they share the same gas internal logic, so put them
> together.
>
> 2015-08-19 Jiong Wang <jiong.wang@arm.com>
>
> bfd/
> * reloc.c: New entries, including
> BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_HI12,
> BFD_RELOC_AARCH64_TLSLD_MOVW_DTPREL_G0,
> BFD_RELOC_AARCH64_TLSLD_MOVW_DTPREL_G0_NC,
> BFD_RELOC_AARCH64_TLSLD_MOVW_DTPREL_G1,
> BFD_RELOC_AARCH64_TLSLD_MOVW_DTPREL_G1_NC,
> BFD_RELOC_AARCH64_TLSLD_MOVW_DTPREL_G2.
I think this should be written with the reloc names comma separated
inside (). Otherwise OK.
/Marcus