summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/x86_64/crt1.S
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-01 00:34:13 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-01 00:34:13 +0000
commit6c4a49d991b2e27a65168c4be43ae469022f9fa9 (patch)
treefb56d9223ac0ca204c6f9ed69bf4697ffb9c1c36 /libc/sysdeps/linux/x86_64/crt1.S
parente964c24efefa092a43b0d63c1a53196db11e7bd5 (diff)
tweak whitespace/syntax
Diffstat (limited to 'libc/sysdeps/linux/x86_64/crt1.S')
-rw-r--r--libc/sysdeps/linux/x86_64/crt1.S20
1 files changed, 10 insertions, 10 deletions
diff --git a/libc/sysdeps/linux/x86_64/crt1.S b/libc/sysdeps/linux/x86_64/crt1.S
index 04cf691ef..49ec969a0 100644
--- a/libc/sysdeps/linux/x86_64/crt1.S
+++ b/libc/sysdeps/linux/x86_64/crt1.S
@@ -59,20 +59,20 @@
#include <features.h>
.text
-.global _start
+.global _start
.type _start,@function
#if defined(__UCLIBC_CTOR_DTOR__)
-.type _init,@function
-.type _fini,@function
+.type _init,@function
+.type _fini,@function
#else
-.weak _init
-.weak _fini
+.weak _init
+.weak _fini
#endif
-.type __uClibc_main,@function
+.type __uClibc_main,@function
/* Stick in a dummy reference to main(), so that if an application
* is linking when the main() function is in a static library (.a)
* we can be sure that main() actually gets linked in */
-.type main,@function
+.type main,@function
_start:
/* Clear the frame pointer. The ABI suggests this be done, to mark
@@ -132,12 +132,12 @@ _start:
/* END TODO *
************/
- hlt /* Crash if somehow `exit' does return. */
+ hlt /* Crash if somehow `exit' does return. */
.size _start,.-_start
-/* Define a symbol for the first piece of initialized data. */
+/* Define a symbol for the first piece of initialized data. */
.data
-.globl __data_start
+.global __data_start
__data_start:
.long 0
.weak data_start