Fix handling of STB_GNU_UNIQUE in LD_TRACE_PRELINKING
[glibc.git] / sysdeps / x86_64 / Makefile
blobe8d0285e26ecb878d87e3a305ddabecc07301541
1 # The i387 `long double' is a distinct type we support.
2 long-double-fcts = yes
4 ifeq ($(subdir),csu)
5 sysdep_routines += hp-timing
6 elide-routines.os += hp-timing
7 gen-as-const-headers += link-defines.sym
8 endif
10 ifeq ($(subdir),gmon)
11 sysdep_routines += _mcount
12 endif
14 ifeq ($(subdir),string)
15 sysdep_routines += cacheinfo
16 endif
18 ifeq ($(subdir),elf)
19 sysdep-dl-routines += tlsdesc dl-tlsdesc
20 sysdep_routines += tlsdesc dl-tlsdesc
21 sysdep-rtld-routines += tlsdesc dl-tlsdesc
23 tests: $(objpfx)tst-xmmymm.out
24 $(objpfx)tst-xmmymm.out: ../sysdeps/x86_64/tst-xmmymm.sh $(objpfx)ld.so
25 @echo "Checking ld.so for SSE register use. This will take a few seconds..."
26 $(SHELL) -e $< $(objpfx) > $@
27 endif
29 ifeq ($(subdir),csu)
30 gen-as-const-headers += tlsdesc.sym
31 endif