Grrr, one bit of the patch got lost somewhere in
transmission, it's a change to an an extra element
to the vsrt_exec_resource structure so that the
routine that sets up the executable file can pass
back the global pointer for use when the (copied)
function gets called.

Sorry about the omission.

Mats



--- harness/vsxgen/SRC/INC/vsrt/vsrt.h- Fri Jul 26 13:12:48 2002
+++ harness/vsxgen/SRC/INC/vsrt/vsrt.h  Fri Jul 26 11:59:42 2002
@@ -133,6 +133,9 @@
 struct vsrt_exec_resource {
        int     fd;
        off_t     offset;
+#ifdef __ia64__
+       void *  gp;
+#endif
 };
 
 #define        VSRT_PROT_ALL   (mode_t)(S_IRWXU|S_IRWXG|S_IRWXO) 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with subject of "unsubscribe". Trouble? Email [EMAIL PROTECTED]

Reply via email to