From: Roland McGrath Date: Wed, 26 Mar 2003 22:49:50 +0000 (+0000) Subject: * sysdeps/unix/make-syscalls.sh: When an undefined syscall has X-Git-Tag: cvs/glibc-2_3_3~1058 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04676765f4f66b0c58e47f4eff7781dbdc8e7c8d;p=platform%2Fupstream%2Fglibc.git * sysdeps/unix/make-syscalls.sh: When an undefined syscall has SOURCE=-, append its symbol names to make variable unix-stub-syscalls. * sysdeps/unix/Makefile [$(subdir) = misc] [unix-stub-syscalls] (sysdep_routines): Add stub-syscalls. ($(objpfx)stub-syscalls.c): New target. (generated): Add stub-syscalls.c. * tls.make.c: Also define use-tls according to USE_TLS macro. --- diff --git a/ChangeLog b/ChangeLog index c2a56cbd49..076fb854e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2003-03-26 Roland McGrath + + * sysdeps/unix/make-syscalls.sh: When an undefined syscall has + SOURCE=-, append its symbol names to make variable unix-stub-syscalls. + * sysdeps/unix/Makefile [$(subdir) = misc] [unix-stub-syscalls] + (sysdep_routines): Add stub-syscalls. + ($(objpfx)stub-syscalls.c): New target. + (generated): Add stub-syscalls.c. + + * tls.make.c: Also define use-tls according to USE_TLS macro. + 2003-03-26 Ulrich Drepper * abilist/librt.abilist: Add new timer interfaces for 64-bit archs. diff --git a/tls.make.c b/tls.make.c index 6bcd2479c6..778d8ef0be 100644 --- a/tls.make.c +++ b/tls.make.c @@ -2,6 +2,12 @@ #include +#if USE_TLS +@@@ use-tls = yes @@@ +#else +@@@ use-tls = no @@@ +#endif + #if USE___THREAD @@@ use-thread = yes @@@ #else