Hi,
currently the aix tinderbox is failing. It chokes on bufstart/buflen
which were hacky accessors to PMC data and were removed recently. I
think changing jit_debug_xcoff.c would remove at last this error. Can
someone on AIX check this ?
b�
Index: src/jit_debug_xcoff.c
===================================================================
RCS file: /cvs/public/parrot/src/jit_debug_xcoff.c,v
retrieving revision 1.3
diff -u -r1.3 jit_debug_xcoff.c
--- src/jit_debug_xcoff.c 26 Jan 2004 23:16:05 -0000 1.3
+++ src/jit_debug_xcoff.c 28 Mar 2004 13:41:10 -0000
@@ -122,8 +122,8 @@
"strstart:15,%d,%d;" /* fake a char* */
";\""
",0," C_DECL ",0\n", i++, BYTE_SIZE(STRING),
- BIT_OFFSET(STRING, bufstart), BIT_SIZE(void*),
- BIT_OFFSET(STRING, buflen), BIT_SIZE(size_t),
+ BIT_OFFSET(STRING, obj.u._b._bufstart), BIT_SIZE(void*),
+ BIT_OFFSET(STRING, obj.u._b._buflen), BIT_SIZE(size_t),
BIT_OFFSET(STRING, obj.flags), BIT_SIZE(UINTVAL),
BIT_OFFSET(STRING, bufused), BIT_SIZE(UINTVAL),
BIT_OFFSET(STRING, strstart), BIT_SIZE(void*)