Re: libgcj/9078: libffi: problems with uint8 on powerpc

2002-12-29 Thread Jeff Sturm
On Sat, 28 Dec 2002, Matthias Klose wrote: > ffi_type_uint8 and other arguments shorter than one word are > not passed in correctly to the function called by ffi_call. For an ffi_type_uint8, ffi_call expects the corresponding value pointer to be a (unsigned char *). So this is correct usage:

Re: libffi build broken on gcc-3.3 branch

2003-01-06 Thread Jeff Sturm
On Mon, 6 Jan 2003, Matthias Klose wrote: > 2003-01-03 Jeff Sturm <[EMAIL PROTECTED]> > > * include/ffi.h.in: Add closure defines for SPARC, SPARC64. > * src/ffitest.c (main): Use static storage for closure. > * src/sparc/ffi.c (ffi_prep_closure, ff