[uClibc-cvs] svn commit: trunk/uClibc/ldso/ldso/i386

vapier at uclibc.org vapier at uclibc.org
Wed Mar 16 02:46:50 UTC 2005


Author: vapier
Date: 2005-03-15 19:46:50 -0700 (Tue, 15 Mar 2005)
New Revision: 10019

Log:
whitespace trim

Modified:
   trunk/uClibc/ldso/ldso/i386/dl-startup.h


Changeset:
Modified: trunk/uClibc/ldso/ldso/i386/dl-startup.h
===================================================================
--- trunk/uClibc/ldso/ldso/i386/dl-startup.h	2005-03-16 01:45:40 UTC (rev 10018)
+++ trunk/uClibc/ldso/ldso/i386/dl-startup.h	2005-03-16 02:46:50 UTC (rev 10019)
@@ -37,7 +37,6 @@
 	}
 }
 
-
 /* Transfer control to the user's application, once the dynamic loader is
  * done.  This routine has to exit the current function, then call the
  * _dl_elf_main function.  */
@@ -45,7 +44,3 @@
 	__asm__ volatile ("leave\n\t"						\
 		    "jmp *%%eax\n\t"							\
 		    : "=a" (status) :	"a" (_dl_elf_main))
-
-
-
-




More information about the uClibc-cvs mailing list