public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix lld build for armhf
@ 2021-11-01 12:50 Adhemerval Zanella
  2021-11-01 12:50 ` [PATCH 1/3] arm: Use internal symbol for _dl_argv on _dl_start_user Adhemerval Zanella
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Adhemerval Zanella @ 2021-11-01 12:50 UTC (permalink / raw)
  To: libc-alpha, Fāng-ruì Sòng

With this patchset I can build and run make check on arm-linux-gnueabihf
with lld 13.0.  I see 12 regressions, however I think it something
related to lld instead of a glibc issue:

  FAIL: elf/ifuncmain1pic
  FAIL: elf/ifuncmain1picstatic
  FAIL: elf/ifuncmain1pie
  FAIL: elf/ifuncmain1staticpic
  FAIL: elf/ifuncmain1staticpie
  FAIL: elf/ifuncmain1vis
  FAIL: elf/ifuncmain1vispic
  FAIL: elf/ifuncmain1vispie
  FAIL: elf/ifuncmain3
  FAIL: elf/ifuncmain4picstatic
  FAIL: elf/ifuncmain5picstatic
  FAIL: elf/ifuncmain5staticpic

Adhemerval Zanella (3):
  arm: Use internal symbol for _dl_argv on _dl_start_user
  arm: Use have-mtls-dialect-gnu2 to check for ARM TLS descriptors
    support
  elf: Assume disjointed .rela.dyn and .rela.plt for loader

 elf/dynamic-link.h       | 32 +++++++++-----------------------
 sysdeps/arm/Makefile     |  7 +------
 sysdeps/arm/dl-machine.h |  2 +-
 3 files changed, 11 insertions(+), 30 deletions(-)

-- 
2.32.0


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

end of thread, other threads:[~2021-11-01 17:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-01 12:50 [PATCH 0/3] Fix lld build for armhf Adhemerval Zanella
2021-11-01 12:50 ` [PATCH 1/3] arm: Use internal symbol for _dl_argv on _dl_start_user Adhemerval Zanella
2021-11-01 16:38   ` Fāng-ruì Sòng
2021-11-01 12:50 ` [PATCH 2/3] arm: Use have-mtls-dialect-gnu2 to check for ARM TLS descriptors support Adhemerval Zanella
2021-11-01 16:42   ` Fāng-ruì Sòng
2021-11-01 12:50 ` [PATCH 3/3] elf: Assume disjointed .rela.dyn and .rela.plt for loader Adhemerval Zanella
2021-11-01 16:44   ` Adhemerval Zanella
2021-11-01 17:16     ` H.J. Lu

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