]> 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)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 4 Jul 2024 13:09:07 +0000 (10:09 -0300)
And avoid a Hurd build failures.

Checked on x86_64-linux-gnu.

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 147f1d34371295115df4ce6c6e8782fc3a388923..a3475f3fb54a6ae726ff63c6004902fb993090ce 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 ae66590e9135bca4419423e7cf69ebecba53cdb6..097b5a26fc56321cc25b4cc585f54524e6469160 100644 (file)
@@ -616,6 +616,10 @@ tests += \
 endif
 
 ifeq ($(subdir),elf)
+dl-routines += \
+  dl-rseq-symbols \
+  # dl-routines
+
 sysdep-rtld-routines += \
   dl-brk \
   dl-getcwd \