1
0
Fork 0
mirror of git://sourceware.org/git/glibc.git synced 2025-03-06 20:58:33 +01:00

elf: Make dl-rseq-symbols Linux only

And avoid a Hurd build failures.

Checked on x86_64-linux-gnu.
This commit is contained in:
Adhemerval Zanella 2024-07-04 10:09:07 -03:00
parent 2b92982e23
commit 9fc639f654
3 changed files with 4 additions and 1 deletions
elf
sysdeps/unix/sysv/linux

View file

@ -73,7 +73,6 @@ dl-routines = \
dl-origin \
dl-printf \
dl-reloc \
dl-rseq-symbols \
dl-runtime \
dl-scope \
dl-setup_hash \

View file

@ -616,6 +616,10 @@ tests += \
endif
ifeq ($(subdir),elf)
dl-routines += \
dl-rseq-symbols \
# dl-routines
sysdep-rtld-routines += \
dl-brk \
dl-getcwd \