From 47a7c01304c07e9dc60868a8c13d369ef6d37277 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 14 Jan 2006 07:21:25 +0000 Subject: add back in _dl_start_user --- ldso/ldso/m68k/dl-startup.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ldso') 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\ -- cgit v1.2.3