svn commit: trunk/uClibc/ldso/ldso/m68k

vapier at uclibc.org vapier at uclibc.org
Sat Jan 14 07:21:26 UTC 2006


Author: vapier
Date: 2006-01-13 23:21:25 -0800 (Fri, 13 Jan 2006)
New Revision: 13309

Log:
add back in _dl_start_user

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


Changeset:
Modified: trunk/uClibc/ldso/ldso/m68k/dl-startup.h
===================================================================
--- trunk/uClibc/ldso/ldso/m68k/dl-startup.h	2006-01-14 07:14:40 UTC (rev 13308)
+++ trunk/uClibc/ldso/ldso/m68k/dl-startup.h	2006-01-14 07:21:25 UTC (rev 13309)
@@ -12,6 +12,11 @@
 	move.l %sp, -(%sp)\n\
 	jbsr _dl_start\n\
 	addq.l #4, %sp\n\
+	/* FALLTHRU */\n\
+\n\
+	.globl _dl_start_user\n\
+.type _dl_start_user, at function\n\
+_dl_start_user:\n\
 	# Save the user entry point address in %a4.\n\
 	move.l %d0, %a4\n\
 	# See if we were run as a command with the executable file\n\




More information about the uClibc-cvs mailing list