summaryrefslogtreecommitdiff
path: root/ldso/ldso/arm/dl-startup.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-02-17 07:33:12 +0000
committerEric Andersen <andersen@codepoet.org>2004-02-17 07:33:12 +0000
commit93915a08a4887ba96e0dfd0a9791ff8c576e4d41 (patch)
tree3091f5c0438ae848a2c3fef18ecb710804046871 /ldso/ldso/arm/dl-startup.h
parent44cbdd1f703631f0723fc14fc5e5a0d2d93b3709 (diff)
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....
Diffstat (limited to 'ldso/ldso/arm/dl-startup.h')
-rw-r--r--ldso/ldso/arm/dl-startup.h4
1 files changed, 0 insertions, 4 deletions
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)