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/arm/dl-startup.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'ldso/ldso/arm/dl-startup.h') diff --git a/ldso/ldso/arm/dl-startup.h b/ldso/ldso/arm/dl-startup.h index b3ba36117..631684c95 100644 --- a/ldso/ldso/arm/dl-startup.h +++ b/ldso/ldso/arm/dl-startup.h @@ -18,13 +18,9 @@ asm("" \ " mov pc, r6\n" \ ); -#define _dl_boot _dl_boot2 -#define LD_BOOT(X) static void * __attribute__ ((unused)) _dl_boot (X) - - /* It seems ARM needs an offset here */ #undef ELFMAGIC -#define ELFMAGIC ELFMAG+load_addr +#define ELFMAGIC ELFMAG+load_addr -- cgit v1.2.3