From 0b50f9c905875a20c058be666690cbecca37578e Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Fri, 18 Mar 2005 07:44:24 +0000 Subject: Forgot to commit the arch cleanup changes to m68k --- ldso/ldso/m68k/dl-startup.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'ldso/ldso/m68k') diff --git a/ldso/ldso/m68k/dl-startup.h b/ldso/ldso/m68k/dl-startup.h index 7cd89feca..07857cf38 100644 --- a/ldso/ldso/m68k/dl-startup.h +++ b/ldso/ldso/m68k/dl-startup.h @@ -4,8 +4,15 @@ * Copyright (C) 2005 by Erik Andersen */ -/* For m68k we do not need any special setup so go right to _dl_boot() */ -#define DL_BOOT(X) __attribute_used__ void _dl_boot (X) +asm( + " .text\n" + " .globl _start\n" + " .type _start,@function\n" + "_start:\n" + " .set _start,_dl_start\n" + " .size _start,.-_start\n" + " .previous\n" +); /* Get a pointer to the argv array. On many platforms this can be just * the address if the first argument, on other platforms we need to -- cgit v1.2.3