From 93915a08a4887ba96e0dfd0a9791ff8c576e4d41 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 17 Feb 2004 07:33:12 +0000 Subject: Kill off an arm specific hack, that fostered three other arch specific hacks. Just check for the elf magic string one byte at a time.... --- ldso/ldso/arm/dl-startup.h | 4 ---- 1 file changed, 4 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 383fe4e1f..6e3033959 100644 --- a/ldso/ldso/arm/dl-startup.h +++ b/ldso/ldso/arm/dl-startup.h @@ -18,8 +18,4 @@ asm("" \ " mov pc, r6\n" \ ); - /* It seems ARM needs an offset here */ -#undef ELFMAGIC -#define ELFMAGIC ELFMAG+load_addr - #define DL_BOOT(X) static void __attribute__ ((unused)) _dl_boot2 (X) -- cgit v1.2.3