From 89d8a412de548b218cf7c967e65ad98bceb1ed4e Mon Sep 17 00:00:00 2001 From: rth Date: Mon, 12 Jan 2015 16:19:59 +0000 Subject: Merge libffi to upstream commit c82cc159426d8d4402375fa1ae3f045b9cf82e16 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219477 138bc75d-0d04-0410-961f-82ee72b054a4 --- libffi/testsuite/libffi.call/struct8.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libffi/testsuite/libffi.call/struct8.c') diff --git a/libffi/testsuite/libffi.call/struct8.c b/libffi/testsuite/libffi.call/struct8.c index 266e1f0ad60..ef204ecbbce 100644 --- a/libffi/testsuite/libffi.call/struct8.c +++ b/libffi/testsuite/libffi.call/struct8.c @@ -14,7 +14,7 @@ typedef struct float f4; } test_structure_8; -static test_structure_8 struct8 (test_structure_8 ts) +static test_structure_8 ABI_ATTR struct8 (test_structure_8 ts) { ts.f1 += 1; ts.f2 += 1; @@ -52,7 +52,7 @@ int main (void) values[0] = &ts8_arg; /* Initialize the cif */ - CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1, &ts8_type, args) == FFI_OK); + CHECK(ffi_prep_cif(&cif, ABI_NUM, 1, &ts8_type, args) == FFI_OK); ts8_arg.f1 = 5.55f; ts8_arg.f2 = 55.5f; -- cgit v1.2.1