diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-29 11:32:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-29 11:32:03 +0000 |
commit | 72d4c33d4ca847466c4557024376a2234838a505 (patch) | |
tree | b70c0f620bad07d791245282d18b40a6826193aa /ChangeLog | |
parent | 5bbfc1ea7069630149c5fc1b3cec4a044d43a9cd (diff) | |
download | glibc-72d4c33d4ca847466c4557024376a2234838a505.tar glibc-72d4c33d4ca847466c4557024376a2234838a505.tar.gz glibc-72d4c33d4ca847466c4557024376a2234838a505.tar.bz2 glibc-72d4c33d4ca847466c4557024376a2234838a505.zip |
* sysdeps/unix/sysv/linux/sparc/sysdep.h (inline_syscall0): Make asm
volatile.
(inline_syscall1, inline_syscall2, inline_syscall3, inline_syscall4,
inline_syscall5, inline_syscall6): Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (INLINE_SYSCALL):
Likewise.
2002-09-29 Roland McGrath <roland@redhat.com>
* configure.in (libc_cv_ranlib_necessary check): Put the .o file in
the archive, not the .c file.
* configure: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2002-09-29 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/sysv/linux/sparc/sysdep.h (inline_syscall0): Make asm + volatile. + (inline_syscall1, inline_syscall2, inline_syscall3, inline_syscall4, + inline_syscall5, inline_syscall6): Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL): + Likewise. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (INLINE_SYSCALL): + Likewise. + +2002-09-29 Roland McGrath <roland@redhat.com> + + * configure.in (libc_cv_ranlib_necessary check): Put the .o file in + the archive, not the .c file. + * configure: Regenerated. + 2002-09-29 Roland McGrath <roland@redhat.com> * configure: Regenerated after aclocal.m4 change. |