diff options
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/ldso/m68k/dl-startup.h | 5 |
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\ |