diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-05 06:58:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-05 06:58:03 +0000 |
commit | 7944bd340c06f2249e41d85994591529b59da2d1 (patch) | |
tree | 24ae890816157cbac389eaa33b88e51e237fea8d /ChangeLog | |
parent | a162642d80973c1ca52bf58e0d776060d9746d75 (diff) | |
download | glibc-7944bd340c06f2249e41d85994591529b59da2d1.tar glibc-7944bd340c06f2249e41d85994591529b59da2d1.tar.gz glibc-7944bd340c06f2249e41d85994591529b59da2d1.tar.bz2 glibc-7944bd340c06f2249e41d85994591529b59da2d1.zip |
* sysdeps/unix/make-syscalls.sh: If the syscall name field is -
then generate a dummy module under the given name, obeying the
normal rules for the "caller" field.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2002-08-04 Roland McGrath <roland@redhat.com> + * sysdeps/unix/make-syscalls.sh: If the syscall name field is - + then generate a dummy module under the given name, obeying the + normal rules for the "caller" field. + * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop actually iterate over the elements. Fix typo p_type -> p_vaddr. |