OSDN Git Service

Re-add cris to "define list" when fixing auxvt.
authorTobias Anderberg <tobias.anderberg@axis.com>
Fri, 19 Sep 2003 12:07:22 +0000 (12:07 -0000)
committerTobias Anderberg <tobias.anderberg@axis.com>
Fri, 19 Sep 2003 12:07:22 +0000 (12:07 -0000)
ldso/ldso/ldso.c

index bcb3c98..5ad2795 100644 (file)
@@ -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);