summaryrefslogtreecommitdiff
path: root/ldso/ldso/ldso.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-11-03 15:13:09 +0000
committerEric Andersen <andersen@codepoet.org>2002-11-03 15:13:09 +0000
commit9333e4142260e5451277a7b50b49b9c636a93b64 (patch)
tree7c198ebaf222cd357522ad515640c04678687ce2 /ldso/ldso/ldso.c
parentc6e5fdc8e91b19133840abd5ee53673945719070 (diff)
Several SH lib loader patches by Stefan Allius <allius@atecom.com>
and "M. R. Brown" <mrbrown@0xd6.org>
Diffstat (limited to 'ldso/ldso/ldso.c')
-rw-r--r--ldso/ldso/ldso.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c
index b81c84092..4c61be223 100644
--- a/ldso/ldso/ldso.c
+++ b/ldso/ldso/ldso.c
@@ -202,6 +202,8 @@ static inline void hexprint(unsigned long x)
}
#endif
+LD_BOOT(unsigned long args) __attribute__ ((unused));
+
LD_BOOT(unsigned long args)
{
unsigned int argc;