[uClibc-cvs] svn commit: trunk/uClibc/libc/sysdeps/linux/x86_64

vapier at uclibc.org vapier at uclibc.org
Fri Jul 1 00:34:14 UTC 2005


Author: vapier
Date: 2005-06-30 18:34:13 -0600 (Thu, 30 Jun 2005)
New Revision: 10676

Log:
tweak whitespace/syntax

Modified:
   trunk/uClibc/libc/sysdeps/linux/x86_64/crt1.S


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/x86_64/crt1.S
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/x86_64/crt1.S	2005-07-01 00:33:24 UTC (rev 10675)
+++ trunk/uClibc/libc/sysdeps/linux/x86_64/crt1.S	2005-07-01 00:34:13 UTC (rev 10676)
@@ -59,20 +59,20 @@
 #include <features.h>
 
 .text
-.global	_start
+.global _start
 .type   _start, at function
 #if defined(__UCLIBC_CTOR_DTOR__)
-.type	_init, at function
-.type	_fini, at function
+.type   _init, at function
+.type   _fini, at function
 #else
-.weak	_init
-.weak	_fini
+.weak   _init
+.weak   _fini
 #endif
-.type	__uClibc_main, at function
+.type   __uClibc_main, at 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, at function
+.type   main, at function
 
 _start:
 	/* Clear the frame pointer.  The ABI suggests this be done, to mark
@@ -132,12 +132,12 @@
 /* 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



More information about the uClibc-cvs mailing list