Browse Source

add back in _dl_start_user

Mike Frysinger 18 years ago
parent
commit
47a7c01304
1 changed files with 5 additions and 0 deletions
  1. 5 0
      ldso/ldso/m68k/dl-startup.h

+ 5 - 0
ldso/ldso/m68k/dl-startup.h

@@ -12,6 +12,11 @@ _start:\n\
 	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,@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\