diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-26 22:49:50 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-26 22:49:50 +0000 |
commit | 04676765f4f66b0c58e47f4eff7781dbdc8e7c8d (patch) | |
tree | 09d0b639ff410613049e86944a72d57b4de800ac /ChangeLog | |
parent | d8e94af60b56d86bdb59acc93d8396fb4e3ce770 (diff) | |
download | glibc-04676765f4f66b0c58e47f4eff7781dbdc8e7c8d.tar glibc-04676765f4f66b0c58e47f4eff7781dbdc8e7c8d.tar.gz glibc-04676765f4f66b0c58e47f4eff7781dbdc8e7c8d.tar.bz2 glibc-04676765f4f66b0c58e47f4eff7781dbdc8e7c8d.zip |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2003-03-26 Roland McGrath <roland@redhat.com> + + * 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 <drepper@redhat.com> * abilist/librt.abilist: Add new timer interfaces for 64-bit archs. |