[uClibc-cvs] uClibc/libc/sysdeps/linux/powerpc crt0.S,1.5,1.6

Erik Andersen andersen at codepoet.org
Thu Jan 23 13:17:45 UTC 2003


Update of /var/cvs/uClibc/libc/sysdeps/linux/powerpc
In directory winder:/tmp/cvs-serv3578

Modified Files:
	crt0.S 
Log Message:
Shuffle two lines so the comment applies to the correct line.


Index: crt0.S
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/powerpc/crt0.S,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- crt0.S	23 Jan 2003 13:10:30 -0000	1.5
+++ crt0.S	23 Jan 2003 13:17:42 -0000	1.6
@@ -34,7 +34,7 @@
 
 	.section ".text"
 	.globl	_start
-	.type	main,%function
+	.type	_start, at function
 #if defined L_crt0 || ! defined __UCLIBC_CTOR_DTOR__
 	.type	__uClibc_main,%function
 #else
@@ -45,7 +45,7 @@
 /* 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	_start, at function
+	.type	main,%function
 
 _start:
 	/* Save the stack pointer, in case we're statically linked under Linux.  */




More information about the uClibc-cvs mailing list