From 4bca5a35b82dd45f3322679ef900a1753fc8d688 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 5 Apr 1995 04:18:44 +0000 Subject: Wed Apr 5 00:13:45 1995 Roland McGrath * sysdeps/i386/bsd-_setjmp.S: Fix typo in name: setjmp -> _setjmp. --- ChangeLog | 4 ++++ sysdeps/i386/bsd-_setjmp.S | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fafd1ba..68e389a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Apr 5 00:13:45 1995 Roland McGrath + + * sysdeps/i386/bsd-_setjmp.S: Fix typo in name: setjmp -> _setjmp. + Tue Apr 4 00:48:53 1995 Roland McGrath * sysdeps/unix/start.c: Remove spurious decl and #endif. diff --git a/sysdeps/i386/bsd-_setjmp.S b/sysdeps/i386/bsd-_setjmp.S index 372fc24..bbfddec 100644 --- a/sysdeps/i386/bsd-_setjmp.S +++ b/sysdeps/i386/bsd-_setjmp.S @@ -1,5 +1,5 @@ /* BSD `_setjmp' entry point to `sigsetjmp (..., 0)'. i386 version. -Copyright (C) 1994 Free Software Foundation, Inc. +Copyright (C) 1994, 1995 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -23,7 +23,7 @@ Cambridge, MA 02139, USA. */ #include -ENTRY (setjmp) +ENTRY (_setjmp) popl %eax /* Pop return PC. */ popl %ecx /* Pop jmp_buf argument. */ pushl $0 /* Push second argument of zero. */ -- cgit v1.1