This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [AArch64][TLSLE][1/3] Add the option "-mtls-size" for AArch64
- From: Marcus Shawcroft <marcus dot shawcroft at gmail dot com>
- To: Jiong Wang <jiong dot wang at arm dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 26 Aug 2015 13:34:32 +0100
- Subject: Re: [AArch64][TLSLE][1/3] Add the option "-mtls-size" for AArch64
- Authentication-results: sourceware.org; auth=none
- References: <n99ioblooz5 dot fsf at arm dot com> <CAFqB+PwyZqp1OMcoY751Nk7atqt1GNZ1F9Ef5S6A6jq_wfMSsA at mail dot gmail dot com> <n99io8b5p6s dot fsf at arm dot com> <CAFqB+Pxo5tc=gpevhCWHeQf0T+T7VsV_0vRxLA-m87ttYjohsQ at mail dot gmail dot com> <n998u8zqwqi dot fsf at arm dot com>
On 25 August 2015 at 15:15, Jiong Wang <jiong.wang@arm.com> wrote:
> 2015-08-25 Jiong Wang <jiong.wang@arm.com>
>
> gcc/
> * config/aarch64/aarch64.opt (mtls-size): New entry.
> * config/aarch64/aarch64.c (initialize_aarch64_tls_size): New function.
> (aarch64_override_options_internal): Call initialize_aarch64_tls_size.
> * doc/invoke.texi (AArch64 Options): Document -mtls-size.
>
OK Thanks /Marcus