summaryrefslogtreecommitdiff
path: root/ldso/ldso/mips/dl-startup.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-07 23:45:58 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-07 23:45:58 +0000
commitefed1986bc3df644fbd7b265786929dc24c42dd6 (patch)
treedf23d61803d25d4971b26610fd26e3c766e3f359 /ldso/ldso/mips/dl-startup.h
parentab4c887b2e311baa1fdad13443d7db1c8ad27c7f (diff)
get rid of arch-specific defines in dl-startup.c and make each arch declare its requirements about initial bootstrapping
Diffstat (limited to 'ldso/ldso/mips/dl-startup.h')
-rw-r--r--ldso/ldso/mips/dl-startup.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ldso/ldso/mips/dl-startup.h b/ldso/ldso/mips/dl-startup.h
index fdc5d5717..df2f25a14 100644
--- a/ldso/ldso/mips/dl-startup.h
+++ b/ldso/ldso/mips/dl-startup.h
@@ -70,6 +70,10 @@ asm(""
#define GET_ARGV(ARGVP, ARGS) ARGVP = (((unsigned long *) ARGS)+1)
+/* We can't call functions earlier in the dl startup process */
+#define NO_FUNCS_BEFORE_BOOTSTRAP
+
+
/*
* Here is a macro to perform the GOT relocation. This is only
* used when bootstrapping the dynamic loader.