2009-06-12 Andrew Haley <aph@redhat.com>

* ChangeLog.libffi: testsuite/libffi.call/cls_align_sint64.c,
        testsuite/libffi.call/cls_align_uint64.c,
        testsuite/libffi.call/cls_ulonglong.c,
        testsuite/libffi.call/return_ll1.c,
        testsuite/libffi.call/stret_medium2.c: Fix printf format
        specifiers.
        testsuite/libffi.special/unwindtest.cc: include stdint.h.
This commit is contained in:
aph
2009-06-12 14:21:28 +00:00
parent 16d1996ed0
commit acc46605f2
7 changed files with 24 additions and 13 deletions

View File

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