Make minor entry point changes to support libc_r.

This commit is contained in:
jasone 2000-01-19 07:01:40 +00:00
parent bfcdbb7508
commit 2c6582da15
9 changed files with 18 additions and 18 deletions

View File

@ -45,7 +45,6 @@
.set noreorder
XLEAF(_setjmp, 1)
XLEAF(_libc__setjmp, 1)
LEAF(___setjmp, 1)
LDGP(pv)
stq ra, (2 * 8)(a0) /* sc_pc = return address */
@ -89,8 +88,9 @@ LEAF(___setjmp, 1)
RET
END(___setjmp)
#ifndef _THREAD_SAFE
XLEAF(_longjmp, 2)
XLEAF(_libc__longjmp, 2)
#endif
LEAF(___longjmp, 2)
LDGP(pv)
ldq t0, ((31 + 4) * 8)(a0) /* magic in sc_regs[31] */

View File

@ -45,7 +45,6 @@
.set noreorder
XLEAF(setjmp, 1)
XLEAF(_libc_setjmp, 1)
LEAF(__setjmp, 1)
LDGP(pv)
stq ra, (2 * 8)(a0) /* sc_pc = return address */
@ -117,8 +116,9 @@ LEAF(__setjmp, 1)
RET
END(__setjmp)
#ifndef _THREAD_SAFE
XLEAF(longjmp, 2)
XLEAF(_libc_longjmp, 2)
#endif
LEAF(__longjmp, 2)
LDGP(pv)
stq a1, (( 0 + 4) * 8)(a0) /* save return value */

View File

@ -46,7 +46,6 @@
.set noreorder
XLEAF(sigsetjmp, 2)
XLEAF(_libc_sigsetjmp, 2)
LEAF(__sigsetjmp, 2)
LDGP(pv)
stq a1, (81 * 8)(a0) /* save the mask */
@ -56,8 +55,9 @@ Lsavesig:
jmp zero, setjmp
END(__sigsetjmp)
#ifndef _THREAD_SAFE
XLEAF(siglongjmp, 2)
XLEAF(_libc_siglongjmp, 2)
#endif
LEAF(__siglongjmp, 2)
LDGP(pv)
ldq t0, (81 * 8)(a0) /* get the mask */

View File

@ -54,7 +54,6 @@
#include "DEFS.h"
ALTENTRY(_setjmp)
ALTENTRY(_libc__setjmp)
ENTRY(___setjmp)
movl 4(%esp),%eax
movl 0(%esp),%edx
@ -68,8 +67,9 @@ ENTRY(___setjmp)
xorl %eax,%eax
ret
#ifndef _THREAD_SAFE
ALTENTRY(_longjmp)
ALTENTRY(_libc__longjmp)
#endif
ENTRY(___longjmp)
movl 4(%esp),%edx
movl 8(%esp),%eax

View File

@ -55,7 +55,6 @@
#include "SYS.h"
ALTENTRY(setjmp)
ALTENTRY(_libc_setjmp)
ENTRY(__setjmp)
movl 4(%esp),%ecx
PIC_PROLOGUE
@ -82,8 +81,9 @@ ENTRY(__setjmp)
xorl %eax,%eax
ret
#ifndef _THREAD_SAFE
ALTENTRY(longjmp)
ALTENTRY(_libc_longjmp)
#endif
ENTRY(__longjmp)
movl 4(%esp),%edx
PIC_PROLOGUE

View File

@ -60,7 +60,6 @@
*/
ALTENTRY(sigsetjmp)
ALTENTRY(_libc_sigsetjmp)
ENTRY(__sigsetjmp)
movl 8(%esp),%eax
movl 4(%esp),%ecx
@ -91,8 +90,9 @@ ENTRY(__sigsetjmp)
xorl %eax,%eax
ret
#ifndef _THREAD_SAFE
ALTENTRY(siglongjmp)
ALTENTRY(_libc_siglongjmp)
#endif
ENTRY(__siglongjmp)
movl 4(%esp),%edx
cmpl $0,44(%edx)

View File

@ -54,7 +54,6 @@
#include "DEFS.h"
ALTENTRY(_setjmp)
ALTENTRY(_libc__setjmp)
ENTRY(___setjmp)
movl 4(%esp),%eax
movl 0(%esp),%edx
@ -68,8 +67,9 @@ ENTRY(___setjmp)
xorl %eax,%eax
ret
#ifndef _THREAD_SAFE
ALTENTRY(_longjmp)
ALTENTRY(_libc__longjmp)
#endif
ENTRY(___longjmp)
movl 4(%esp),%edx
movl 8(%esp),%eax

View File

@ -55,7 +55,6 @@
#include "SYS.h"
ALTENTRY(setjmp)
ALTENTRY(_libc_setjmp)
ENTRY(__setjmp)
movl 4(%esp),%ecx
PIC_PROLOGUE
@ -82,8 +81,9 @@ ENTRY(__setjmp)
xorl %eax,%eax
ret
#ifndef _THREAD_SAFE
ALTENTRY(longjmp)
ALTENTRY(_libc_longjmp)
#endif
ENTRY(__longjmp)
movl 4(%esp),%edx
PIC_PROLOGUE

View File

@ -60,7 +60,6 @@
*/
ALTENTRY(sigsetjmp)
ALTENTRY(_libc_sigsetjmp)
ENTRY(__sigsetjmp)
movl 8(%esp),%eax
movl 4(%esp),%ecx
@ -91,8 +90,9 @@ ENTRY(__sigsetjmp)
xorl %eax,%eax
ret
#ifndef _THREAD_SAFE
ALTENTRY(siglongjmp)
ALTENTRY(_libc_siglongjmp)
#endif
ENTRY(__siglongjmp)
movl 4(%esp),%edx
cmpl $0,44(%edx)