summaryrefslogtreecommitdiff
path: root/ldso/ldso/arm/dl-startup.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-02-07 12:26:36 +0000
committerEric Andersen <andersen@codepoet.org>2004-02-07 12:26:36 +0000
commitfa34293971565db3c5b63a2e998e2f8ed730eccb (patch)
treef126c09d33a73acf14b367e84c12eff2056e8065 /ldso/ldso/arm/dl-startup.h
parent9770574ad325ca6a0c5b5ae4e5eab84d43c6fbe9 (diff)
Restore the library entry point so it works. It does have
to be arch specific to work properly.
Diffstat (limited to 'ldso/ldso/arm/dl-startup.h')
-rw-r--r--ldso/ldso/arm/dl-startup.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ldso/ldso/arm/dl-startup.h b/ldso/ldso/arm/dl-startup.h
index 631684c95..383fe4e1f 100644
--- a/ldso/ldso/arm/dl-startup.h
+++ b/ldso/ldso/arm/dl-startup.h
@@ -22,5 +22,4 @@ asm("" \
#undef ELFMAGIC
#define ELFMAGIC ELFMAG+load_addr
-
-
+#define DL_BOOT(X) static void __attribute__ ((unused)) _dl_boot2 (X)