Skip to content

Commit

Permalink
Wed Apr 5 00:13:45 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
Browse files Browse the repository at this point in the history
	* sysdeps/i386/bsd-_setjmp.S: Fix typo in name: setjmp -> _setjmp.
  • Loading branch information
Roland McGrath committed Apr 5, 1995
1 parent fa0ad20 commit 4bca5a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Wed Apr 5 00:13:45 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>

* sysdeps/i386/bsd-_setjmp.S: Fix typo in name: setjmp -> _setjmp.

Tue Apr 4 00:48:53 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>

* sysdeps/unix/start.c: Remove spurious decl and #endif.
Expand Down
4 changes: 2 additions & 2 deletions sysdeps/i386/bsd-_setjmp.S
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -23,7 +23,7 @@ Cambridge, MA 02139, USA. */

#include <sysdep.h>

ENTRY (setjmp)
ENTRY (_setjmp)
popl %eax /* Pop return PC. */
popl %ecx /* Pop jmp_buf argument. */
pushl $0 /* Push second argument of zero. */
Expand Down

0 comments on commit 4bca5a3

Please sign in to comment.