summaryrefslogtreecommitdiff
path: root/ldso/ldso/mips
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/mips
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/mips')
-rw-r--r--ldso/ldso/mips/boot1_arch.h1
-rw-r--r--ldso/ldso/mips/dl-startup.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/ldso/ldso/mips/boot1_arch.h b/ldso/ldso/mips/boot1_arch.h
index ace21f8e1..886f8b8b8 100644
--- a/ldso/ldso/mips/boot1_arch.h
+++ b/ldso/ldso/mips/boot1_arch.h
@@ -34,3 +34,4 @@ asm("" \
" jr $25\n" \
);
+#define DL_BOOT(X) static void __attribute__ ((unused)) _dl_boot2 (X)
diff --git a/ldso/ldso/mips/dl-startup.h b/ldso/ldso/mips/dl-startup.h
index ace21f8e1..886f8b8b8 100644
--- a/ldso/ldso/mips/dl-startup.h
+++ b/ldso/ldso/mips/dl-startup.h
@@ -34,3 +34,4 @@ asm("" \
" jr $25\n" \
);
+#define DL_BOOT(X) static void __attribute__ ((unused)) _dl_boot2 (X)