[uClibc-cvs] uClibc/ldso/ldso ldso.c,1.72,1.73

Tobias Anderberg tobiasa at uclibc.org
Fri Sep 19 12:07:25 UTC 2003


Update of /var/cvs/uClibc/ldso/ldso
In directory winder:/tmp/cvs-serv10640

Modified Files:
	ldso.c 
Log Message:
Re-add cris to "define list" when fixing auxvt.


Index: ldso.c
===================================================================
RCS file: /var/cvs/uClibc/ldso/ldso/ldso.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- ldso.c	2 Sep 2003 06:55:18 -0000	1.72
+++ ldso.c	19 Sep 2003 12:07:22 -0000	1.73
@@ -217,7 +217,7 @@
 	/* 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);




More information about the uClibc-cvs mailing list