>>>>> "Twisti" == Christian Thalinger <[EMAIL PROTECTED]> writes:
Twisti> http://lists.gnu.org/archive/html/classpath-patches/2005-05/msg00084.html This one looks ok to me. Twisti> Another important one is this mprec.h 64-bit fix, which i Twisti> can't find anymore on the list (did i ever sent it to the Twisti> list?). This is really a showstopper for every GNU classpath Twisti> based VM on 64-bit machines. I tried to save all the messages you sent to classpath-patches, and I don't see this one. But I might have lost it. I checked in a hack to work around a buffer overflow I was seeing on PPC64. See this patch and PR: 2005-09-15 Tom Tromey <[EMAIL PROTECTED]> Workaround for PR classpath/23863: * native/fdlibm/mprec.h (MAX_BIGNUM_WDS): Define as 128 on non-Pack_32 platforms. I think a better solution would be to find a newer version of the mprec code and import it. I have seen versions of it out there that dynamically allocate buffers. Also there is this PR http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24035 It has a patch but I don't like it much, as it assumes that an 'int' is 32 bits. Tom _______________________________________________ Classpath-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath-patches
