From 1da9c2604f4879a1b35d9a5512cd808418d8488a Mon Sep 17 00:00:00 2001 From: Hans-Christian Egtvedt Date: Wed, 20 Feb 2008 14:27:12 +0000 Subject: 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 --- libc/sysdeps/linux/avr32/bsd-_setjmp.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/avr32/bsd-_setjmp.S') 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 -- cgit v1.2.3