summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64/gen/_setjmp.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/amd64/gen/_setjmp.S')
-rw-r--r--lib/libc/amd64/gen/_setjmp.S12
1 files changed, 2 insertions, 10 deletions
diff --git a/lib/libc/amd64/gen/_setjmp.S b/lib/libc/amd64/gen/_setjmp.S
index 62259ce..4f1d2c7 100644
--- a/lib/libc/amd64/gen/_setjmp.S
+++ b/lib/libc/amd64/gen/_setjmp.S
@@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: _setjmp.S,v 1.6 1997/02/22 14:58:34 peter Exp $
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
- .asciz "$Id$"
+ .asciz "$Id: _setjmp.S,v 1.6 1997/02/22 14:58:34 peter Exp $"
#endif /* LIBC_RCS and not lint */
/*
@@ -53,11 +53,7 @@
#include "DEFS.h"
-#ifdef _THREAD_SAFE
-ENTRY(__thread_sys_setjmp)
-#else
ENTRY(_setjmp)
-#endif
movl 4(%esp),%eax
movl 0(%esp),%edx
movl %edx, 0(%eax) /* rta */
@@ -70,11 +66,7 @@ ENTRY(_setjmp)
xorl %eax,%eax
ret
-#ifdef _THREAD_SAFE
-ENTRY(__thread_sys_longjmp)
-#else
ENTRY(_longjmp)
-#endif
movl 4(%esp),%edx
movl 8(%esp),%eax
movl 0(%edx),%ecx
OpenPOWER on IntegriCloud