From 3e02283942073ac7f43e63aae91b461bc825502e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 7 Feb 2004 10:40:25 +0000 Subject: Split off the stuff that cannot use function into its own file, to make it easier to treat it specially while not bothering the rest of the code with the same constraints. --- ldso/ldso/sh/dl-startup.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ldso/ldso/sh/dl-startup.h') diff --git a/ldso/ldso/sh/dl-startup.h b/ldso/ldso/sh/dl-startup.h index 81d29d119..83451bc56 100644 --- a/ldso/ldso/sh/dl-startup.h +++ b/ldso/ldso/sh/dl-startup.h @@ -18,5 +18,3 @@ asm("" \ " .previous\n" \ ); -#define _dl_boot _dl_boot2 -#define LD_BOOT(X) static void * __attribute__ ((unused)) _dl_boot (X) -- cgit v1.2.3