diff options
author | Andreas Jaeger <aj@suse.de> | 2001-06-06 16:28:42 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-06-06 16:28:42 +0000 |
commit | 2ecb820e24d4a314bbb3b7d03293e9964d376ee8 (patch) | |
tree | 29175a96b9de2be2d4242532e470d23572d56ba5 /ChangeLog | |
parent | 289ac9ddb4ba77209bf530970950fcde3ea372d8 (diff) | |
download | glibc-2ecb820e24d4a314bbb3b7d03293e9964d376ee8.tar.gz glibc-2ecb820e24d4a314bbb3b7d03293e9964d376ee8.tar.xz glibc-2ecb820e24d4a314bbb3b7d03293e9964d376ee8.zip |
Update
2001-06-05 Matthew Wilcox <willy@ldl.fc.hp.com> * sysdeps/hppa/bsd-_setjmp.S: New. * sysdeps/hppa/bsd-setjmp.S: New. * sysdeps/hppa/dl-machine.h: Reformat asm statements to remove new gcc warnings about multi-line strings. * sysdeps/unix/sysv/linux/hppa/getrlimit.c: Remove. * sysdeps/unix/sysv/linux/hppa/setrlimit.c: Remove. * sysdeps/unix/sysv/linux/hppa/syscalls.list: Call getrlimit, setrlimit directly instead of using wrappers. 2001-05-01 Richard Hirst <rhirst@linuxcare.com> * sysdeps/unix/sysv/linux/hppa/syscall.S: remove dummy syscall. * sysdeps/unix/sysv/linux/hppa/sysdep.c: implement syscall. 2001-06-05 Philipp Thomas <pthomas@suse.de> * nis/nis_call.c (__nisbind_connect): Don't mark for translation what can't be translated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 817862a996..b1037e7db3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2001-06-05 Matthew Wilcox <willy@ldl.fc.hp.com> + + * sysdeps/hppa/bsd-_setjmp.S: New. + * sysdeps/hppa/bsd-setjmp.S: New. + + * sysdeps/hppa/dl-machine.h: Reformat asm statements to remove new + gcc warnings about multi-line strings. + + * sysdeps/unix/sysv/linux/hppa/getrlimit.c: Remove. + * sysdeps/unix/sysv/linux/hppa/setrlimit.c: Remove. + + * sysdeps/unix/sysv/linux/hppa/syscalls.list: Call getrlimit, + setrlimit directly instead of using wrappers. + +2001-05-01 Richard Hirst <rhirst@linuxcare.com> + + * sysdeps/unix/sysv/linux/hppa/syscall.S: remove dummy syscall. + * sysdeps/unix/sysv/linux/hppa/sysdep.c: implement syscall. + +2001-06-05 Philipp Thomas <pthomas@suse.de> + + * nis/nis_call.c (__nisbind_connect): Don't mark for translation + what can't be translated. + 2001-06-06 Ulrich Drepper <drepper@redhat.com> * timezone/zic.c: Update from tzcode2001c. |