This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [AArch64][3/6] GAS support TLSLD move/add relocation types


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]