diff options
Diffstat (limited to 'libc/sysdeps/linux/avr32/bsd-_setjmp.S')
-rw-r--r-- | libc/sysdeps/linux/avr32/bsd-_setjmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/avr32/bsd-_setjmp.S b/libc/sysdeps/linux/avr32/bsd-_setjmp.S index e8ac4c6a1..867edd9c2 100644 --- a/libc/sysdeps/linux/avr32/bsd-_setjmp.S +++ b/libc/sysdeps/linux/avr32/bsd-_setjmp.S @@ -12,5 +12,5 @@ .align 1 _setjmp: mov r11, 0 - bral __GI___sigsetjmp + bral HIDDEN_JUMPTARGET(__sigsetjmp) .size _setjmp, . - _setjmp |