[uClibc-cvs] CVS update of uClibc/libc/sysdeps/linux/powerpc (crt0.S)

Joakim Tjernlund jocke at codepoet.org
Mon Aug 30 11:37:48 UTC 2004


    Date: Monday, August 30, 2004 @ 05:37:48
  Author: jocke
    Path: /var/cvs/uClibc/libc/sysdeps/linux/powerpc

Modified: crt0.S (1.10 -> 1.11)

Typo fix from Peter Mazinger.


Index: uClibc/libc/sysdeps/linux/powerpc/crt0.S
diff -u uClibc/libc/sysdeps/linux/powerpc/crt0.S:1.10 uClibc/libc/sysdeps/linux/powerpc/crt0.S:1.11
--- uClibc/libc/sysdeps/linux/powerpc/crt0.S:1.10	Fri Aug 27 09:14:55 2004
+++ uClibc/libc/sysdeps/linux/powerpc/crt0.S	Mon Aug 30 05:37:47 2004
@@ -35,7 +35,7 @@
 	.section ".text"
 	.globl	_start
 	.type	_start, at function
-#if defined L_crt0 || L_Scrt0 || ! defined __UCLIBC_CTOR_DTOR__
+#if defined L_crt0 || defined L_Scrt0 || ! defined __UCLIBC_CTOR_DTOR__
 	.type	__uClibc_main,%function
 #else
 	.weak	_init



More information about the uClibc-cvs mailing list