diff options
author | Andreas Jaeger <aj@suse.de> | 2003-05-30 17:41:46 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2003-05-30 17:41:46 +0000 |
commit | cb76029b4d7a42e34ddbb4fdd7b2b7bbe69bed4f (patch) | |
tree | 91af493701a7fc9bed8567cefd90bd4453af4a57 /sysdeps/mips/mips64 | |
parent | 50794a453b2ae734d475f9f76e4c0fa0e529a695 (diff) | |
download | glibc-cb76029b4d7a42e34ddbb4fdd7b2b7bbe69bed4f.tar.gz glibc-cb76029b4d7a42e34ddbb4fdd7b2b7bbe69bed4f.tar.xz glibc-cb76029b4d7a42e34ddbb4fdd7b2b7bbe69bed4f.zip |
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 'sysdeps/mips/mips64')
-rw-r--r-- | sysdeps/mips/mips64/bsd-_setjmp.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mips/mips64/bsd-_setjmp.S b/sysdeps/mips/mips64/bsd-_setjmp.S index 9d79ab0a2f..73f5cc2de2 100644 --- a/sysdeps/mips/mips64/bsd-_setjmp.S +++ b/sysdeps/mips/mips64/bsd-_setjmp.S @@ -22,6 +22,7 @@ in setjmp doesn't clobber the state restored by longjmp. */ #include <sysdep.h> +#include <sys/asm.h> #ifdef __PIC__ .option pic2 |