Deleted Added
full compact
setjmp.S (88612) setjmp.S (99018)
1/*
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This software was developed by the Computer Systems Engineering group
6 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
7 * contributed to Berkeley.
8 *

--- 24 unchanged lines hidden (view full) ---

33 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35 * SUCH DAMAGE.
36 *
37 * from: Header: _setjmp.s,v 1.1 91/07/06 16:45:53 torek Exp
38 */
39
40#if defined(LIBC_SCCS) && !defined(lint)
1/*
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This software was developed by the Computer Systems Engineering group
6 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
7 * contributed to Berkeley.
8 *

--- 24 unchanged lines hidden (view full) ---

33 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35 * SUCH DAMAGE.
36 *
37 * from: Header: _setjmp.s,v 1.1 91/07/06 16:45:53 torek Exp
38 */
39
40#if defined(LIBC_SCCS) && !defined(lint)
41#if 0
42 .asciz "@(#)_setjmp.s 8.1 (Berkeley) 6/4/93"
41 .asciz "@(#)_setjmp.s 8.1 (Berkeley) 6/4/93"
43#else
42#if 0
44 RCSID("$NetBSD: _setjmp.S,v 1.4 1998/10/08 02:27:59 eeh Exp $")
45#endif
46#endif /* LIBC_SCCS and not lint */
43 RCSID("$NetBSD: _setjmp.S,v 1.4 1998/10/08 02:27:59 eeh Exp $")
44#endif
45#endif /* LIBC_SCCS and not lint */
47
48#if defined(SYSLIBC_RCS) && !defined(lint)
49 .text
50 .asciz "$FreeBSD: head/lib/libc/sparc64/gen/setjmp.S 88612 2001-12-29 06:39:53Z jake $"
51#endif /* SYSLIBC_RCS and not lint */
52
53#include <machine/asm.h>
46#include <machine/asm.h>
47__FBSDID("$FreeBSD: head/lib/libc/sparc64/gen/setjmp.S 99018 2002-06-29 03:23:51Z obrien $");
54
55#include "assym.s"
56
57 .register %g2,#ignore
58 .register %g3,#ignore
59
60/*
61 * C library -- setjmp, longjmp

--- 57 unchanged lines hidden ---
48
49#include "assym.s"
50
51 .register %g2,#ignore
52 .register %g3,#ignore
53
54/*
55 * C library -- setjmp, longjmp

--- 57 unchanged lines hidden ---