public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] aarch64: Fix variant PCS support [BZ #26978]
@ 2020-10-29  8:39 Szabolcs Nagy
  2020-10-29  8:39 ` [PATCH 1/2] aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798] Szabolcs Nagy
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Szabolcs Nagy @ 2020-10-29  8:39 UTC (permalink / raw)
  To: libc-alpha

My original implementation for variant PCS support has a bug
that makes it ineffective.

I plan to backport this fix to the release branches after some
testing, the test case is separate because it requires configure
changes to check binutils support and thus harder to backport.

Szabolcs Nagy (2):
  aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]
  aarch64: Add variant PCS lazy binding test [BZ #26798]

 sysdeps/aarch64/Makefile       |   7 ++
 sysdeps/aarch64/configure      |  40 ++++++++++
 sysdeps/aarch64/configure.ac   |  22 +++++
 sysdeps/aarch64/dl-machine.h   |  12 +--
 sysdeps/aarch64/tst-vpcs-mod.S | 141 +++++++++++++++++++++++++++++++++
 sysdeps/aarch64/tst-vpcs.c     |  78 ++++++++++++++++++
 6 files changed, 292 insertions(+), 8 deletions(-)
 create mode 100644 sysdeps/aarch64/tst-vpcs-mod.S
 create mode 100644 sysdeps/aarch64/tst-vpcs.c

-- 
2.17.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-11-02 14:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-29  8:39 [PATCH 0/2] aarch64: Fix variant PCS support [BZ #26978] Szabolcs Nagy
2020-10-29  8:39 ` [PATCH 1/2] aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798] Szabolcs Nagy
2020-10-29  8:39 ` [PATCH 2/2] aarch64: Add variant PCS lazy binding test " Szabolcs Nagy
2020-11-02  9:43 ` [PATCH 0/2] aarch64: Fix variant PCS support [BZ #26978] Szabolcs Nagy
2020-11-02 12:35   ` Florian Weimer
2020-11-02 14:52     ` Szabolcs Nagy

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).