]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
elf: Make dl-rseq-symbols Linux only
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 4 Jul 2024 13:09:07 +0000 (10:09 -0300)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 16 Jul 2024 14:36:42 +0000 (16:36 +0200)
And avoid a Hurd build failures.

Checked on x86_64-linux-gnu.

(cherry picked from commit 9fc639f654dc004736836613be703e6bed0c36a8)

elf/Makefile
sysdeps/unix/sysv/linux/Makefile
sysdeps/unix/sysv/linux/dl-rseq-symbols.S [moved from elf/dl-rseq-symbols.S with 100% similarity]

index 04e1d7ded5c290cd0f88c3704595f70786118251..c2af11b92c9d1cf1e48210eab6fbae47b985200c 100644 (file)
@@ -74,7 +74,6 @@ dl-routines = \
   dl-printf \
   dl-profile \
   dl-reloc \
-  dl-rseq-symbols \
   dl-runtime \
   dl-scope \
   dl-setup_hash \
index be801e3be484983acb98163bb9c6a3b149f2e15c..623a7d4de048b54765b3427268e5158e7e6a4b28 100644 (file)
@@ -587,6 +587,10 @@ tests += \
 endif
 
 ifeq ($(subdir),elf)
+dl-routines += \
+  dl-rseq-symbols \
+  # dl-routines
+
 sysdep-rtld-routines += \
   dl-brk \
   dl-getcwd \