HPUX support and avr32 test fixes.

This commit is contained in:
Anthony Green
2009-12-26 12:57:23 -05:00
parent 01c78756af
commit 884402787b
35 changed files with 4087 additions and 1016 deletions

View File

@@ -6,7 +6,14 @@
/* { dg-do run } */
#include "ffitestcxx.h"
#if defined HAVE_STDINT_H
#include <stdint.h>
#endif
#if defined HAVE_INTTYPES_H
#include <inttypes.h>
#endif
void
closure_test_fn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__,