diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-15 13:04:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-15 13:04:07 +0000 |
commit | 2a76f7ef1477c3e33dce2d9d7c3005c660de18a0 (patch) | |
tree | d5388da94a821752ba13aa93e34914f3f803932c /csu/Makefile | |
parent | faa5b9b31c356df69d9cc6b37be71255bcb0e307 (diff) | |
download | glibc-2a76f7ef1477c3e33dce2d9d7c3005c660de18a0.tar.gz glibc-2a76f7ef1477c3e33dce2d9d7c3005c660de18a0.tar.xz glibc-2a76f7ef1477c3e33dce2d9d7c3005c660de18a0.zip |
Update.
2002-08-15 Ulrich Drepper <drepper@redhat.com> * csu/Makefile: Define elide-routines.os not static-only-routines. * include/sched.h (__clone): Add varargs at the end. * elf/rtld.c (_dl_start): All TLS_INIT_TP to fail and stop in that case. (TLS_INIT_HELPER): If defined use it. * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise. * locale/loadarchive.c (archfname): Add missing slash. * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def. * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
Diffstat (limited to 'csu/Makefile')
-rw-r--r-- | csu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csu/Makefile b/csu/Makefile index ca8dbbbeac..c0a06e3867 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -28,7 +28,7 @@ subdir := csu routines = init-first libc-start $(libc-init) sysdep version check_fds \ libc-tls -static-only-routines = libc-tls +elide-routines.os = libc-tls csu-dummies = $(filter-out $(start-installed-name),crt1.o Mcrt1.o) extra-objs = start.o gmon-start.o \ $(start-installed-name) g$(start-installed-name) $(csu-dummies) |