summaryrefslogtreecommitdiff
path: root/ldso
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-14 07:21:25 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-14 07:21:25 +0000
commit47a7c01304c07e9dc60868a8c13d369ef6d37277 (patch)
treee6285fec5e3e613806a337651350aa9e20d22c99 /ldso
parente4eede7085981db70dc3937c27ec5ebdc15a7044 (diff)
add back in _dl_start_user
Diffstat (limited to 'ldso')
-rw-r--r--ldso/ldso/m68k/dl-startup.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ldso/ldso/m68k/dl-startup.h b/ldso/ldso/m68k/dl-startup.h
index 1a74cb15e..bd748b778 100644
--- a/ldso/ldso/m68k/dl-startup.h
+++ b/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\