]> 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:33:53 +0000 (16:33 +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 0049ffa13c8d3e51a14b397dfadb3dafe27628ba..a50a988e7362cf3b20ea1c05e1f8eb9f6df2b996 100644 (file)
@@ -73,7 +73,6 @@ dl-routines = \
   dl-origin \
   dl-printf \
   dl-reloc \
-  dl-rseq-symbols \
   dl-runtime \
   dl-scope \
   dl-setup_hash \
index 415aa1f14dd20ba64b237e9201c9240e3ca2b9c6..6ab9b901234dc72e83bb32309abf48bdf74f15ea 100644 (file)
@@ -615,6 +615,10 @@ tests += \
 endif
 
 ifeq ($(subdir),elf)
+dl-routines += \
+  dl-rseq-symbols \
+  # dl-routines
+
 sysdep-rtld-routines += \
   dl-brk \
   dl-getcwd \