sparc64: add basic support
[uclibc-ng.git] / libc / sysdeps / linux / avr32 / bsd-_setjmp.S
blobf23e73b86c3007b5b82c127b0b513e01cc8f6463
1 /*
2  * Copyright (C) 2004-2007 Atmel Corporation
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser General
5  * Public License.  See the file "COPYING.LIB" in the main directory of this
6  * archive for more details.
7  */
9         /* This just does a tail-call to __sigsetjmp(env, 0) */
10         .global _setjmp
11         .type   _setjmp,"function"
12         .align  1
13 _setjmp:
14         mov     r11, 0
15         bral    HIDDEN_JUMPTARGET(__sigsetjmp)
16         .size   _setjmp, . - _setjmp