OSDN Git Service

mips64 patch from Atsushi Nemoto:
authorEric Andersen <andersen@codepoet.org>
Sat, 4 Nov 2006 19:50:20 +0000 (19:50 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 4 Nov 2006 19:50:20 +0000 (19:50 -0000)
commitcb12600bc59ec9211ecb5be3083e66f7c6c6d9ef
treead8ca820494baaeaada85b9d30a702d68b461936
parent141da0f0b098b17499c6c6e02a7d2cacc1d6d3ba
mips64 patch from Atsushi Nemoto:
The mips64 N32/N64 ABI have a bit different register usage convention.
Also the register size for these ABI is 8 byte.  Use ld/sd for them.
libc/sysdeps/linux/mips/__longjmp.c
libc/sysdeps/linux/mips/bits/setjmp.h
libc/sysdeps/linux/mips/bsd-_setjmp.S
libc/sysdeps/linux/mips/bsd-setjmp.S
libc/sysdeps/linux/mips/setjmp.S
libc/sysdeps/linux/mips/setjmp_aux.c