OSDN Git Service

Atsushi Nemoto writes:
authorMike Frysinger <vapier@gentoo.org>
Sat, 15 Sep 2007 07:25:54 +0000 (07:25 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 15 Sep 2007 07:25:54 +0000 (07:25 -0000)
commit62ac74d3f2b957bc91f91a03d93fa523e9a80c9f
tree2dda3ce3401084a9deece4cb3a048efc547f2310
parent59868cafe27e9d5a68f81bff4cda9aca5afaa3f7
Atsushi Nemoto writes:
In MIPS syscall(2), .cpload was added to an the error path, but it was
not enough for ABIs other then O32.  Use SETUP_GP, SETUP_GP64 and
RESTORE_GP64 to handle all ABIs.  This patch fixes an error path of
MIPS pipe(2) too.
libc/sysdeps/linux/mips/pipe.S
libc/sysdeps/linux/mips/syscall.S