summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/avr32/bsd-setjmp.S
diff options
context:
space:
mode:
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2008-04-24 07:08:48 +0000
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2008-04-24 07:08:48 +0000
commit76dc6857465109973ee79a8517ed27680289c36d (patch)
treede744555e38d43a8b09c667689d1bf099e0b6766 /libc/sysdeps/linux/avr32/bsd-setjmp.S
parent18f85730003544cb880641e0bb12b5901dfe1757 (diff)
Fix whitespace damage in AVR32 in libc sysdeps AVR32 specific Linux files.
Diffstat (limited to 'libc/sysdeps/linux/avr32/bsd-setjmp.S')
-rw-r--r--libc/sysdeps/linux/avr32/bsd-setjmp.S14
1 files changed, 7 insertions, 7 deletions
diff --git a/libc/sysdeps/linux/avr32/bsd-setjmp.S b/libc/sysdeps/linux/avr32/bsd-setjmp.S
index b9f483bda..5247ec368 100644
--- a/libc/sysdeps/linux/avr32/bsd-setjmp.S
+++ b/libc/sysdeps/linux/avr32/bsd-setjmp.S
@@ -6,11 +6,11 @@
* archive for more details.
*/
- /* This just does a tail-call to __sigsetjmp(env, 1) */
- .global setjmp
- .type setjmp,"function"
- .align 1
+ /* This just does a tail-call to __sigsetjmp(env, 1) */
+ .global setjmp
+ .type setjmp,"function"
+ .align 1
setjmp:
- mov r11, 1
- bral HIDDEN_JUMPTARGET(__sigsetjmp)
- .size setjmp, . - setjmp
+ mov r11, 1
+ bral HIDDEN_JUMPTARGET(__sigsetjmp)
+ .size setjmp, . - setjmp