diff options
author | Andreas Jaeger <aj@suse.de> | 2003-05-30 17:42:40 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2003-05-30 17:42:40 +0000 |
commit | d38145ff0bf53921ca125da89de54e27db722f15 (patch) | |
tree | 625e346aa779c4458eeec07e55cb73cee7f8766a /ChangeLog | |
parent | cb76029b4d7a42e34ddbb4fdd7b2b7bbe69bed4f (diff) | |
download | glibc-d38145ff0bf53921ca125da89de54e27db722f15.tar.gz glibc-d38145ff0bf53921ca125da89de54e27db722f15.tar.xz glibc-d38145ff0bf53921ca125da89de54e27db722f15.zip |
Update.
2003-05-30 Guido Guenther <agx@sigxcpu.org> * sysdeps/mips/mips64/bsd-_setjmp.S: Include <sys/asm.h> for SETUP_GP64 and friends. * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Fix register names in internal_syscall{6,7}. * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise. * sysdeps/unix/sysv/linux/mips/pread.c [_MIPS_SIM == _ABI64]: Fix number of syscall arguments. * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise. * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise. * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9fc923433f..5d68bfa1fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2003-05-30 Guido Guenther <agx@sigxcpu.org> + + * sysdeps/mips/mips64/bsd-_setjmp.S: Include <sys/asm.h> for + SETUP_GP64 and friends. + * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Fix register + names in internal_syscall{6,7}. + * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise. + * sysdeps/unix/sysv/linux/mips/pread.c [_MIPS_SIM == _ABI64]: Fix + number of syscall arguments. + * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise. + * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise. + * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise. + 2003-05-30 Andreas Jaeger <aj@suse.de> * sysdeps/x86_64/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE): |