From 1956924ceacc66c73e7f3ef7a365149d5a1748d4 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 16 Dec 2005 00:14:26 +0000 Subject: Make clone use internal _exit --- libc/sysdeps/linux/mips/clone.S | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'libc/sysdeps/linux/mips/clone.S') diff --git a/libc/sysdeps/linux/mips/clone.S b/libc/sysdeps/linux/mips/clone.S index 21cb8ec61..9c12075b3 100644 --- a/libc/sysdeps/linux/mips/clone.S +++ b/libc/sysdeps/linux/mips/clone.S @@ -106,12 +106,7 @@ __thread_start: /* Call _exit rather than doing it inline for breakpoint purposes. */ move a0,v0 -#ifdef __PIC__ - la t9,_exit - jalr t9 -#else - jal _exit -#endif + jal _exit_internal .end __thread_start .weak clone; -- cgit v1.2.3