diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-07 03:49:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-07 03:49:37 +0000 |
commit | a1a118c000de798940804a6cca94b0aadce9fefe (patch) | |
tree | 9ffc3be7148c894aa2bb879318021ecab7923d50 /elf/Makefile | |
parent | bcef95d89c0c6bbbddbe2e60306da7e32878c27a (diff) | |
download | glibc-a1a118c000de798940804a6cca94b0aadce9fefe.tar.gz glibc-a1a118c000de798940804a6cca94b0aadce9fefe.tar.xz glibc-a1a118c000de798940804a6cca94b0aadce9fefe.zip |
(dl-routines): Add dl-tls. (distribute): Add dl-tls.h.
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/Makefile b/elf/Makefile index e84c6d15cc..476341902d 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -29,7 +29,7 @@ routines = $(dl-routines) dl-open dl-close dl-support dl-iteratephdr \ # profiled libraries. dl-routines = $(addprefix dl-,load cache lookup object reloc deps \ runtime error init fini debug misc \ - version profile conflict) + version profile conflict tls) all-dl-routines = $(dl-routines) $(sysdep-dl-routines) # But they are absent from the shared libc, because that code is in ld.so. elide-routines.os = $(all-dl-routines) dl-support enbl-secure \ @@ -67,7 +67,7 @@ distribute := $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \ reldep6mod4.c reldep6mod3.c reldep6mod2.c reldep6mod1.c \ reldep6mod0.c \ unwind-dw2.c unwind-dw2-fde.c unwind.h unwind-pe.h \ - unwind-dw2-fde.h dwarf2.h dl-procinfo.c tls.h + unwind-dw2-fde.h dwarf2.h dl-procinfo.c tls.h dl-tls.h include ../Makeconfig |