Deleted Added
full compact
sigsetjmp.S (91662) sigsetjmp.S (99018)
1/*
2 * Copyright (c) 1995 Paul Kranenburg
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

24 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
28 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 *
30 */
31
1/*
2 * Copyright (c) 1995 Paul Kranenburg
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

24 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
28 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 *
30 */
31
32#if defined(SYSLIBC_RCS) && !defined(lint)
33 .text
34 .asciz "$FreeBSD: head/lib/libc/sparc64/gen/sigsetjmp.S 91662 2002-03-05 04:02:04Z jake $"
35#endif /* SYSLIBC_RCS and not lint */
36
37#include <machine/asm.h>
32#include <machine/asm.h>
33__FBSDID("$FreeBSD: head/lib/libc/sparc64/gen/sigsetjmp.S 99018 2002-06-29 03:23:51Z obrien $");
38
39#include "assym.s"
40
41ENTRY(sigsetjmp)
42 PIC_PROLOGUE(%o3, %o2)
43 SET(CNAME(setjmp), %o2, %o3)
44 SET(CNAME(_setjmp), %o2, %o4)
45 movrnz %o1, %o3, %o4

--- 13 unchanged lines hidden ---
34
35#include "assym.s"
36
37ENTRY(sigsetjmp)
38 PIC_PROLOGUE(%o3, %o2)
39 SET(CNAME(setjmp), %o2, %o3)
40 SET(CNAME(_setjmp), %o2, %o4)
41 movrnz %o1, %o3, %o4

--- 13 unchanged lines hidden ---