summaryrefslogtreecommitdiff
path: root/ldso
diff options
context:
space:
mode:
authorTobias Anderberg <tobias.anderberg@axis.com>2003-09-19 12:07:22 +0000
committerTobias Anderberg <tobias.anderberg@axis.com>2003-09-19 12:07:22 +0000
commit82eee8d2310f26182c735fc109390ef47835df3e (patch)
tree983068c628ee33a25bec6d2d9f29e8e9fcbf035f /ldso
parenta6f671bc7c89ef6c36e037f319fd45b599f1c893 (diff)
Re-add cris to "define list" when fixing auxvt.
Diffstat (limited to 'ldso')
-rw-r--r--ldso/ldso/ldso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c
index bcb3c9864..5ad27957c 100644
--- a/ldso/ldso/ldso.c
+++ b/ldso/ldso/ldso.c
@@ -217,7 +217,7 @@ LD_BOOT(unsigned long args)
/* First obtain the information on the stack that tells us more about
what binary is loaded, where it is loaded, etc, etc */
GET_ARGV(aux_dat, args);
-#if defined (__arm__) || defined (__mips__)
+#if defined (__arm__) || defined (__mips__) || defined (__cris__)
aux_dat += 1;
#endif
argc = *(aux_dat - 1);