ffi 1.9.21-x64-mingw32 → 1.9.22-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of ffi might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/.gitignore +22 -0
- data/.gitmodules +3 -0
- data/.travis.yml +52 -0
- data/.yardopts +5 -0
- data/Gemfile +15 -0
- data/{spec/ffi/LICENSE.SPECS → LICENSE.SPECS} +1 -1
- data/README.md +1 -1
- data/Rakefile +28 -3
- data/appveyor.yml +22 -0
- data/ffi.gemspec +14 -1
- data/lib/2.0/ffi_c.so +0 -0
- data/lib/2.1/ffi_c.so +0 -0
- data/lib/2.2/ffi_c.so +0 -0
- data/lib/2.3/ffi_c.so +0 -0
- data/lib/2.4/ffi_c.so +0 -0
- data/lib/2.5/ffi_c.so +0 -0
- data/lib/ffi/library.rb +1 -1
- data/lib/ffi/version.rb +1 -1
- data/samples/getlogin.rb +8 -0
- data/samples/getpid.rb +8 -0
- data/samples/gettimeofday.rb +18 -0
- data/samples/hello.rb +7 -0
- data/samples/inotify.rb +60 -0
- data/samples/pty.rb +76 -0
- data/samples/qsort.rb +21 -0
- data/samples/sample_helper.rb +6 -0
- metadata +17 -526
- data/ext/ffi_c/AbstractMemory.c +0 -1109
- data/ext/ffi_c/AbstractMemory.h +0 -175
- data/ext/ffi_c/ArrayType.c +0 -162
- data/ext/ffi_c/ArrayType.h +0 -59
- data/ext/ffi_c/Buffer.c +0 -365
- data/ext/ffi_c/Call.c +0 -517
- data/ext/ffi_c/Call.h +0 -110
- data/ext/ffi_c/ClosurePool.c +0 -283
- data/ext/ffi_c/ClosurePool.h +0 -57
- data/ext/ffi_c/DataConverter.c +0 -91
- data/ext/ffi_c/DynamicLibrary.c +0 -339
- data/ext/ffi_c/DynamicLibrary.h +0 -98
- data/ext/ffi_c/Function.c +0 -998
- data/ext/ffi_c/Function.h +0 -87
- data/ext/ffi_c/FunctionInfo.c +0 -271
- data/ext/ffi_c/LastError.c +0 -184
- data/ext/ffi_c/LastError.h +0 -47
- data/ext/ffi_c/LongDouble.c +0 -63
- data/ext/ffi_c/LongDouble.h +0 -51
- data/ext/ffi_c/MappedType.c +0 -168
- data/ext/ffi_c/MappedType.h +0 -59
- data/ext/ffi_c/MemoryPointer.c +0 -197
- data/ext/ffi_c/MemoryPointer.h +0 -53
- data/ext/ffi_c/MethodHandle.c +0 -358
- data/ext/ffi_c/MethodHandle.h +0 -55
- data/ext/ffi_c/Platform.c +0 -129
- data/ext/ffi_c/Platform.h +0 -45
- data/ext/ffi_c/Pointer.c +0 -508
- data/ext/ffi_c/Pointer.h +0 -63
- data/ext/ffi_c/Struct.c +0 -829
- data/ext/ffi_c/Struct.h +0 -106
- data/ext/ffi_c/StructByReference.c +0 -190
- data/ext/ffi_c/StructByReference.h +0 -50
- data/ext/ffi_c/StructByValue.c +0 -150
- data/ext/ffi_c/StructByValue.h +0 -55
- data/ext/ffi_c/StructLayout.c +0 -698
- data/ext/ffi_c/Thread.c +0 -352
- data/ext/ffi_c/Thread.h +0 -95
- data/ext/ffi_c/Type.c +0 -397
- data/ext/ffi_c/Type.h +0 -62
- data/ext/ffi_c/Types.c +0 -139
- data/ext/ffi_c/Types.h +0 -89
- data/ext/ffi_c/Variadic.c +0 -304
- data/ext/ffi_c/compat.h +0 -78
- data/ext/ffi_c/extconf.rb +0 -71
- data/ext/ffi_c/ffi.c +0 -98
- data/ext/ffi_c/libffi.bsd.mk +0 -40
- data/ext/ffi_c/libffi.darwin.mk +0 -105
- data/ext/ffi_c/libffi.gnu.mk +0 -32
- data/ext/ffi_c/libffi.mk +0 -18
- data/ext/ffi_c/libffi.vc.mk +0 -26
- data/ext/ffi_c/libffi.vc64.mk +0 -26
- data/ext/ffi_c/libffi/ChangeLog.libffi +0 -584
- data/ext/ffi_c/libffi/ChangeLog.libffi-3.1 +0 -6000
- data/ext/ffi_c/libffi/ChangeLog.libgcj +0 -40
- data/ext/ffi_c/libffi/ChangeLog.v1 +0 -764
- data/ext/ffi_c/libffi/LICENSE +0 -21
- data/ext/ffi_c/libffi/Makefile.am +0 -205
- data/ext/ffi_c/libffi/Makefile.in +0 -1805
- data/ext/ffi_c/libffi/README +0 -454
- data/ext/ffi_c/libffi/acinclude.m4 +0 -473
- data/ext/ffi_c/libffi/aclocal.m4 +0 -2134
- data/ext/ffi_c/libffi/autogen.sh +0 -2
- data/ext/ffi_c/libffi/autom4te.cache/output.0 +0 -21972
- data/ext/ffi_c/libffi/autom4te.cache/output.1 +0 -21972
- data/ext/ffi_c/libffi/autom4te.cache/output.2 +0 -21972
- data/ext/ffi_c/libffi/autom4te.cache/output.3 +0 -21972
- data/ext/ffi_c/libffi/autom4te.cache/requests +0 -331
- data/ext/ffi_c/libffi/autom4te.cache/traces.0 +0 -4010
- data/ext/ffi_c/libffi/autom4te.cache/traces.1 +0 -1005
- data/ext/ffi_c/libffi/autom4te.cache/traces.2 +0 -4010
- data/ext/ffi_c/libffi/autom4te.cache/traces.3 +0 -4010
- data/ext/ffi_c/libffi/compile +0 -347
- data/ext/ffi_c/libffi/config.guess +0 -1462
- data/ext/ffi_c/libffi/config.sub +0 -1825
- data/ext/ffi_c/libffi/configure +0 -21972
- data/ext/ffi_c/libffi/configure.ac +0 -388
- data/ext/ffi_c/libffi/configure.host +0 -272
- data/ext/ffi_c/libffi/depcomp +0 -791
- data/ext/ffi_c/libffi/doc/Makefile.am +0 -3
- data/ext/ffi_c/libffi/doc/Makefile.in +0 -811
- data/ext/ffi_c/libffi/doc/libffi.texi +0 -985
- data/ext/ffi_c/libffi/doc/mdate-sh +0 -228
- data/ext/ffi_c/libffi/doc/texinfo.tex +0 -10079
- data/ext/ffi_c/libffi/doc/version.texi +0 -4
- data/ext/ffi_c/libffi/fficonfig.h.in +0 -210
- data/ext/ffi_c/libffi/fficonfig.h.in~ +0 -210
- data/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +0 -207
- data/ext/ffi_c/libffi/include/Makefile.am +0 -9
- data/ext/ffi_c/libffi/include/Makefile.in +0 -604
- data/ext/ffi_c/libffi/include/ffi.h.in +0 -484
- data/ext/ffi_c/libffi/include/ffi_cfi.h +0 -55
- data/ext/ffi_c/libffi/include/ffi_common.h +0 -147
- data/ext/ffi_c/libffi/install-sh +0 -508
- data/ext/ffi_c/libffi/libffi.map.in +0 -80
- data/ext/ffi_c/libffi/libffi.pc.in +0 -11
- data/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +0 -637
- data/ext/ffi_c/libffi/libtool-ldflags +0 -106
- data/ext/ffi_c/libffi/libtool-version +0 -29
- data/ext/ffi_c/libffi/ltmain.sh +0 -11156
- data/ext/ffi_c/libffi/m4/asmcfi.m4 +0 -13
- data/ext/ffi_c/libffi/m4/ax_append_flag.m4 +0 -69
- data/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +0 -181
- data/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +0 -122
- data/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +0 -72
- data/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +0 -84
- data/ext/ffi_c/libffi/m4/ax_configure_args.m4 +0 -70
- data/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +0 -301
- data/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +0 -225
- data/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +0 -79
- data/ext/ffi_c/libffi/m4/libtool.m4 +0 -8387
- data/ext/ffi_c/libffi/m4/ltoptions.m4 +0 -437
- data/ext/ffi_c/libffi/m4/ltsugar.m4 +0 -124
- data/ext/ffi_c/libffi/m4/ltversion.m4 +0 -23
- data/ext/ffi_c/libffi/m4/lt~obsolete.m4 +0 -99
- data/ext/ffi_c/libffi/man/Makefile.am +0 -8
- data/ext/ffi_c/libffi/man/Makefile.in +0 -558
- data/ext/ffi_c/libffi/man/ffi.3 +0 -41
- data/ext/ffi_c/libffi/man/ffi_call.3 +0 -103
- data/ext/ffi_c/libffi/man/ffi_prep_cif.3 +0 -68
- data/ext/ffi_c/libffi/man/ffi_prep_cif_var.3 +0 -73
- data/ext/ffi_c/libffi/missing +0 -215
- data/ext/ffi_c/libffi/msvcc.sh +0 -260
- data/ext/ffi_c/libffi/src/aarch64/ffi.c +0 -941
- data/ext/ffi_c/libffi/src/aarch64/ffitarget.h +0 -81
- data/ext/ffi_c/libffi/src/aarch64/internal.h +0 -67
- data/ext/ffi_c/libffi/src/aarch64/sysv.S +0 -438
- data/ext/ffi_c/libffi/src/alpha/ffi.c +0 -521
- data/ext/ffi_c/libffi/src/alpha/ffitarget.h +0 -57
- data/ext/ffi_c/libffi/src/alpha/internal.h +0 -23
- data/ext/ffi_c/libffi/src/alpha/osf.S +0 -282
- data/ext/ffi_c/libffi/src/arc/arcompact.S +0 -135
- data/ext/ffi_c/libffi/src/arc/ffi.c +0 -266
- data/ext/ffi_c/libffi/src/arc/ffitarget.h +0 -53
- data/ext/ffi_c/libffi/src/arm/ffi.c +0 -808
- data/ext/ffi_c/libffi/src/arm/ffitarget.h +0 -82
- data/ext/ffi_c/libffi/src/arm/internal.h +0 -7
- data/ext/ffi_c/libffi/src/arm/sysv.S +0 -383
- data/ext/ffi_c/libffi/src/avr32/ffi.c +0 -423
- data/ext/ffi_c/libffi/src/avr32/ffitarget.h +0 -55
- data/ext/ffi_c/libffi/src/avr32/sysv.S +0 -208
- data/ext/ffi_c/libffi/src/bfin/ffi.c +0 -196
- data/ext/ffi_c/libffi/src/bfin/ffitarget.h +0 -43
- data/ext/ffi_c/libffi/src/bfin/sysv.S +0 -179
- data/ext/ffi_c/libffi/src/closures.c +0 -890
- data/ext/ffi_c/libffi/src/cris/ffi.c +0 -386
- data/ext/ffi_c/libffi/src/cris/ffitarget.h +0 -56
- data/ext/ffi_c/libffi/src/cris/sysv.S +0 -215
- data/ext/ffi_c/libffi/src/debug.c +0 -64
- data/ext/ffi_c/libffi/src/dlmalloc.c +0 -5166
- data/ext/ffi_c/libffi/src/frv/eabi.S +0 -128
- data/ext/ffi_c/libffi/src/frv/ffi.c +0 -292
- data/ext/ffi_c/libffi/src/frv/ffitarget.h +0 -62
- data/ext/ffi_c/libffi/src/ia64/ffi.c +0 -586
- data/ext/ffi_c/libffi/src/ia64/ffitarget.h +0 -55
- data/ext/ffi_c/libffi/src/ia64/ia64_flags.h +0 -40
- data/ext/ffi_c/libffi/src/ia64/unix.S +0 -560
- data/ext/ffi_c/libffi/src/java_raw_api.c +0 -374
- data/ext/ffi_c/libffi/src/m32r/ffi.c +0 -232
- data/ext/ffi_c/libffi/src/m32r/ffitarget.h +0 -53
- data/ext/ffi_c/libffi/src/m32r/sysv.S +0 -121
- data/ext/ffi_c/libffi/src/m68k/ffi.c +0 -362
- data/ext/ffi_c/libffi/src/m68k/ffitarget.h +0 -54
- data/ext/ffi_c/libffi/src/m68k/sysv.S +0 -357
- data/ext/ffi_c/libffi/src/m88k/ffi.c +0 -400
- data/ext/ffi_c/libffi/src/m88k/ffitarget.h +0 -49
- data/ext/ffi_c/libffi/src/m88k/obsd.S +0 -209
- data/ext/ffi_c/libffi/src/metag/ffi.c +0 -330
- data/ext/ffi_c/libffi/src/metag/ffitarget.h +0 -53
- data/ext/ffi_c/libffi/src/metag/sysv.S +0 -311
- data/ext/ffi_c/libffi/src/microblaze/ffi.c +0 -321
- data/ext/ffi_c/libffi/src/microblaze/ffitarget.h +0 -53
- data/ext/ffi_c/libffi/src/microblaze/sysv.S +0 -302
- data/ext/ffi_c/libffi/src/mips/ffi.c +0 -1105
- data/ext/ffi_c/libffi/src/mips/ffitarget.h +0 -249
- data/ext/ffi_c/libffi/src/mips/n32.S +0 -661
- data/ext/ffi_c/libffi/src/mips/o32.S +0 -502
- data/ext/ffi_c/libffi/src/moxie/eabi.S +0 -101
- data/ext/ffi_c/libffi/src/moxie/ffi.c +0 -272
- data/ext/ffi_c/libffi/src/moxie/ffitarget.h +0 -52
- data/ext/ffi_c/libffi/src/nios2/ffi.c +0 -304
- data/ext/ffi_c/libffi/src/nios2/ffitarget.h +0 -52
- data/ext/ffi_c/libffi/src/nios2/sysv.S +0 -136
- data/ext/ffi_c/libffi/src/or1k/ffi.c +0 -328
- data/ext/ffi_c/libffi/src/or1k/ffitarget.h +0 -58
- data/ext/ffi_c/libffi/src/or1k/sysv.S +0 -107
- data/ext/ffi_c/libffi/src/pa/ffi.c +0 -719
- data/ext/ffi_c/libffi/src/pa/ffitarget.h +0 -85
- data/ext/ffi_c/libffi/src/pa/hpux32.S +0 -368
- data/ext/ffi_c/libffi/src/pa/linux.S +0 -357
- data/ext/ffi_c/libffi/src/powerpc/aix.S +0 -328
- data/ext/ffi_c/libffi/src/powerpc/aix_closure.S +0 -447
- data/ext/ffi_c/libffi/src/powerpc/asm.h +0 -125
- data/ext/ffi_c/libffi/src/powerpc/darwin.S +0 -378
- data/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +0 -571
- data/ext/ffi_c/libffi/src/powerpc/ffi.c +0 -173
- data/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +0 -1359
- data/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +0 -945
- data/ext/ffi_c/libffi/src/powerpc/ffi_powerpc.h +0 -94
- data/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +0 -923
- data/ext/ffi_c/libffi/src/powerpc/ffitarget.h +0 -195
- data/ext/ffi_c/libffi/src/powerpc/linux64.S +0 -228
- data/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +0 -488
- data/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +0 -397
- data/ext/ffi_c/libffi/src/powerpc/sysv.S +0 -175
- data/ext/ffi_c/libffi/src/prep_cif.c +0 -261
- data/ext/ffi_c/libffi/src/raw_api.c +0 -267
- data/ext/ffi_c/libffi/src/s390/ffi.c +0 -756
- data/ext/ffi_c/libffi/src/s390/ffitarget.h +0 -70
- data/ext/ffi_c/libffi/src/s390/internal.h +0 -11
- data/ext/ffi_c/libffi/src/s390/sysv.S +0 -325
- data/ext/ffi_c/libffi/src/sh/ffi.c +0 -717
- data/ext/ffi_c/libffi/src/sh/ffitarget.h +0 -54
- data/ext/ffi_c/libffi/src/sh/sysv.S +0 -850
- data/ext/ffi_c/libffi/src/sh64/ffi.c +0 -469
- data/ext/ffi_c/libffi/src/sh64/ffitarget.h +0 -58
- data/ext/ffi_c/libffi/src/sh64/sysv.S +0 -539
- data/ext/ffi_c/libffi/src/sparc/ffi.c +0 -468
- data/ext/ffi_c/libffi/src/sparc/ffi64.c +0 -608
- data/ext/ffi_c/libffi/src/sparc/ffitarget.h +0 -81
- data/ext/ffi_c/libffi/src/sparc/internal.h +0 -26
- data/ext/ffi_c/libffi/src/sparc/v8.S +0 -443
- data/ext/ffi_c/libffi/src/sparc/v9.S +0 -440
- data/ext/ffi_c/libffi/src/tile/ffi.c +0 -355
- data/ext/ffi_c/libffi/src/tile/ffitarget.h +0 -65
- data/ext/ffi_c/libffi/src/tile/tile.S +0 -360
- data/ext/ffi_c/libffi/src/types.c +0 -106
- data/ext/ffi_c/libffi/src/vax/elfbsd.S +0 -195
- data/ext/ffi_c/libffi/src/vax/ffi.c +0 -276
- data/ext/ffi_c/libffi/src/vax/ffitarget.h +0 -49
- data/ext/ffi_c/libffi/src/x86/asmnames.h +0 -30
- data/ext/ffi_c/libffi/src/x86/ffi.c +0 -733
- data/ext/ffi_c/libffi/src/x86/ffi64.c +0 -857
- data/ext/ffi_c/libffi/src/x86/ffitarget.h +0 -141
- data/ext/ffi_c/libffi/src/x86/ffiw64.c +0 -287
- data/ext/ffi_c/libffi/src/x86/internal.h +0 -29
- data/ext/ffi_c/libffi/src/x86/internal64.h +0 -22
- data/ext/ffi_c/libffi/src/x86/sysv.S +0 -1043
- data/ext/ffi_c/libffi/src/x86/unix64.S +0 -525
- data/ext/ffi_c/libffi/src/x86/win64.S +0 -232
- data/ext/ffi_c/libffi/src/x86/win64_intel.S +0 -237
- data/ext/ffi_c/libffi/src/xtensa/ffi.c +0 -298
- data/ext/ffi_c/libffi/src/xtensa/ffitarget.h +0 -53
- data/ext/ffi_c/libffi/src/xtensa/sysv.S +0 -253
- data/ext/ffi_c/libffi/stamp-h.in +0 -1
- data/ext/ffi_c/libffi/testsuite/Makefile.am +0 -85
- data/ext/ffi_c/libffi/testsuite/Makefile.in +0 -607
- data/ext/ffi_c/libffi/testsuite/config/default.exp +0 -1
- data/ext/ffi_c/libffi/testsuite/lib/libffi.exp +0 -445
- data/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +0 -283
- data/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +0 -45
- data/ext/ffi_c/libffi/testsuite/libffi.call/align_mixed.c +0 -46
- data/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +0 -30
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn0.c +0 -89
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn1.c +0 -81
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn2.c +0 -81
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn3.c +0 -82
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn4.c +0 -89
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn5.c +0 -92
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn6.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_loc_fn0.c +0 -95
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_simple.c +0 -55
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_12byte.c +0 -94
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_16byte.c +0 -95
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_18byte.c +0 -96
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_19byte.c +0 -102
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_1_1byte.c +0 -89
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte1.c +0 -93
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_24byte.c +0 -113
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_2byte.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_3_1byte.c +0 -95
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte1.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte2.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_4_1byte.c +0 -98
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_4byte.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_5_1_byte.c +0 -109
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_5byte.c +0 -98
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_64byte.c +0 -124
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_6_1_byte.c +0 -113
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_6byte.c +0 -99
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_7_1_byte.c +0 -117
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_7byte.c +0 -97
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_8byte.c +0 -88
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte1.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte2.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_double.c +0 -93
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_float.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble.c +0 -92
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split.c +0 -132
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c +0 -115
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_pointer.c +0 -95
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint16.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint32.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint64.c +0 -92
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint16.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint32.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint64.c +0 -93
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_dbls_struct.c +0 -66
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_double.c +0 -43
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_double_va.c +0 -61
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_float.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble.c +0 -105
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble_va.c +0 -61
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_many_mixed_args.c +0 -70
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_many_mixed_float_double.c +0 -55
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_schar.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshort.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshortchar.c +0 -86
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_uchar.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushort.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushortchar.c +0 -86
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer_stack.c +0 -142
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_schar.c +0 -44
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_sint.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_sshort.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_struct_va1.c +0 -114
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_uchar.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_uchar_va.c +0 -44
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_uint.c +0 -43
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_uint_va.c +0 -45
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_ulong_va.c +0 -45
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_ulonglong.c +0 -47
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_ushort.c +0 -43
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_ushort_va.c +0 -44
- data/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_abi.c +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +0 -26
- data/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +0 -136
- data/ext/ffi_c/libffi/testsuite/libffi.call/float.c +0 -59
- data/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +0 -60
- data/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +0 -60
- data/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +0 -62
- data/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +0 -107
- data/ext/ffi_c/libffi/testsuite/libffi.call/huge_struct.c +0 -341
- data/ext/ffi_c/libffi/testsuite/libffi.call/many.c +0 -59
- data/ext/ffi_c/libffi/testsuite/libffi.call/many2.c +0 -57
- data/ext/ffi_c/libffi/testsuite/libffi.call/many_double.c +0 -70
- data/ext/ffi_c/libffi/testsuite/libffi.call/many_mixed.c +0 -78
- data/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +0 -52
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct.c +0 -152
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct1.c +0 -161
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct10.c +0 -133
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct11.c +0 -121
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct2.c +0 -110
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct3.c +0 -111
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct4.c +0 -111
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct5.c +0 -112
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct6.c +0 -131
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct7.c +0 -111
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct8.c +0 -131
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct9.c +0 -131
- data/ext/ffi_c/libffi/testsuite/libffi.call/offsets.c +0 -46
- data/ext/ffi_c/libffi/testsuite/libffi.call/pr1172638.c +0 -127
- data/ext/ffi_c/libffi/testsuite/libffi.call/problem1.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +0 -59
- data/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc-tc.c +0 -114
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +0 -43
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +0 -35
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +0 -49
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +0 -34
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +0 -41
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +0 -43
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +0 -38
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +0 -38
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +0 -38
- data/ext/ffi_c/libffi/testsuite/libffi.call/stret_large.c +0 -145
- data/ext/ffi_c/libffi/testsuite/libffi.call/stret_large2.c +0 -148
- data/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium.c +0 -124
- data/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium2.c +0 -125
- data/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +0 -44
- data/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +0 -49
- data/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +0 -49
- data/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +0 -55
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +0 -67
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +0 -67
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +0 -60
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +0 -64
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +0 -66
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +0 -64
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +0 -81
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +0 -68
- data/ext/ffi_c/libffi/testsuite/libffi.call/testclosure.c +0 -70
- data/ext/ffi_c/libffi/testsuite/libffi.call/uninitialized.c +0 -61
- data/ext/ffi_c/libffi/testsuite/libffi.call/unwindtest.cc +0 -117
- data/ext/ffi_c/libffi/testsuite/libffi.call/unwindtest_ffi_call.cc +0 -54
- data/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +0 -196
- data/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +0 -121
- data/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +0 -123
- data/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +0 -125
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex.inc +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex.inc +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct.inc +0 -71
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va.inc +0 -80
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_float.c +0 -16
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex.exp +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex.inc +0 -51
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_double.inc +0 -7
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_float.inc +0 -7
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_longdouble.inc +0 -7
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +0 -86
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/ffitest.h +0 -1
- data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex.inc +0 -78
- data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex.inc +0 -37
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1.inc +0 -41
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2.inc +0 -44
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.go/aa-direct.c +0 -34
- data/ext/ffi_c/libffi/testsuite/libffi.go/closure1.c +0 -28
- data/ext/ffi_c/libffi/testsuite/libffi.go/ffitest.h +0 -1
- data/ext/ffi_c/libffi/testsuite/libffi.go/go.exp +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.go/static-chain.h +0 -19
- data/ext/ffi_c/rbffi.h +0 -57
- data/ext/ffi_c/rbffi_endian.h +0 -59
- data/ext/ffi_c/win32/stdbool.h +0 -8
- data/ext/ffi_c/win32/stdint.h +0 -201
- data/gen/Rakefile +0 -30
- data/libtest/Benchmark.c +0 -52
- data/libtest/BoolTest.c +0 -34
- data/libtest/BufferTest.c +0 -31
- data/libtest/ClosureTest.c +0 -205
- data/libtest/EnumTest.c +0 -51
- data/libtest/FunctionTest.c +0 -70
- data/libtest/GNUmakefile +0 -149
- data/libtest/GlobalVariable.c +0 -62
- data/libtest/LastErrorTest.c +0 -21
- data/libtest/NumberTest.c +0 -132
- data/libtest/PointerTest.c +0 -63
- data/libtest/ReferenceTest.c +0 -23
- data/libtest/StringTest.c +0 -34
- data/libtest/StructTest.c +0 -243
- data/libtest/UnionTest.c +0 -43
- data/libtest/VariadicTest.c +0 -99
- data/spec/ffi/async_callback_spec.rb +0 -35
- data/spec/ffi/bitmask_spec.rb +0 -575
- data/spec/ffi/bool_spec.rb +0 -32
- data/spec/ffi/buffer_spec.rb +0 -279
- data/spec/ffi/callback_spec.rb +0 -773
- data/spec/ffi/custom_param_type.rb +0 -37
- data/spec/ffi/custom_type_spec.rb +0 -74
- data/spec/ffi/dup_spec.rb +0 -52
- data/spec/ffi/embed-test/ext/Makefile +0 -242
- data/spec/ffi/enum_spec.rb +0 -423
- data/spec/ffi/errno_spec.rb +0 -20
- data/spec/ffi/ffi_spec.rb +0 -28
- data/spec/ffi/fixtures/Benchmark.c +0 -52
- data/spec/ffi/fixtures/BitmaskTest.c +0 -51
- data/spec/ffi/fixtures/BoolTest.c +0 -34
- data/spec/ffi/fixtures/BufferTest.c +0 -31
- data/spec/ffi/fixtures/ClosureTest.c +0 -205
- data/spec/ffi/fixtures/EnumTest.c +0 -51
- data/spec/ffi/fixtures/FunctionTest.c +0 -142
- data/spec/ffi/fixtures/GNUmakefile +0 -149
- data/spec/ffi/fixtures/GlobalVariable.c +0 -62
- data/spec/ffi/fixtures/LastErrorTest.c +0 -21
- data/spec/ffi/fixtures/NumberTest.c +0 -132
- data/spec/ffi/fixtures/PipeHelper.h +0 -21
- data/spec/ffi/fixtures/PipeHelperPosix.c +0 -41
- data/spec/ffi/fixtures/PipeHelperWindows.c +0 -72
- data/spec/ffi/fixtures/PointerTest.c +0 -63
- data/spec/ffi/fixtures/ReferenceTest.c +0 -23
- data/spec/ffi/fixtures/StringTest.c +0 -34
- data/spec/ffi/fixtures/StructTest.c +0 -243
- data/spec/ffi/fixtures/UnionTest.c +0 -43
- data/spec/ffi/fixtures/VariadicTest.c +0 -99
- data/spec/ffi/fixtures/classes.rb +0 -438
- data/spec/ffi/function_spec.rb +0 -97
- data/spec/ffi/io_spec.rb +0 -16
- data/spec/ffi/library_spec.rb +0 -286
- data/spec/ffi/long_double.rb +0 -30
- data/spec/ffi/managed_struct_spec.rb +0 -68
- data/spec/ffi/memorypointer_spec.rb +0 -78
- data/spec/ffi/number_spec.rb +0 -247
- data/spec/ffi/platform_spec.rb +0 -114
- data/spec/ffi/pointer_spec.rb +0 -285
- data/spec/ffi/rbx/attach_function_spec.rb +0 -34
- data/spec/ffi/rbx/memory_pointer_spec.rb +0 -198
- data/spec/ffi/rbx/spec_helper.rb +0 -6
- data/spec/ffi/rbx/struct_spec.rb +0 -18
- data/spec/ffi/spec_helper.rb +0 -93
- data/spec/ffi/string_spec.rb +0 -118
- data/spec/ffi/strptr_spec.rb +0 -50
- data/spec/ffi/struct_by_ref_spec.rb +0 -43
- data/spec/ffi/struct_callback_spec.rb +0 -69
- data/spec/ffi/struct_initialize_spec.rb +0 -35
- data/spec/ffi/struct_packed_spec.rb +0 -50
- data/spec/ffi/struct_spec.rb +0 -882
- data/spec/ffi/typedef_spec.rb +0 -91
- data/spec/ffi/union_spec.rb +0 -67
- data/spec/ffi/variadic_spec.rb +0 -132
- data/spec/spec.opts +0 -4
@@ -1,49 +0,0 @@
|
|
1
|
-
/* Area: ffi_call
|
2
|
-
Purpose: Check strlen function call with additional arguments.
|
3
|
-
Limitations: none.
|
4
|
-
PR: none.
|
5
|
-
Originator: From the original ffitest.c */
|
6
|
-
|
7
|
-
/* { dg-do run } */
|
8
|
-
|
9
|
-
#include "ffitest.h"
|
10
|
-
|
11
|
-
static size_t ABI_ATTR my_f(float a, char *s)
|
12
|
-
{
|
13
|
-
return (size_t) ((int) strlen(s) + (int) a);
|
14
|
-
}
|
15
|
-
|
16
|
-
int main (void)
|
17
|
-
{
|
18
|
-
ffi_cif cif;
|
19
|
-
ffi_type *args[MAX_ARGS];
|
20
|
-
void *values[MAX_ARGS];
|
21
|
-
ffi_arg rint;
|
22
|
-
char *s;
|
23
|
-
float v2;
|
24
|
-
args[1] = &ffi_type_pointer;
|
25
|
-
args[0] = &ffi_type_float;
|
26
|
-
values[1] = (void*) &s;
|
27
|
-
values[0] = (void*) &v2;
|
28
|
-
|
29
|
-
/* Initialize the cif */
|
30
|
-
CHECK(ffi_prep_cif(&cif, ABI_NUM, 2,
|
31
|
-
&ffi_type_sint, args) == FFI_OK);
|
32
|
-
|
33
|
-
s = "a";
|
34
|
-
v2 = 0.0;
|
35
|
-
ffi_call(&cif, FFI_FN(my_f), &rint, values);
|
36
|
-
CHECK(rint == 1);
|
37
|
-
|
38
|
-
s = "1234567";
|
39
|
-
v2 = -1.0;
|
40
|
-
ffi_call(&cif, FFI_FN(my_f), &rint, values);
|
41
|
-
CHECK(rint == 6);
|
42
|
-
|
43
|
-
s = "1234567890123456789012345";
|
44
|
-
v2 = 1.0;
|
45
|
-
ffi_call(&cif, FFI_FN(my_f), &rint, values);
|
46
|
-
CHECK(rint == 26);
|
47
|
-
|
48
|
-
exit(0);
|
49
|
-
}
|
@@ -1,55 +0,0 @@
|
|
1
|
-
/* Area: ffi_call
|
2
|
-
Purpose: Check strlen function call with additional arguments.
|
3
|
-
Limitations: none.
|
4
|
-
PR: none.
|
5
|
-
Originator: From the original ffitest.c */
|
6
|
-
|
7
|
-
/* { dg-do run } */
|
8
|
-
|
9
|
-
#include "ffitest.h"
|
10
|
-
|
11
|
-
static size_t ABI_ATTR my_f(float a, char *s, int i)
|
12
|
-
{
|
13
|
-
return (size_t) ((int) strlen(s) + (int) a + i);
|
14
|
-
}
|
15
|
-
|
16
|
-
int main (void)
|
17
|
-
{
|
18
|
-
ffi_cif cif;
|
19
|
-
ffi_type *args[MAX_ARGS];
|
20
|
-
void *values[MAX_ARGS];
|
21
|
-
ffi_arg rint;
|
22
|
-
char *s;
|
23
|
-
int v1;
|
24
|
-
float v2;
|
25
|
-
args[2] = &ffi_type_sint;
|
26
|
-
args[1] = &ffi_type_pointer;
|
27
|
-
args[0] = &ffi_type_float;
|
28
|
-
values[2] = (void*) &v1;
|
29
|
-
values[1] = (void*) &s;
|
30
|
-
values[0] = (void*) &v2;
|
31
|
-
|
32
|
-
/* Initialize the cif */
|
33
|
-
CHECK(ffi_prep_cif(&cif, ABI_NUM, 3,
|
34
|
-
&ffi_type_sint, args) == FFI_OK);
|
35
|
-
|
36
|
-
s = "a";
|
37
|
-
v1 = 1;
|
38
|
-
v2 = 0.0;
|
39
|
-
ffi_call(&cif, FFI_FN(my_f), &rint, values);
|
40
|
-
CHECK(rint == 2);
|
41
|
-
|
42
|
-
s = "1234567";
|
43
|
-
v2 = -1.0;
|
44
|
-
v1 = -2;
|
45
|
-
ffi_call(&cif, FFI_FN(my_f), &rint, values);
|
46
|
-
CHECK(rint == 4);
|
47
|
-
|
48
|
-
s = "1234567890123456789012345";
|
49
|
-
v2 = 1.0;
|
50
|
-
v1 = 2;
|
51
|
-
ffi_call(&cif, FFI_FN(my_f), &rint, values);
|
52
|
-
CHECK(rint == 28);
|
53
|
-
|
54
|
-
exit(0);
|
55
|
-
}
|
@@ -1,67 +0,0 @@
|
|
1
|
-
/* Area: ffi_call
|
2
|
-
Purpose: Check structures.
|
3
|
-
Limitations: none.
|
4
|
-
PR: none.
|
5
|
-
Originator: From the original ffitest.c */
|
6
|
-
|
7
|
-
/* { dg-do run } */
|
8
|
-
#include "ffitest.h"
|
9
|
-
|
10
|
-
typedef struct
|
11
|
-
{
|
12
|
-
unsigned char uc;
|
13
|
-
double d;
|
14
|
-
unsigned int ui;
|
15
|
-
} test_structure_1;
|
16
|
-
|
17
|
-
static test_structure_1 ABI_ATTR struct1(test_structure_1 ts)
|
18
|
-
{
|
19
|
-
ts.uc++;
|
20
|
-
ts.d--;
|
21
|
-
ts.ui++;
|
22
|
-
|
23
|
-
return ts;
|
24
|
-
}
|
25
|
-
|
26
|
-
int main (void)
|
27
|
-
{
|
28
|
-
ffi_cif cif;
|
29
|
-
ffi_type *args[MAX_ARGS];
|
30
|
-
void *values[MAX_ARGS];
|
31
|
-
ffi_type ts1_type;
|
32
|
-
ffi_type *ts1_type_elements[4];
|
33
|
-
|
34
|
-
test_structure_1 ts1_arg;
|
35
|
-
|
36
|
-
/* This is a hack to get a properly aligned result buffer */
|
37
|
-
test_structure_1 *ts1_result =
|
38
|
-
(test_structure_1 *) malloc (sizeof(test_structure_1));
|
39
|
-
|
40
|
-
ts1_type.size = 0;
|
41
|
-
ts1_type.alignment = 0;
|
42
|
-
ts1_type.type = FFI_TYPE_STRUCT;
|
43
|
-
ts1_type.elements = ts1_type_elements;
|
44
|
-
ts1_type_elements[0] = &ffi_type_uchar;
|
45
|
-
ts1_type_elements[1] = &ffi_type_double;
|
46
|
-
ts1_type_elements[2] = &ffi_type_uint;
|
47
|
-
ts1_type_elements[3] = NULL;
|
48
|
-
|
49
|
-
args[0] = &ts1_type;
|
50
|
-
values[0] = &ts1_arg;
|
51
|
-
|
52
|
-
/* Initialize the cif */
|
53
|
-
CHECK(ffi_prep_cif(&cif, ABI_NUM, 1,
|
54
|
-
&ts1_type, args) == FFI_OK);
|
55
|
-
|
56
|
-
ts1_arg.uc = '\x01';
|
57
|
-
ts1_arg.d = 3.14159;
|
58
|
-
ts1_arg.ui = 555;
|
59
|
-
|
60
|
-
ffi_call(&cif, FFI_FN(struct1), ts1_result, values);
|
61
|
-
|
62
|
-
CHECK(ts1_result->ui == 556);
|
63
|
-
CHECK(ts1_result->d == 3.14159 - 1);
|
64
|
-
|
65
|
-
free (ts1_result);
|
66
|
-
exit(0);
|
67
|
-
}
|
@@ -1,67 +0,0 @@
|
|
1
|
-
/* Area: ffi_call
|
2
|
-
Purpose: Check structures.
|
3
|
-
Limitations: none.
|
4
|
-
PR: none.
|
5
|
-
Originator: From the original ffitest.c */
|
6
|
-
|
7
|
-
/* { dg-do run } */
|
8
|
-
#include "ffitest.h"
|
9
|
-
|
10
|
-
typedef struct
|
11
|
-
{
|
12
|
-
double d1;
|
13
|
-
double d2;
|
14
|
-
} test_structure_2;
|
15
|
-
|
16
|
-
static test_structure_2 ABI_ATTR struct2(test_structure_2 ts)
|
17
|
-
{
|
18
|
-
ts.d1--;
|
19
|
-
ts.d2--;
|
20
|
-
|
21
|
-
return ts;
|
22
|
-
}
|
23
|
-
|
24
|
-
int main (void)
|
25
|
-
{
|
26
|
-
ffi_cif cif;
|
27
|
-
ffi_type *args[MAX_ARGS];
|
28
|
-
void *values[MAX_ARGS];
|
29
|
-
test_structure_2 ts2_arg;
|
30
|
-
ffi_type ts2_type;
|
31
|
-
ffi_type *ts2_type_elements[3];
|
32
|
-
|
33
|
-
/* This is a hack to get a properly aligned result buffer */
|
34
|
-
test_structure_2 *ts2_result =
|
35
|
-
(test_structure_2 *) malloc (sizeof(test_structure_2));
|
36
|
-
|
37
|
-
ts2_type.size = 0;
|
38
|
-
ts2_type.alignment = 0;
|
39
|
-
ts2_type.type = FFI_TYPE_STRUCT;
|
40
|
-
ts2_type.elements = ts2_type_elements;
|
41
|
-
ts2_type_elements[0] = &ffi_type_double;
|
42
|
-
ts2_type_elements[1] = &ffi_type_double;
|
43
|
-
ts2_type_elements[2] = NULL;
|
44
|
-
|
45
|
-
args[0] = &ts2_type;
|
46
|
-
values[0] = &ts2_arg;
|
47
|
-
|
48
|
-
/* Initialize the cif */
|
49
|
-
CHECK(ffi_prep_cif(&cif, ABI_NUM, 1, &ts2_type, args) == FFI_OK);
|
50
|
-
|
51
|
-
ts2_arg.d1 = 5.55;
|
52
|
-
ts2_arg.d2 = 6.66;
|
53
|
-
|
54
|
-
printf ("%g\n", ts2_arg.d1);
|
55
|
-
printf ("%g\n", ts2_arg.d2);
|
56
|
-
|
57
|
-
ffi_call(&cif, FFI_FN(struct2), ts2_result, values);
|
58
|
-
|
59
|
-
printf ("%g\n", ts2_result->d1);
|
60
|
-
printf ("%g\n", ts2_result->d2);
|
61
|
-
|
62
|
-
CHECK(ts2_result->d1 == 5.55 - 1);
|
63
|
-
CHECK(ts2_result->d2 == 6.66 - 1);
|
64
|
-
|
65
|
-
free (ts2_result);
|
66
|
-
exit(0);
|
67
|
-
}
|
@@ -1,60 +0,0 @@
|
|
1
|
-
/* Area: ffi_call
|
2
|
-
Purpose: Check structures.
|
3
|
-
Limitations: none.
|
4
|
-
PR: none.
|
5
|
-
Originator: From the original ffitest.c */
|
6
|
-
|
7
|
-
/* { dg-do run } */
|
8
|
-
#include "ffitest.h"
|
9
|
-
|
10
|
-
typedef struct
|
11
|
-
{
|
12
|
-
int si;
|
13
|
-
} test_structure_3;
|
14
|
-
|
15
|
-
static test_structure_3 ABI_ATTR struct3(test_structure_3 ts)
|
16
|
-
{
|
17
|
-
ts.si = -(ts.si*2);
|
18
|
-
|
19
|
-
return ts;
|
20
|
-
}
|
21
|
-
|
22
|
-
int main (void)
|
23
|
-
{
|
24
|
-
ffi_cif cif;
|
25
|
-
ffi_type *args[MAX_ARGS];
|
26
|
-
void *values[MAX_ARGS];
|
27
|
-
int compare_value;
|
28
|
-
ffi_type ts3_type;
|
29
|
-
ffi_type *ts3_type_elements[2];
|
30
|
-
|
31
|
-
test_structure_3 ts3_arg;
|
32
|
-
test_structure_3 *ts3_result =
|
33
|
-
(test_structure_3 *) malloc (sizeof(test_structure_3));
|
34
|
-
|
35
|
-
ts3_type.size = 0;
|
36
|
-
ts3_type.alignment = 0;
|
37
|
-
ts3_type.type = FFI_TYPE_STRUCT;
|
38
|
-
ts3_type.elements = ts3_type_elements;
|
39
|
-
ts3_type_elements[0] = &ffi_type_sint;
|
40
|
-
ts3_type_elements[1] = NULL;
|
41
|
-
|
42
|
-
args[0] = &ts3_type;
|
43
|
-
values[0] = &ts3_arg;
|
44
|
-
|
45
|
-
/* Initialize the cif */
|
46
|
-
CHECK(ffi_prep_cif(&cif, ABI_NUM, 1,
|
47
|
-
&ts3_type, args) == FFI_OK);
|
48
|
-
|
49
|
-
ts3_arg.si = -123;
|
50
|
-
compare_value = ts3_arg.si;
|
51
|
-
|
52
|
-
ffi_call(&cif, FFI_FN(struct3), ts3_result, values);
|
53
|
-
|
54
|
-
printf ("%d %d\n", ts3_result->si, -(compare_value*2));
|
55
|
-
|
56
|
-
CHECK(ts3_result->si == -(compare_value*2));
|
57
|
-
|
58
|
-
free (ts3_result);
|
59
|
-
exit(0);
|
60
|
-
}
|
@@ -1,64 +0,0 @@
|
|
1
|
-
/* Area: ffi_call
|
2
|
-
Purpose: Check structures.
|
3
|
-
Limitations: none.
|
4
|
-
PR: none.
|
5
|
-
Originator: From the original ffitest.c */
|
6
|
-
|
7
|
-
/* { dg-do run } */
|
8
|
-
#include "ffitest.h"
|
9
|
-
|
10
|
-
typedef struct
|
11
|
-
{
|
12
|
-
unsigned ui1;
|
13
|
-
unsigned ui2;
|
14
|
-
unsigned ui3;
|
15
|
-
} test_structure_4;
|
16
|
-
|
17
|
-
static test_structure_4 ABI_ATTR struct4(test_structure_4 ts)
|
18
|
-
{
|
19
|
-
ts.ui3 = ts.ui1 * ts.ui2 * ts.ui3;
|
20
|
-
|
21
|
-
return ts;
|
22
|
-
}
|
23
|
-
|
24
|
-
int main (void)
|
25
|
-
{
|
26
|
-
ffi_cif cif;
|
27
|
-
ffi_type *args[MAX_ARGS];
|
28
|
-
void *values[MAX_ARGS];
|
29
|
-
ffi_type ts4_type;
|
30
|
-
ffi_type *ts4_type_elements[4];
|
31
|
-
|
32
|
-
test_structure_4 ts4_arg;
|
33
|
-
|
34
|
-
/* This is a hack to get a properly aligned result buffer */
|
35
|
-
test_structure_4 *ts4_result =
|
36
|
-
(test_structure_4 *) malloc (sizeof(test_structure_4));
|
37
|
-
|
38
|
-
ts4_type.size = 0;
|
39
|
-
ts4_type.alignment = 0;
|
40
|
-
ts4_type.type = FFI_TYPE_STRUCT;
|
41
|
-
ts4_type.elements = ts4_type_elements;
|
42
|
-
ts4_type_elements[0] = &ffi_type_uint;
|
43
|
-
ts4_type_elements[1] = &ffi_type_uint;
|
44
|
-
ts4_type_elements[2] = &ffi_type_uint;
|
45
|
-
ts4_type_elements[3] = NULL;
|
46
|
-
|
47
|
-
args[0] = &ts4_type;
|
48
|
-
values[0] = &ts4_arg;
|
49
|
-
|
50
|
-
/* Initialize the cif */
|
51
|
-
CHECK(ffi_prep_cif(&cif, ABI_NUM, 1, &ts4_type, args) == FFI_OK);
|
52
|
-
|
53
|
-
ts4_arg.ui1 = 2;
|
54
|
-
ts4_arg.ui2 = 3;
|
55
|
-
ts4_arg.ui3 = 4;
|
56
|
-
|
57
|
-
ffi_call (&cif, FFI_FN(struct4), ts4_result, values);
|
58
|
-
|
59
|
-
CHECK(ts4_result->ui3 == 2U * 3U * 4U);
|
60
|
-
|
61
|
-
|
62
|
-
free (ts4_result);
|
63
|
-
exit(0);
|
64
|
-
}
|
@@ -1,66 +0,0 @@
|
|
1
|
-
/* Area: ffi_call
|
2
|
-
Purpose: Check structures.
|
3
|
-
Limitations: none.
|
4
|
-
PR: none.
|
5
|
-
Originator: From the original ffitest.c */
|
6
|
-
|
7
|
-
/* { dg-do run } */
|
8
|
-
#include "ffitest.h"
|
9
|
-
typedef struct
|
10
|
-
{
|
11
|
-
char c1;
|
12
|
-
char c2;
|
13
|
-
} test_structure_5;
|
14
|
-
|
15
|
-
static test_structure_5 ABI_ATTR struct5(test_structure_5 ts1, test_structure_5 ts2)
|
16
|
-
{
|
17
|
-
ts1.c1 += ts2.c1;
|
18
|
-
ts1.c2 -= ts2.c2;
|
19
|
-
|
20
|
-
return ts1;
|
21
|
-
}
|
22
|
-
|
23
|
-
int main (void)
|
24
|
-
{
|
25
|
-
ffi_cif cif;
|
26
|
-
ffi_type *args[MAX_ARGS];
|
27
|
-
void *values[MAX_ARGS];
|
28
|
-
ffi_type ts5_type;
|
29
|
-
ffi_type *ts5_type_elements[3];
|
30
|
-
|
31
|
-
test_structure_5 ts5_arg1, ts5_arg2;
|
32
|
-
|
33
|
-
/* This is a hack to get a properly aligned result buffer */
|
34
|
-
test_structure_5 *ts5_result =
|
35
|
-
(test_structure_5 *) malloc (sizeof(test_structure_5));
|
36
|
-
|
37
|
-
ts5_type.size = 0;
|
38
|
-
ts5_type.alignment = 0;
|
39
|
-
ts5_type.type = FFI_TYPE_STRUCT;
|
40
|
-
ts5_type.elements = ts5_type_elements;
|
41
|
-
ts5_type_elements[0] = &ffi_type_schar;
|
42
|
-
ts5_type_elements[1] = &ffi_type_schar;
|
43
|
-
ts5_type_elements[2] = NULL;
|
44
|
-
|
45
|
-
args[0] = &ts5_type;
|
46
|
-
args[1] = &ts5_type;
|
47
|
-
values[0] = &ts5_arg1;
|
48
|
-
values[1] = &ts5_arg2;
|
49
|
-
|
50
|
-
/* Initialize the cif */
|
51
|
-
CHECK(ffi_prep_cif(&cif, ABI_NUM, 2, &ts5_type, args) == FFI_OK);
|
52
|
-
|
53
|
-
ts5_arg1.c1 = 2;
|
54
|
-
ts5_arg1.c2 = 6;
|
55
|
-
ts5_arg2.c1 = 5;
|
56
|
-
ts5_arg2.c2 = 3;
|
57
|
-
|
58
|
-
ffi_call (&cif, FFI_FN(struct5), ts5_result, values);
|
59
|
-
|
60
|
-
CHECK(ts5_result->c1 == 7);
|
61
|
-
CHECK(ts5_result->c2 == 3);
|
62
|
-
|
63
|
-
|
64
|
-
free (ts5_result);
|
65
|
-
exit(0);
|
66
|
-
}
|
@@ -1,64 +0,0 @@
|
|
1
|
-
/* Area: ffi_call
|
2
|
-
Purpose: Check structures.
|
3
|
-
Limitations: none.
|
4
|
-
PR: none.
|
5
|
-
Originator: From the original ffitest.c */
|
6
|
-
|
7
|
-
/* { dg-do run } */
|
8
|
-
#include "ffitest.h"
|
9
|
-
typedef struct
|
10
|
-
{
|
11
|
-
float f;
|
12
|
-
double d;
|
13
|
-
} test_structure_6;
|
14
|
-
|
15
|
-
static test_structure_6 ABI_ATTR struct6 (test_structure_6 ts)
|
16
|
-
{
|
17
|
-
ts.f += 1;
|
18
|
-
ts.d += 1;
|
19
|
-
|
20
|
-
return ts;
|
21
|
-
}
|
22
|
-
|
23
|
-
int main (void)
|
24
|
-
{
|
25
|
-
ffi_cif cif;
|
26
|
-
ffi_type *args[MAX_ARGS];
|
27
|
-
void *values[MAX_ARGS];
|
28
|
-
ffi_type ts6_type;
|
29
|
-
ffi_type *ts6_type_elements[3];
|
30
|
-
|
31
|
-
test_structure_6 ts6_arg;
|
32
|
-
|
33
|
-
/* This is a hack to get a properly aligned result buffer */
|
34
|
-
test_structure_6 *ts6_result =
|
35
|
-
(test_structure_6 *) malloc (sizeof(test_structure_6));
|
36
|
-
|
37
|
-
ts6_type.size = 0;
|
38
|
-
ts6_type.alignment = 0;
|
39
|
-
ts6_type.type = FFI_TYPE_STRUCT;
|
40
|
-
ts6_type.elements = ts6_type_elements;
|
41
|
-
ts6_type_elements[0] = &ffi_type_float;
|
42
|
-
ts6_type_elements[1] = &ffi_type_double;
|
43
|
-
ts6_type_elements[2] = NULL;
|
44
|
-
|
45
|
-
args[0] = &ts6_type;
|
46
|
-
values[0] = &ts6_arg;
|
47
|
-
|
48
|
-
/* Initialize the cif */
|
49
|
-
CHECK(ffi_prep_cif(&cif, ABI_NUM, 1, &ts6_type, args) == FFI_OK);
|
50
|
-
|
51
|
-
ts6_arg.f = 5.55f;
|
52
|
-
ts6_arg.d = 6.66;
|
53
|
-
|
54
|
-
printf ("%g\n", ts6_arg.f);
|
55
|
-
printf ("%g\n", ts6_arg.d);
|
56
|
-
|
57
|
-
ffi_call(&cif, FFI_FN(struct6), ts6_result, values);
|
58
|
-
|
59
|
-
CHECK(ts6_result->f == 5.55f + 1);
|
60
|
-
CHECK(ts6_result->d == 6.66 + 1);
|
61
|
-
|
62
|
-
free (ts6_result);
|
63
|
-
exit(0);
|
64
|
-
}
|