diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-14 01:31:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-14 01:31:26 +0000 |
commit | 115bb61ddb5f79646d2dd7c402bd2a2acf3d41bf (patch) | |
tree | e91ae0d6663258ce278ba235de2b4b228155d1d1 /ChangeLog | |
parent | db0a052cecb5b8d5850d199b695323ab58522857 (diff) | |
download | glibc-115bb61ddb5f79646d2dd7c402bd2a2acf3d41bf.tar.gz glibc-115bb61ddb5f79646d2dd7c402bd2a2acf3d41bf.tar.xz glibc-115bb61ddb5f79646d2dd7c402bd2a2acf3d41bf.zip |
Update.
2003-01-14 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL): Undefined before defining. 2003-01-13 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/s390/s390-64/initfini.c: Avoid unterminated string literals. * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (L): Don't define it here. * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (L): Likewise. 2003-01-13 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Move branch instructions from here... (PSEUDO): ... to here. * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Move branch instruction from here... (PSEUDO): ... to here. * elf/dl-close.c (_dl_close): Fix typo, must be == not = in
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index e0ee4faab9..8a1704a438 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2003-01-14 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL): Undefined before + defining. + +2003-01-13 Martin Schwidefsky <schwidefsky@de.ibm.com> + + * sysdeps/s390/s390-64/initfini.c: Avoid unterminated string literals. + * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (L): Don't define it + here. + * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (L): Likewise. + +2003-01-13 Martin Schwidefsky <schwidefsky@de.ibm.com> + + * sysdeps/s390/s390-32/sysdep.h (JUMPTARGET): Move branch instructions + from here... + (PSEUDO): ... to here. + * sysdeps/s390/s390-64/sysdep.h (JUMPTARGET): Move branch instruction + from here... + (PSEUDO): ... to here. + 2003-01-13 Ulrich Drepper <drepper@redhat.com> * locale/programs/charmap-dir.c (charmap_readdir): Use struct @@ -29,7 +50,7 @@ 2003-01-12 Ulrich Drepper <drepper@redhat.com> - * elf/dl-close.c (_dl_close): Type typo, must be == not = in + * elf/dl-close.c (_dl_close): Fix typo, must be == not = in search for removed searchlist. Reported by Roland McGrath. * io/ftwtest-sh: Add test for case of symlink to nonexisting file |