diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-03 12:07:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-03 12:07:01 +0000 |
commit | ecdd1a316035312a0565a64011520819ff36ae11 (patch) | |
tree | 592feec09cb2886c1f5420472e36d06aaaf531b3 /ChangeLog | |
parent | cab24c3767986d0c4c336634756b4de5aee3a797 (diff) | |
download | glibc-ecdd1a316035312a0565a64011520819ff36ae11.tar.gz glibc-ecdd1a316035312a0565a64011520819ff36ae11.tar.xz glibc-ecdd1a316035312a0565a64011520819ff36ae11.zip |
Update.
1998-04-03 16:29 Philip Blundell <pb@nexus.co.uk> Based on patch from Pat Beirne: * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for PIC and non-PIC now. Correctly negate error number. (errno): Use `%' not `@' in .type directives. 1998-04-03 Ulrich Drepper <drepper@cygnus.com> * sysdeps/i386/strtok.S: Change to use single exit point. * sysdeps/i386/i686/strtok.S: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f77a0603a5..3351a173ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +1998-04-03 16:29 Philip Blundell <pb@nexus.co.uk> + + Based on patch from Pat Beirne: + * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for + PIC and non-PIC now. Correctly negate error number. + (errno): Use `%' not `@' in .type directives. + +1998-04-03 Ulrich Drepper <drepper@cygnus.com> + + * sysdeps/i386/strtok.S: Change to use single exit point. + * sysdeps/i386/i686/strtok.S: Likewise. + 1998-04-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide |