summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/avr32/crti.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/crti.S
parent18f85730003544cb880641e0bb12b5901dfe1757 (diff)
Fix whitespace damage in AVR32 in libc sysdeps AVR32 specific Linux files.
Diffstat (limited to 'libc/sysdeps/linux/avr32/crti.S')
-rw-r--r--libc/sysdeps/linux/avr32/crti.S40
1 files changed, 20 insertions, 20 deletions
diff --git a/libc/sysdeps/linux/avr32/crti.S b/libc/sysdeps/linux/avr32/crti.S
index 69b387cb8..660f47c49 100644
--- a/libc/sysdeps/linux/avr32/crti.S
+++ b/libc/sysdeps/linux/avr32/crti.S
@@ -1,26 +1,26 @@
- .section .init
- .align 2
- .global _init
- .type _init, @function
+ .section .init
+ .align 2
+ .global _init
+ .type _init, @function
_init:
- stm --sp, r6, lr
- lddpc r6, 2f
-1: rsub r6, pc
- rjmp 3f
- .align 2
-2: .long 1b - _GLOBAL_OFFSET_TABLE_
+ stm --sp, r6, lr
+ lddpc r6, 2f
+1: rsub r6, pc
+ rjmp 3f
+ .align 2
+2: .long 1b - _GLOBAL_OFFSET_TABLE_
3:
- .section .fini
- .align 2
- .global _fini
- .type _fini, @function
+ .section .fini
+ .align 2
+ .global _fini
+ .type _fini, @function
_fini:
- stm --sp, r6, lr
- lddpc r6, 2f
-1: rsub r6, pc
- rjmp 3f
- .align 2
-2: .long 1b - _GLOBAL_OFFSET_TABLE_
+ stm --sp, r6, lr
+ lddpc r6, 2f
+1: rsub r6, pc
+ rjmp 3f
+ .align 2
+2: .long 1b - _GLOBAL_OFFSET_TABLE_
3: