public inbox for gnu-gabi@sourceware.org
 help / color / mirror / Atom feed
From: Szabolcs Nagy <Szabolcs.Nagy@arm.com>
To: GNU C Library <libc-alpha@sourceware.org>,
	Binutils	<binutils@sourceware.org>,
	GCC Development <gcc@gcc.gnu.org>,
	"gnu-gabi@sourceware.org" <gnu-gabi@sourceware.org>
Cc: nd <nd@arm.com>,
	Ramana Radhakrishnan <Ramana.Radhakrishnan@arm.com>,
	Richard Earnshaw <Richard.Earnshaw@arm.com>,
	Tejas Belagod	<Tejas.Belagod@arm.com>,
	Richard Sandiford <Richard.Sandiford@arm.com>,
	Steve Ellcey <sellcey@marvell.com>,
	Richard Henderson	<richard.henderson@linaro.org>
Subject: Re: [AArch64 ELF ABI] Vector calls and lazy binding on AArch64
Date: Tue, 01 Jan 2019 00:00:00 -0000	[thread overview]
Message-ID: <53bbb812-ffe5-141c-f200-f7fdd4f414ad@arm.com> (raw)
In-Reply-To: <7be6eecc-9e36-c782-1c87-e608bb1b5678@arm.com>

On 22/05/2019 15:42, Szabolcs Nagy wrote:
> [AAELF64]: ELF for the Arm 64-bit Architecture (AArch64)
>            https://developer.arm.com/docs/ihi0056/latest
> [VABI64]:  Vector Function ABI Specification for AArch64
>            https://developer.arm.com/tools-and-software/server-and-hpc/arm-architecture-tools/arm-compiler-for-hpc/vector-function-abi

the new ABI has been published with minor wording changes
compared to the draft version.

the ABI is implemented in gcc, binutils and glibc in a
series of patches listed below.


gcc:

commit 779640c76d37b32f4d8a7b97637ed9e345d750b4
Commit:     nsz <nsz@138bc75d-0d04-0410-961f-82ee72b054a4>
CommitDate: 2019-06-03 13:50:53 +0000

    aarch64: emit .variant_pcs for aarch64_vector_pcs symbol references
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@271869 138bc75d-0d04-0410-961f-82ee72b054a4

commit d403a7711c2cf9a7a4892d76b875a1c99a690f89
Commit:     nsz <nsz@138bc75d-0d04-0410-961f-82ee72b054a4>
CommitDate: 2019-06-04 16:16:52 +0000

    aarch64: fix asm visibility for extern symbols
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@271913 138bc75d-0d04-0410-961f-82ee72b054a4

commit 042371f341a956de8c76557df700ebdc1af9ab4f
Commit:     nsz <nsz@138bc75d-0d04-0410-961f-82ee72b054a4>
CommitDate: 2019-06-18 11:11:07 +0000

    aarch64: fix gcc.target/aarch64/pcs_attribute-2.c on non-gnu targets
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272414 138bc75d-0d04-0410-961f-82ee72b054a4


binutils:

commit 2301ed1c9af1316b4bad3747d2b03f7d44940f87
Commit:     Szabolcs Nagy <szabolcs.nagy@arm.com>
CommitDate: 2019-05-24 15:05:57 +0100

    aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCS

commit f166ae0188dcb89c5ae925034260a708a254ab2f
Commit:     Szabolcs Nagy <szabolcs.nagy@arm.com>
CommitDate: 2019-05-24 15:07:42 +0100

    aarch64: handle .variant_pcs directive in gas

commit 0b4eac57c44ec4c9e13f5201b40936c3b3e6c639
Commit:     Szabolcs Nagy <szabolcs.nagy@arm.com>
CommitDate: 2019-05-24 15:09:06 +0100

    aarch64: override default elf .set handling in gas

commit 823710d5856996d1f54f04ecb2f7647aeae99b5b
Commit:     Szabolcs Nagy <szabolcs.nagy@arm.com>
CommitDate: 2019-05-24 15:11:00 +0100

    aarch64: handle STO_AARCH64_VARIANT_PCS in bfd

commit 65f381e729bedb933f3e1376e7f53f0ff63ac9a8
Commit:     Szabolcs Nagy <szabolcs.nagy@arm.com>
CommitDate: 2019-05-28 12:03:51 +0100

    aarch64: fix variant_pcs ld tests


glibc:

commit 55f82d328d2dd1c7c13c1992f4b9bf9c95b57551
Commit:     Szabolcs Nagy <szabolcs.nagy@arm.com>
CommitDate: 2019-06-13 09:44:44 +0100

    aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCS

commit 82bc69c012838a381c4167c156a06f4598f34227
Commit:     Szabolcs Nagy <szabolcs.nagy@arm.com>
CommitDate: 2019-06-13 09:45:00 +0100

    aarch64: handle STO_AARCH64_VARIANT_PCS


      parent reply	other threads:[~2019-06-28 13:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-01  0:00 Szabolcs Nagy
2019-01-01  0:00 ` Florian Weimer
2019-01-01  0:00   ` Szabolcs Nagy
2019-01-01  0:00     ` Florian Weimer
2019-01-01  0:00       ` Szabolcs Nagy
2019-01-01  0:00 ` Szabolcs Nagy [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53bbb812-ffe5-141c-f200-f7fdd4f414ad@arm.com \
    --to=szabolcs.nagy@arm.com \
    --cc=Ramana.Radhakrishnan@arm.com \
    --cc=Richard.Earnshaw@arm.com \
    --cc=Richard.Sandiford@arm.com \
    --cc=Tejas.Belagod@arm.com \
    --cc=binutils@sourceware.org \
    --cc=gcc@gcc.gnu.org \
    --cc=gnu-gabi@sourceware.org \
    --cc=libc-alpha@sourceware.org \
    --cc=nd@arm.com \
    --cc=richard.henderson@linaro.org \
    --cc=sellcey@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).