summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/avr32/bsd-setjmp.S
diff options
context:
space:
mode:
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2008-02-20 14:27:12 +0000
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2008-02-20 14:27:12 +0000
commit1da9c2604f4879a1b35d9a5512cd808418d8488a (patch)
tree75d57130c5e27ea21bb14ce4c9a0a16145574e00 /libc/sysdeps/linux/avr32/bsd-setjmp.S
parentd8f106289ffc338f15568f373b209f0c47755a54 (diff)
Use HIDDEN_JUMPTARGET define instead of __GI_ directly in AVR32 files
This patch uses the HIDDEN_JUMPTARGET instead of the __GI_ prefix in AVR32 assembler files. This is done to follow the code style in uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
Diffstat (limited to 'libc/sysdeps/linux/avr32/bsd-setjmp.S')
-rw-r--r--libc/sysdeps/linux/avr32/bsd-setjmp.S2
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 5394446ae..b9f483bda 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, 1
- bral __GI___sigsetjmp
+ bral HIDDEN_JUMPTARGET(__sigsetjmp)
.size setjmp, . - setjmp