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/mips/dl-startup.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ldso/ldso/mips/dl-startup.h') diff --git a/ldso/ldso/mips/dl-startup.h b/ldso/ldso/mips/dl-startup.h index 90284f6d4..ace21f8e1 100644 --- a/ldso/ldso/mips/dl-startup.h +++ b/ldso/ldso/mips/dl-startup.h @@ -34,5 +34,3 @@ asm("" \ " jr $25\n" \ ); -#define _dl_boot _dl_boot2 -#define LD_BOOT(X) static void __attribute__ ((unused)) _dl_boot (X) -- cgit v1.2.3