[BusyBox-cvs] busybox/modutils insmod.c,1.104,1.105

Erik Andersen andersen at busybox.net
Tue Oct 21 06:45:33 UTC 2003


Update of /var/cvs/busybox/modutils
In directory winder:/tmp/cvs-serv21417/modutils

Modified Files:
	insmod.c 
Log Message:
Do a better job of dealing with screwy s390 abi changes


Index: insmod.c
===================================================================
RCS file: /var/cvs/busybox/modutils/insmod.c,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- insmod.c	20 Oct 2003 05:40:40 -0000	1.104
+++ insmod.c	21 Oct 2003 06:45:29 -0000	1.105
@@ -954,6 +954,9 @@
         *(unsigned int *) loc += isym->gotent.offset;
       break;
 
+#ifndef R_390_GOTOFF32
+#define R_390_GOTOFF32 R_390_GOTOFF 
+#endif
     case R_390_GOTOFF32:
       assert(got != 0);
       *loc += v - got;




More information about the busybox-cvs mailing list