ffi 1.16.3 → 1.17.0-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (550) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data/CHANGELOG.md +42 -0
  4. data/Gemfile +9 -2
  5. data/README.md +1 -1
  6. data/Rakefile +17 -5
  7. data/lib/ffi/autopointer.rb +1 -9
  8. data/lib/ffi/dynamic_library.rb +34 -5
  9. data/lib/ffi/enum.rb +0 -1
  10. data/lib/ffi/function.rb +1 -1
  11. data/lib/ffi/io.rb +2 -2
  12. data/lib/ffi/library.rb +23 -23
  13. data/lib/ffi/platform/aarch64-linux/types.conf +74 -3
  14. data/lib/ffi/pointer.rb +6 -6
  15. data/lib/ffi/struct.rb +4 -4
  16. data/lib/ffi/struct_layout.rb +2 -2
  17. data/lib/ffi/struct_layout_builder.rb +8 -8
  18. data/lib/ffi/types.rb +51 -49
  19. data/lib/ffi/version.rb +1 -1
  20. data/sig/ffi/abstract_memory.rbs +165 -0
  21. data/sig/ffi/auto_pointer.rbs +27 -0
  22. data/sig/ffi/buffer.rbs +18 -0
  23. data/sig/ffi/data_converter.rbs +10 -0
  24. data/sig/ffi/dynamic_library.rbs +9 -0
  25. data/sig/ffi/enum.rbs +38 -0
  26. data/sig/ffi/function.rbs +39 -0
  27. data/sig/ffi/library.rbs +42 -0
  28. data/sig/ffi/native_type.rbs +86 -0
  29. data/sig/ffi/pointer.rbs +42 -0
  30. data/sig/ffi/struct.rbs +76 -0
  31. data/sig/ffi/struct_by_reference.rbs +11 -0
  32. data/sig/ffi/struct_by_value.rbs +7 -0
  33. data/sig/ffi/struct_layout.rbs +9 -0
  34. data/sig/ffi/struct_layout_builder.rbs +5 -0
  35. data/sig/ffi/type.rbs +39 -0
  36. data/sig/ffi.rbs +26 -0
  37. data.tar.gz.sig +0 -0
  38. metadata +34 -532
  39. metadata.gz.sig +0 -0
  40. data/ext/ffi_c/AbstractMemory.c +0 -1128
  41. data/ext/ffi_c/AbstractMemory.h +0 -176
  42. data/ext/ffi_c/ArrayType.c +0 -198
  43. data/ext/ffi_c/ArrayType.h +0 -60
  44. data/ext/ffi_c/Buffer.c +0 -417
  45. data/ext/ffi_c/Call.c +0 -498
  46. data/ext/ffi_c/Call.h +0 -107
  47. data/ext/ffi_c/ClosurePool.c +0 -333
  48. data/ext/ffi_c/ClosurePool.h +0 -59
  49. data/ext/ffi_c/DynamicLibrary.c +0 -397
  50. data/ext/ffi_c/DynamicLibrary.h +0 -98
  51. data/ext/ffi_c/Function.c +0 -1063
  52. data/ext/ffi_c/Function.h +0 -84
  53. data/ext/ffi_c/FunctionInfo.c +0 -322
  54. data/ext/ffi_c/LastError.c +0 -243
  55. data/ext/ffi_c/LastError.h +0 -47
  56. data/ext/ffi_c/LongDouble.c +0 -65
  57. data/ext/ffi_c/LongDouble.h +0 -47
  58. data/ext/ffi_c/MappedType.c +0 -211
  59. data/ext/ffi_c/MappedType.h +0 -57
  60. data/ext/ffi_c/MemoryPointer.c +0 -219
  61. data/ext/ffi_c/MemoryPointer.h +0 -49
  62. data/ext/ffi_c/MethodHandle.c +0 -350
  63. data/ext/ffi_c/MethodHandle.h +0 -56
  64. data/ext/ffi_c/Platform.c +0 -78
  65. data/ext/ffi_c/Platform.h +0 -45
  66. data/ext/ffi_c/Pointer.c +0 -546
  67. data/ext/ffi_c/Pointer.h +0 -60
  68. data/ext/ffi_c/Struct.c +0 -897
  69. data/ext/ffi_c/Struct.h +0 -115
  70. data/ext/ffi_c/StructByValue.c +0 -177
  71. data/ext/ffi_c/StructByValue.h +0 -55
  72. data/ext/ffi_c/StructLayout.c +0 -769
  73. data/ext/ffi_c/Thread.c +0 -129
  74. data/ext/ffi_c/Thread.h +0 -76
  75. data/ext/ffi_c/Type.c +0 -447
  76. data/ext/ffi_c/Type.h +0 -63
  77. data/ext/ffi_c/Types.c +0 -138
  78. data/ext/ffi_c/Types.h +0 -88
  79. data/ext/ffi_c/Variadic.c +0 -345
  80. data/ext/ffi_c/compat.h +0 -82
  81. data/ext/ffi_c/extconf.rb +0 -115
  82. data/ext/ffi_c/ffi.c +0 -97
  83. data/ext/ffi_c/libffi/.appveyor/site.exp +0 -16
  84. data/ext/ffi_c/libffi/.appveyor/unix-noexec.exp +0 -7
  85. data/ext/ffi_c/libffi/.appveyor.yml +0 -84
  86. data/ext/ffi_c/libffi/.ci/ar-lib +0 -270
  87. data/ext/ffi_c/libffi/.ci/bfin-sim.exp +0 -58
  88. data/ext/ffi_c/libffi/.ci/build-cross-in-container.sh +0 -18
  89. data/ext/ffi_c/libffi/.ci/build-in-container.sh +0 -10
  90. data/ext/ffi_c/libffi/.ci/build.sh +0 -124
  91. data/ext/ffi_c/libffi/.ci/compile +0 -351
  92. data/ext/ffi_c/libffi/.ci/install.sh +0 -78
  93. data/ext/ffi_c/libffi/.ci/m32r-sim.exp +0 -58
  94. data/ext/ffi_c/libffi/.ci/moxie-sim.exp +0 -60
  95. data/ext/ffi_c/libffi/.ci/msvs-detect +0 -1103
  96. data/ext/ffi_c/libffi/.ci/or1k-sim.exp +0 -58
  97. data/ext/ffi_c/libffi/.ci/powerpc-eabisim.exp +0 -58
  98. data/ext/ffi_c/libffi/.ci/site.exp +0 -29
  99. data/ext/ffi_c/libffi/.ci/wine-sim.exp +0 -55
  100. data/ext/ffi_c/libffi/.circleci/config.yml +0 -156
  101. data/ext/ffi_c/libffi/.gitattributes +0 -4
  102. data/ext/ffi_c/libffi/.github/issue_template.md +0 -10
  103. data/ext/ffi_c/libffi/.github/workflows/build.yml +0 -460
  104. data/ext/ffi_c/libffi/.github/workflows/emscripten.yml +0 -171
  105. data/ext/ffi_c/libffi/.gitignore +0 -46
  106. data/ext/ffi_c/libffi/ChangeLog.old +0 -7407
  107. data/ext/ffi_c/libffi/LICENSE +0 -21
  108. data/ext/ffi_c/libffi/LICENSE-BUILDTOOLS +0 -353
  109. data/ext/ffi_c/libffi/Makefile.am +0 -157
  110. data/ext/ffi_c/libffi/Makefile.in +0 -2127
  111. data/ext/ffi_c/libffi/README.md +0 -526
  112. data/ext/ffi_c/libffi/acinclude.m4 +0 -377
  113. data/ext/ffi_c/libffi/autogen.sh +0 -2
  114. data/ext/ffi_c/libffi/compile +0 -348
  115. data/ext/ffi_c/libffi/config.guess +0 -1754
  116. data/ext/ffi_c/libffi/config.sub +0 -1892
  117. data/ext/ffi_c/libffi/configure +0 -22791
  118. data/ext/ffi_c/libffi/configure.ac +0 -451
  119. data/ext/ffi_c/libffi/configure.host +0 -337
  120. data/ext/ffi_c/libffi/doc/Makefile.am +0 -3
  121. data/ext/ffi_c/libffi/doc/Makefile.in +0 -818
  122. data/ext/ffi_c/libffi/doc/libffi.texi +0 -1046
  123. data/ext/ffi_c/libffi/doc/version.texi +0 -4
  124. data/ext/ffi_c/libffi/fficonfig.h.in +0 -188
  125. data/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +0 -312
  126. data/ext/ffi_c/libffi/include/Makefile.am +0 -9
  127. data/ext/ffi_c/libffi/include/Makefile.in +0 -609
  128. data/ext/ffi_c/libffi/include/ffi.h.in +0 -527
  129. data/ext/ffi_c/libffi/include/ffi_cfi.h +0 -76
  130. data/ext/ffi_c/libffi/include/ffi_common.h +0 -182
  131. data/ext/ffi_c/libffi/include/tramp.h +0 -45
  132. data/ext/ffi_c/libffi/install-sh +0 -541
  133. data/ext/ffi_c/libffi/libffi.map.in +0 -76
  134. data/ext/ffi_c/libffi/libffi.pc.in +0 -11
  135. data/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +0 -997
  136. data/ext/ffi_c/libffi/libtool-ldflags +0 -106
  137. data/ext/ffi_c/libffi/libtool-version +0 -29
  138. data/ext/ffi_c/libffi/ltmain.sh +0 -11448
  139. data/ext/ffi_c/libffi/m4/asmcfi.m4 +0 -13
  140. data/ext/ffi_c/libffi/m4/ax_append_flag.m4 +0 -50
  141. data/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +0 -198
  142. data/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +0 -158
  143. data/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +0 -53
  144. data/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +0 -119
  145. data/ext/ffi_c/libffi/m4/ax_configure_args.m4 +0 -49
  146. data/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +0 -302
  147. data/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +0 -267
  148. data/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +0 -89
  149. data/ext/ffi_c/libffi/m4/ax_prepend_flag.m4 +0 -51
  150. data/ext/ffi_c/libffi/m4/ax_require_defined.m4 +0 -37
  151. data/ext/ffi_c/libffi/make_sunver.pl +0 -333
  152. data/ext/ffi_c/libffi/man/Makefile.am +0 -8
  153. data/ext/ffi_c/libffi/man/Makefile.in +0 -565
  154. data/ext/ffi_c/libffi/man/ffi.3 +0 -41
  155. data/ext/ffi_c/libffi/man/ffi_call.3 +0 -103
  156. data/ext/ffi_c/libffi/man/ffi_prep_cif.3 +0 -68
  157. data/ext/ffi_c/libffi/man/ffi_prep_cif_var.3 +0 -73
  158. data/ext/ffi_c/libffi/missing +0 -215
  159. data/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.sln +0 -33
  160. data/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj +0 -130
  161. data/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.filters +0 -57
  162. data/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.user +0 -4
  163. data/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/ffi.h +0 -511
  164. data/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/fficonfig.h +0 -219
  165. data/ext/ffi_c/libffi/msvcc.sh +0 -353
  166. data/ext/ffi_c/libffi/src/aarch64/ffi.c +0 -1129
  167. data/ext/ffi_c/libffi/src/aarch64/ffitarget.h +0 -97
  168. data/ext/ffi_c/libffi/src/aarch64/internal.h +0 -100
  169. data/ext/ffi_c/libffi/src/aarch64/sysv.S +0 -543
  170. data/ext/ffi_c/libffi/src/aarch64/win64_armasm.S +0 -506
  171. data/ext/ffi_c/libffi/src/alpha/ffi.c +0 -521
  172. data/ext/ffi_c/libffi/src/alpha/ffitarget.h +0 -57
  173. data/ext/ffi_c/libffi/src/alpha/internal.h +0 -23
  174. data/ext/ffi_c/libffi/src/alpha/osf.S +0 -282
  175. data/ext/ffi_c/libffi/src/arc/arcompact.S +0 -210
  176. data/ext/ffi_c/libffi/src/arc/ffi.c +0 -443
  177. data/ext/ffi_c/libffi/src/arc/ffitarget.h +0 -67
  178. data/ext/ffi_c/libffi/src/arm/ffi.c +0 -921
  179. data/ext/ffi_c/libffi/src/arm/ffitarget.h +0 -89
  180. data/ext/ffi_c/libffi/src/arm/internal.h +0 -17
  181. data/ext/ffi_c/libffi/src/arm/sysv.S +0 -456
  182. data/ext/ffi_c/libffi/src/arm/sysv_msvc_arm32.S +0 -311
  183. data/ext/ffi_c/libffi/src/avr32/ffi.c +0 -423
  184. data/ext/ffi_c/libffi/src/avr32/ffitarget.h +0 -55
  185. data/ext/ffi_c/libffi/src/avr32/sysv.S +0 -208
  186. data/ext/ffi_c/libffi/src/bfin/ffi.c +0 -196
  187. data/ext/ffi_c/libffi/src/bfin/ffitarget.h +0 -43
  188. data/ext/ffi_c/libffi/src/bfin/sysv.S +0 -179
  189. data/ext/ffi_c/libffi/src/closures.c +0 -1107
  190. data/ext/ffi_c/libffi/src/cris/ffi.c +0 -386
  191. data/ext/ffi_c/libffi/src/cris/ffitarget.h +0 -56
  192. data/ext/ffi_c/libffi/src/cris/sysv.S +0 -215
  193. data/ext/ffi_c/libffi/src/csky/ffi.c +0 -395
  194. data/ext/ffi_c/libffi/src/csky/ffitarget.h +0 -63
  195. data/ext/ffi_c/libffi/src/csky/sysv.S +0 -371
  196. data/ext/ffi_c/libffi/src/debug.c +0 -64
  197. data/ext/ffi_c/libffi/src/dlmalloc.c +0 -5171
  198. data/ext/ffi_c/libffi/src/frv/eabi.S +0 -128
  199. data/ext/ffi_c/libffi/src/frv/ffi.c +0 -292
  200. data/ext/ffi_c/libffi/src/frv/ffitarget.h +0 -62
  201. data/ext/ffi_c/libffi/src/ia64/ffi.c +0 -616
  202. data/ext/ffi_c/libffi/src/ia64/ffitarget.h +0 -56
  203. data/ext/ffi_c/libffi/src/ia64/ia64_flags.h +0 -40
  204. data/ext/ffi_c/libffi/src/ia64/unix.S +0 -585
  205. data/ext/ffi_c/libffi/src/java_raw_api.c +0 -374
  206. data/ext/ffi_c/libffi/src/kvx/asm.h +0 -5
  207. data/ext/ffi_c/libffi/src/kvx/ffi.c +0 -273
  208. data/ext/ffi_c/libffi/src/kvx/ffitarget.h +0 -75
  209. data/ext/ffi_c/libffi/src/kvx/sysv.S +0 -127
  210. data/ext/ffi_c/libffi/src/loongarch64/ffi.c +0 -621
  211. data/ext/ffi_c/libffi/src/loongarch64/ffitarget.h +0 -82
  212. data/ext/ffi_c/libffi/src/loongarch64/sysv.S +0 -327
  213. data/ext/ffi_c/libffi/src/m32r/ffi.c +0 -249
  214. data/ext/ffi_c/libffi/src/m32r/ffitarget.h +0 -53
  215. data/ext/ffi_c/libffi/src/m32r/sysv.S +0 -121
  216. data/ext/ffi_c/libffi/src/m68k/ffi.c +0 -362
  217. data/ext/ffi_c/libffi/src/m68k/ffitarget.h +0 -54
  218. data/ext/ffi_c/libffi/src/m68k/sysv.S +0 -357
  219. data/ext/ffi_c/libffi/src/m88k/ffi.c +0 -400
  220. data/ext/ffi_c/libffi/src/m88k/ffitarget.h +0 -49
  221. data/ext/ffi_c/libffi/src/m88k/obsd.S +0 -209
  222. data/ext/ffi_c/libffi/src/metag/ffi.c +0 -330
  223. data/ext/ffi_c/libffi/src/metag/ffitarget.h +0 -53
  224. data/ext/ffi_c/libffi/src/metag/sysv.S +0 -311
  225. data/ext/ffi_c/libffi/src/microblaze/ffi.c +0 -321
  226. data/ext/ffi_c/libffi/src/microblaze/ffitarget.h +0 -53
  227. data/ext/ffi_c/libffi/src/microblaze/sysv.S +0 -302
  228. data/ext/ffi_c/libffi/src/mips/ffi.c +0 -1309
  229. data/ext/ffi_c/libffi/src/mips/ffitarget.h +0 -251
  230. data/ext/ffi_c/libffi/src/mips/n32.S +0 -772
  231. data/ext/ffi_c/libffi/src/mips/o32.S +0 -561
  232. data/ext/ffi_c/libffi/src/moxie/eabi.S +0 -101
  233. data/ext/ffi_c/libffi/src/moxie/ffi.c +0 -310
  234. data/ext/ffi_c/libffi/src/moxie/ffitarget.h +0 -52
  235. data/ext/ffi_c/libffi/src/nios2/ffi.c +0 -304
  236. data/ext/ffi_c/libffi/src/nios2/ffitarget.h +0 -52
  237. data/ext/ffi_c/libffi/src/nios2/sysv.S +0 -136
  238. data/ext/ffi_c/libffi/src/or1k/ffi.c +0 -341
  239. data/ext/ffi_c/libffi/src/or1k/ffitarget.h +0 -58
  240. data/ext/ffi_c/libffi/src/or1k/sysv.S +0 -107
  241. data/ext/ffi_c/libffi/src/pa/ffi.c +0 -673
  242. data/ext/ffi_c/libffi/src/pa/ffi64.c +0 -614
  243. data/ext/ffi_c/libffi/src/pa/ffitarget.h +0 -94
  244. data/ext/ffi_c/libffi/src/pa/hpux32.S +0 -417
  245. data/ext/ffi_c/libffi/src/pa/hpux64.S +0 -681
  246. data/ext/ffi_c/libffi/src/pa/linux.S +0 -427
  247. data/ext/ffi_c/libffi/src/powerpc/aix.S +0 -566
  248. data/ext/ffi_c/libffi/src/powerpc/aix_closure.S +0 -694
  249. data/ext/ffi_c/libffi/src/powerpc/asm.h +0 -125
  250. data/ext/ffi_c/libffi/src/powerpc/darwin.S +0 -378
  251. data/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +0 -571
  252. data/ext/ffi_c/libffi/src/powerpc/ffi.c +0 -175
  253. data/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +0 -1452
  254. data/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +0 -1153
  255. data/ext/ffi_c/libffi/src/powerpc/ffi_powerpc.h +0 -105
  256. data/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +0 -923
  257. data/ext/ffi_c/libffi/src/powerpc/ffitarget.h +0 -204
  258. data/ext/ffi_c/libffi/src/powerpc/linux64.S +0 -293
  259. data/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +0 -566
  260. data/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +0 -397
  261. data/ext/ffi_c/libffi/src/powerpc/sysv.S +0 -173
  262. data/ext/ffi_c/libffi/src/powerpc/t-aix +0 -5
  263. data/ext/ffi_c/libffi/src/prep_cif.c +0 -283
  264. data/ext/ffi_c/libffi/src/raw_api.c +0 -267
  265. data/ext/ffi_c/libffi/src/riscv/ffi.c +0 -514
  266. data/ext/ffi_c/libffi/src/riscv/ffitarget.h +0 -69
  267. data/ext/ffi_c/libffi/src/riscv/sysv.S +0 -293
  268. data/ext/ffi_c/libffi/src/s390/ffi.c +0 -756
  269. data/ext/ffi_c/libffi/src/s390/ffitarget.h +0 -70
  270. data/ext/ffi_c/libffi/src/s390/internal.h +0 -11
  271. data/ext/ffi_c/libffi/src/s390/sysv.S +0 -325
  272. data/ext/ffi_c/libffi/src/sh/ffi.c +0 -717
  273. data/ext/ffi_c/libffi/src/sh/ffitarget.h +0 -54
  274. data/ext/ffi_c/libffi/src/sh/sysv.S +0 -850
  275. data/ext/ffi_c/libffi/src/sh64/ffi.c +0 -469
  276. data/ext/ffi_c/libffi/src/sh64/ffitarget.h +0 -58
  277. data/ext/ffi_c/libffi/src/sh64/sysv.S +0 -539
  278. data/ext/ffi_c/libffi/src/sparc/ffi.c +0 -468
  279. data/ext/ffi_c/libffi/src/sparc/ffi64.c +0 -624
  280. data/ext/ffi_c/libffi/src/sparc/ffitarget.h +0 -81
  281. data/ext/ffi_c/libffi/src/sparc/internal.h +0 -26
  282. data/ext/ffi_c/libffi/src/sparc/v8.S +0 -443
  283. data/ext/ffi_c/libffi/src/sparc/v9.S +0 -440
  284. data/ext/ffi_c/libffi/src/tile/ffi.c +0 -355
  285. data/ext/ffi_c/libffi/src/tile/ffitarget.h +0 -65
  286. data/ext/ffi_c/libffi/src/tile/tile.S +0 -360
  287. data/ext/ffi_c/libffi/src/tramp.c +0 -716
  288. data/ext/ffi_c/libffi/src/types.c +0 -108
  289. data/ext/ffi_c/libffi/src/vax/elfbsd.S +0 -195
  290. data/ext/ffi_c/libffi/src/vax/ffi.c +0 -276
  291. data/ext/ffi_c/libffi/src/vax/ffitarget.h +0 -49
  292. data/ext/ffi_c/libffi/src/wasm32/ffi.c +0 -934
  293. data/ext/ffi_c/libffi/src/wasm32/ffitarget.h +0 -62
  294. data/ext/ffi_c/libffi/src/x86/asmnames.h +0 -30
  295. data/ext/ffi_c/libffi/src/x86/ffi.c +0 -832
  296. data/ext/ffi_c/libffi/src/x86/ffi64.c +0 -950
  297. data/ext/ffi_c/libffi/src/x86/ffitarget.h +0 -164
  298. data/ext/ffi_c/libffi/src/x86/ffiw64.c +0 -361
  299. data/ext/ffi_c/libffi/src/x86/internal.h +0 -43
  300. data/ext/ffi_c/libffi/src/x86/internal64.h +0 -36
  301. data/ext/ffi_c/libffi/src/x86/sysv.S +0 -1272
  302. data/ext/ffi_c/libffi/src/x86/sysv_intel.S +0 -998
  303. data/ext/ffi_c/libffi/src/x86/unix64.S +0 -711
  304. data/ext/ffi_c/libffi/src/x86/win64.S +0 -254
  305. data/ext/ffi_c/libffi/src/x86/win64_intel.S +0 -238
  306. data/ext/ffi_c/libffi/src/xtensa/ffi.c +0 -306
  307. data/ext/ffi_c/libffi/src/xtensa/ffitarget.h +0 -57
  308. data/ext/ffi_c/libffi/src/xtensa/sysv.S +0 -268
  309. data/ext/ffi_c/libffi/stamp-h.in +0 -1
  310. data/ext/ffi_c/libffi/testsuite/Makefile.am +0 -135
  311. data/ext/ffi_c/libffi/testsuite/Makefile.in +0 -664
  312. data/ext/ffi_c/libffi/testsuite/config/default.exp +0 -1
  313. data/ext/ffi_c/libffi/testsuite/emscripten/build-tests.sh +0 -54
  314. data/ext/ffi_c/libffi/testsuite/emscripten/build.sh +0 -63
  315. data/ext/ffi_c/libffi/testsuite/emscripten/conftest.py +0 -80
  316. data/ext/ffi_c/libffi/testsuite/emscripten/node-tests.sh +0 -48
  317. data/ext/ffi_c/libffi/testsuite/emscripten/test.html +0 -7
  318. data/ext/ffi_c/libffi/testsuite/emscripten/test_libffi.py +0 -51
  319. data/ext/ffi_c/libffi/testsuite/lib/libffi.exp +0 -682
  320. data/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +0 -283
  321. data/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +0 -45
  322. data/ext/ffi_c/libffi/testsuite/libffi.bhaible/Makefile +0 -28
  323. data/ext/ffi_c/libffi/testsuite/libffi.bhaible/README +0 -78
  324. data/ext/ffi_c/libffi/testsuite/libffi.bhaible/alignof.h +0 -50
  325. data/ext/ffi_c/libffi/testsuite/libffi.bhaible/bhaible.exp +0 -63
  326. data/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-call.c +0 -1746
  327. data/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-callback.c +0 -2885
  328. data/ext/ffi_c/libffi/testsuite/libffi.bhaible/testcases.c +0 -747
  329. data/ext/ffi_c/libffi/testsuite/libffi.call/align_mixed.c +0 -46
  330. data/ext/ffi_c/libffi/testsuite/libffi.call/align_stdcall.c +0 -46
  331. data/ext/ffi_c/libffi/testsuite/libffi.call/bpo_38748.c +0 -41
  332. data/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +0 -54
  333. data/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +0 -26
  334. data/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +0 -163
  335. data/ext/ffi_c/libffi/testsuite/libffi.call/float.c +0 -59
  336. data/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +0 -60
  337. data/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +0 -61
  338. data/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +0 -74
  339. data/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +0 -62
  340. data/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +0 -110
  341. data/ext/ffi_c/libffi/testsuite/libffi.call/many.c +0 -59
  342. data/ext/ffi_c/libffi/testsuite/libffi.call/many2.c +0 -57
  343. data/ext/ffi_c/libffi/testsuite/libffi.call/many_double.c +0 -70
  344. data/ext/ffi_c/libffi/testsuite/libffi.call/many_mixed.c +0 -78
  345. data/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +0 -52
  346. data/ext/ffi_c/libffi/testsuite/libffi.call/offsets.c +0 -46
  347. data/ext/ffi_c/libffi/testsuite/libffi.call/pr1172638.c +0 -127
  348. data/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +0 -59
  349. data/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc_tc.c +0 -114
  350. data/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +0 -36
  351. data/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +0 -43
  352. data/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +0 -42
  353. data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +0 -35
  354. data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +0 -36
  355. data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +0 -49
  356. data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +0 -42
  357. data/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +0 -34
  358. data/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +0 -41
  359. data/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +0 -48
  360. data/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +0 -36
  361. data/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +0 -42
  362. data/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +0 -38
  363. data/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +0 -42
  364. data/ext/ffi_c/libffi/testsuite/libffi.call/s55.c +0 -60
  365. data/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +0 -43
  366. data/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +0 -49
  367. data/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +0 -49
  368. data/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +0 -55
  369. data/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +0 -67
  370. data/ext/ffi_c/libffi/testsuite/libffi.call/struct10.c +0 -57
  371. data/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +0 -67
  372. data/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +0 -60
  373. data/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +0 -64
  374. data/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +0 -66
  375. data/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +0 -64
  376. data/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +0 -74
  377. data/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +0 -81
  378. data/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +0 -68
  379. data/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_2.c +0 -63
  380. data/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3.c +0 -65
  381. data/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3f.c +0 -65
  382. data/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4.c +0 -67
  383. data/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4f.c +0 -67
  384. data/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_big.c +0 -93
  385. data/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_small.c +0 -61
  386. data/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_2H.c +0 -63
  387. data/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_8H.c +0 -90
  388. data/ext/ffi_c/libffi/testsuite/libffi.call/uninitialized.c +0 -61
  389. data/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +0 -78
  390. data/ext/ffi_c/libffi/testsuite/libffi.call/va_2.c +0 -220
  391. data/ext/ffi_c/libffi/testsuite/libffi.call/va_3.c +0 -154
  392. data/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +0 -134
  393. data/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +0 -134
  394. data/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +0 -140
  395. data/ext/ffi_c/libffi/testsuite/libffi.closures/closure.exp +0 -67
  396. data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn0.c +0 -90
  397. data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn1.c +0 -83
  398. data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn2.c +0 -83
  399. data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn3.c +0 -102
  400. data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn4.c +0 -91
  401. data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn5.c +0 -94
  402. data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn6.c +0 -92
  403. data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_loc_fn0.c +0 -96
  404. data/ext/ffi_c/libffi/testsuite/libffi.closures/closure_simple.c +0 -61
  405. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_12byte.c +0 -112
  406. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_16byte.c +0 -117
  407. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_18byte.c +0 -120
  408. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_19byte.c +0 -131
  409. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_1_1byte.c +0 -93
  410. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte.c +0 -109
  411. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte1.c +0 -113
  412. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_24byte.c +0 -145
  413. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_2byte.c +0 -103
  414. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3_1byte.c +0 -114
  415. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte1.c +0 -103
  416. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte2.c +0 -103
  417. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3float.c +0 -113
  418. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4_1byte.c +0 -120
  419. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4byte.c +0 -103
  420. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5_1_byte.c +0 -137
  421. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5byte.c +0 -116
  422. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_64byte.c +0 -148
  423. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6_1_byte.c +0 -140
  424. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6byte.c +0 -121
  425. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7_1_byte.c +0 -155
  426. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7byte.c +0 -121
  427. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_8byte.c +0 -102
  428. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte1.c +0 -103
  429. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte2.c +0 -103
  430. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_double.c +0 -111
  431. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_float.c +0 -109
  432. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble.c +0 -111
  433. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split.c +0 -147
  434. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split2.c +0 -152
  435. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_pointer.c +0 -113
  436. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint16.c +0 -108
  437. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint32.c +0 -106
  438. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint64.c +0 -109
  439. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint16.c +0 -108
  440. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint32.c +0 -109
  441. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint64.c +0 -111
  442. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_dbls_struct.c +0 -68
  443. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double.c +0 -43
  444. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double_va.c +0 -69
  445. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_float.c +0 -46
  446. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble.c +0 -115
  447. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble_va.c +0 -80
  448. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_args.c +0 -70
  449. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_float_double.c +0 -55
  450. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_schar.c +0 -78
  451. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshort.c +0 -79
  452. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshortchar.c +0 -94
  453. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_uchar.c +0 -99
  454. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushort.c +0 -78
  455. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushortchar.c +0 -94
  456. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer.c +0 -79
  457. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer_stack.c +0 -152
  458. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_schar.c +0 -47
  459. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sint.c +0 -44
  460. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sshort.c +0 -45
  461. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_struct_va1.c +0 -125
  462. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uchar.c +0 -45
  463. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint.c +0 -47
  464. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint_va.c +0 -49
  465. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulong_va.c +0 -49
  466. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulonglong.c +0 -49
  467. data/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ushort.c +0 -46
  468. data/ext/ffi_c/libffi/testsuite/libffi.closures/err_bad_abi.c +0 -36
  469. data/ext/ffi_c/libffi/testsuite/libffi.closures/ffitest.h +0 -1
  470. data/ext/ffi_c/libffi/testsuite/libffi.closures/huge_struct.c +0 -343
  471. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct.c +0 -175
  472. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct1.c +0 -161
  473. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct10.c +0 -146
  474. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct11.c +0 -137
  475. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct12.c +0 -86
  476. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct13.c +0 -115
  477. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct2.c +0 -119
  478. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct3.c +0 -120
  479. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct4.c +0 -120
  480. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct5.c +0 -121
  481. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct6.c +0 -142
  482. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct7.c +0 -120
  483. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct8.c +0 -142
  484. data/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct9.c +0 -142
  485. data/ext/ffi_c/libffi/testsuite/libffi.closures/problem1.c +0 -90
  486. data/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs1.c +0 -86
  487. data/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs2.c +0 -102
  488. data/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs3.c +0 -101
  489. data/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large.c +0 -145
  490. data/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large2.c +0 -148
  491. data/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium.c +0 -124
  492. data/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium2.c +0 -125
  493. data/ext/ffi_c/libffi/testsuite/libffi.closures/testclosure.c +0 -75
  494. data/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest.cc +0 -118
  495. data/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest_ffi_call.cc +0 -55
  496. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex.inc +0 -91
  497. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_double.c +0 -10
  498. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_float.c +0 -10
  499. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_longdouble.c +0 -10
  500. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex.inc +0 -42
  501. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_double.c +0 -10
  502. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_float.c +0 -10
  503. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_longdouble.c +0 -10
  504. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct.inc +0 -71
  505. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_double.c +0 -10
  506. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_float.c +0 -10
  507. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_longdouble.c +0 -10
  508. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va.inc +0 -80
  509. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_double.c +0 -10
  510. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_float.c +0 -16
  511. data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_longdouble.c +0 -10
  512. data/ext/ffi_c/libffi/testsuite/libffi.complex/complex.exp +0 -36
  513. data/ext/ffi_c/libffi/testsuite/libffi.complex/complex.inc +0 -51
  514. data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_double.inc +0 -7
  515. data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_float.inc +0 -7
  516. data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_longdouble.inc +0 -7
  517. data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_double.c +0 -10
  518. data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_float.c +0 -10
  519. data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +0 -86
  520. data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_longdouble.c +0 -10
  521. data/ext/ffi_c/libffi/testsuite/libffi.complex/ffitest.h +0 -1
  522. data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex.inc +0 -78
  523. data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_double.c +0 -10
  524. data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_float.c +0 -10
  525. data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_longdouble.c +0 -10
  526. data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex.inc +0 -37
  527. data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1.inc +0 -41
  528. data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_double.c +0 -10
  529. data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_float.c +0 -10
  530. data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_longdouble.c +0 -10
  531. data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2.inc +0 -44
  532. data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_double.c +0 -10
  533. data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_float.c +0 -10
  534. data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_longdouble.c +0 -10
  535. data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_double.c +0 -10
  536. data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_float.c +0 -10
  537. data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_longdouble.c +0 -10
  538. data/ext/ffi_c/libffi/testsuite/libffi.go/aa-direct.c +0 -34
  539. data/ext/ffi_c/libffi/testsuite/libffi.go/closure1.c +0 -28
  540. data/ext/ffi_c/libffi/testsuite/libffi.go/ffitest.h +0 -1
  541. data/ext/ffi_c/libffi/testsuite/libffi.go/go.exp +0 -36
  542. data/ext/ffi_c/libffi/testsuite/libffi.go/static-chain.h +0 -19
  543. data/ext/ffi_c/libffi.bsd.mk +0 -40
  544. data/ext/ffi_c/libffi.darwin.mk +0 -105
  545. data/ext/ffi_c/libffi.gnu.mk +0 -32
  546. data/ext/ffi_c/libffi.mk +0 -18
  547. data/ext/ffi_c/libffi.vc.mk +0 -26
  548. data/ext/ffi_c/libffi.vc64.mk +0 -26
  549. data/ext/ffi_c/rbffi.h +0 -55
  550. data/ext/ffi_c/rbffi_endian.h +0 -59
@@ -1,86 +0,0 @@
1
- /* Area: ffi_call, closure_call
2
- Purpose: Single argument structs have a different ABI in emscripten.
3
- Limitations: none.
4
- PR: none.
5
- Originator: <hood@mit.edu> */
6
-
7
- /* { dg-do run } */
8
- #include "ffitest.h"
9
-
10
- typedef struct A {
11
- int a;
12
- } A;
13
-
14
- static struct A A_fn(int b0, struct A b1)
15
- {
16
- b1.a += b0;
17
- return b1;
18
- }
19
-
20
- static void
21
- A_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
22
- void* userdata __UNUSED__)
23
- {
24
- int b0;
25
- struct A b1;
26
-
27
- b0 = *(int*)(args[0]);
28
- b1 = *(struct A*)(args[1]);
29
-
30
- *(A*)resp = A_fn(b0, b1);
31
- }
32
-
33
- int main (void)
34
- {
35
- printf("123\n");
36
- ffi_cif cif;
37
- void *code;
38
- ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code);
39
- void* args_dbl[3];
40
- ffi_type* cls_struct_fields[2];
41
- ffi_type cls_struct_type;
42
- ffi_type* dbl_arg_types[3];
43
-
44
- int e_dbl = 12125;
45
- struct A f_dbl = { 31625 };
46
-
47
- struct A res_dbl;
48
-
49
- cls_struct_type.size = 0;
50
- cls_struct_type.alignment = 0;
51
- cls_struct_type.type = FFI_TYPE_STRUCT;
52
- cls_struct_type.elements = cls_struct_fields;
53
-
54
- cls_struct_fields[0] = &ffi_type_sint;
55
- cls_struct_fields[1] = NULL;
56
-
57
- dbl_arg_types[0] = &ffi_type_sint;
58
- dbl_arg_types[1] = &cls_struct_type;
59
- dbl_arg_types[2] = NULL;
60
-
61
- res_dbl = A_fn(e_dbl, f_dbl);
62
- printf("0 res: %d\n", res_dbl.a);
63
- /* { dg-output "0 res: 43750" } */
64
-
65
- CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
66
- dbl_arg_types) == FFI_OK);
67
-
68
- args_dbl[0] = &e_dbl;
69
- args_dbl[1] = &f_dbl;
70
- args_dbl[2] = NULL;
71
-
72
-
73
- ffi_call(&cif, FFI_FN(A_fn), &res_dbl, args_dbl);
74
- printf("1 res: %d\n", res_dbl.a);
75
- /* { dg-output "\n1 res: 43750" } */
76
- CHECK( res_dbl.a == (e_dbl + f_dbl.a));
77
-
78
- CHECK(ffi_prep_closure_loc(pcl, &cif, A_gn, NULL, code) == FFI_OK);
79
-
80
- res_dbl = ((A(*)(int, A))(code))(e_dbl, f_dbl);
81
- printf("2 res: %d\n", res_dbl.a);
82
- /* { dg-output "\n2 res: 43750" } */
83
- CHECK( res_dbl.a == (e_dbl + f_dbl.a));
84
-
85
- exit(0);
86
- }
@@ -1,102 +0,0 @@
1
- /* Area: ffi_call, closure_call
2
- Purpose: Single argument structs have a different ABI in emscripten.
3
- Limitations: none.
4
- PR: none.
5
- Originator: <hood@mit.edu> */
6
-
7
- /* { dg-do run } */
8
- #include "ffitest.h"
9
-
10
- typedef struct A {
11
- int a, b;
12
- } A;
13
-
14
- typedef struct B {
15
- struct A y;
16
- } B;
17
-
18
- static struct B B_fn(int b0, struct B b1)
19
- {
20
- b1.y.a += b0;
21
- b1.y.b -= b0;
22
- return b1;
23
- }
24
-
25
- static void
26
- B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
27
- void* userdata __UNUSED__)
28
- {
29
- int b0;
30
- struct B b1;
31
-
32
- b0 = *(int*)(args[0]);
33
- b1 = *(struct B*)(args[1]);
34
-
35
- *(B*)resp = B_fn(b0, b1);
36
- }
37
-
38
- int main (void)
39
- {
40
- ffi_cif cif;
41
- void *code;
42
- ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code);
43
- void* args_dbl[3];
44
- ffi_type* cls_struct_fields[3];
45
- ffi_type* cls_struct_fields1[2];
46
- ffi_type cls_struct_type, cls_struct_type1;
47
- ffi_type* dbl_arg_types[3];
48
-
49
- int e_dbl = 12125;
50
- struct B f_dbl = { { 31625, 16723 } };
51
-
52
- struct B res_dbl;
53
-
54
- cls_struct_type.size = 0;
55
- cls_struct_type.alignment = 0;
56
- cls_struct_type.type = FFI_TYPE_STRUCT;
57
- cls_struct_type.elements = cls_struct_fields;
58
-
59
- cls_struct_type1.size = 0;
60
- cls_struct_type1.alignment = 0;
61
- cls_struct_type1.type = FFI_TYPE_STRUCT;
62
- cls_struct_type1.elements = cls_struct_fields1;
63
-
64
- cls_struct_fields[0] = &ffi_type_sint;
65
- cls_struct_fields[1] = &ffi_type_sint;
66
- cls_struct_fields[2] = NULL;
67
-
68
- cls_struct_fields1[0] = &cls_struct_type;
69
- cls_struct_fields1[1] = NULL;
70
-
71
-
72
- dbl_arg_types[0] = &ffi_type_sint;
73
- dbl_arg_types[1] = &cls_struct_type1;
74
- dbl_arg_types[2] = NULL;
75
-
76
- res_dbl = B_fn(e_dbl, f_dbl);
77
- printf("0 res: %d %d\n", res_dbl.y.a, res_dbl.y.b);
78
- /* { dg-output "0 res: 43750 4598" } */
79
-
80
- CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type1,
81
- dbl_arg_types) == FFI_OK);
82
-
83
- args_dbl[0] = &e_dbl;
84
- args_dbl[1] = &f_dbl;
85
- args_dbl[2] = NULL;
86
-
87
- ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
88
- printf("1 res: %d %d\n", res_dbl.y.a, res_dbl.y.b);
89
- /* { dg-output "\n1 res: 43750 4598" } */
90
- CHECK( res_dbl.y.a == (f_dbl.y.a + e_dbl));
91
- CHECK( res_dbl.y.b == (f_dbl.y.b - e_dbl));
92
-
93
- CHECK(ffi_prep_closure_loc(pcl, &cif, B_gn, NULL, code) == FFI_OK);
94
-
95
- res_dbl = ((B(*)(int, B))(code))(e_dbl, f_dbl);
96
- printf("2 res: %d %d\n", res_dbl.y.a, res_dbl.y.b);
97
- /* { dg-output "\n2 res: 43750 4598" } */
98
- CHECK( res_dbl.y.a == (f_dbl.y.a + e_dbl));
99
- CHECK( res_dbl.y.b == (f_dbl.y.b - e_dbl));
100
-
101
- exit(0);
102
- }
@@ -1,101 +0,0 @@
1
- /* Area: ffi_call, closure_call
2
- Purpose: Single argument structs have a different ABI in emscripten.
3
- Limitations: none.
4
- PR: none.
5
- Originator: <hood@mit.edu> */
6
-
7
- /* { dg-do run } */
8
- #include "ffitest.h"
9
-
10
- typedef struct A {
11
- int a;
12
- } A;
13
-
14
- typedef struct B {
15
- struct A y;
16
- } B;
17
-
18
- static struct B B_fn(int b0, struct B b1)
19
- {
20
- b1.y.a += b0;
21
- return b1;
22
- }
23
-
24
- static void
25
- B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args,
26
- void* userdata __UNUSED__)
27
- {
28
- int b0;
29
- struct B b1;
30
-
31
- b0 = *(int*)(args[0]);
32
- b1 = *(struct B*)(args[1]);
33
-
34
- *(B*)resp = B_fn(b0, b1);
35
- }
36
-
37
- int main (void)
38
- {
39
- printf("123\n");
40
- ffi_cif cif;
41
- void *code;
42
- ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code);
43
- void* args_dbl[3];
44
- ffi_type* cls_struct_fields[2];
45
- ffi_type* cls_struct_fields1[2];
46
- ffi_type cls_struct_type, cls_struct_type1;
47
- ffi_type* dbl_arg_types[3];
48
-
49
- int e_dbl = 12125;
50
- struct B f_dbl = { { 31625 } };
51
-
52
- struct B res_dbl;
53
-
54
- cls_struct_type.size = 0;
55
- cls_struct_type.alignment = 0;
56
- cls_struct_type.type = FFI_TYPE_STRUCT;
57
- cls_struct_type.elements = cls_struct_fields;
58
-
59
- cls_struct_type1.size = 0;
60
- cls_struct_type1.alignment = 0;
61
- cls_struct_type1.type = FFI_TYPE_STRUCT;
62
- cls_struct_type1.elements = cls_struct_fields1;
63
-
64
- cls_struct_fields[0] = &ffi_type_sint;
65
- cls_struct_fields[1] = NULL;
66
-
67
- cls_struct_fields1[0] = &cls_struct_type;
68
- cls_struct_fields1[1] = NULL;
69
-
70
-
71
- dbl_arg_types[0] = &ffi_type_sint;
72
- dbl_arg_types[1] = &cls_struct_type1;
73
- dbl_arg_types[2] = NULL;
74
-
75
- res_dbl = B_fn(e_dbl, f_dbl);
76
- printf("0 res: %d\n", res_dbl.y.a);
77
- /* { dg-output "0 res: 43750" } */
78
-
79
-
80
- CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type1,
81
- dbl_arg_types) == FFI_OK);
82
-
83
- args_dbl[0] = &e_dbl;
84
- args_dbl[1] = &f_dbl;
85
- args_dbl[2] = NULL;
86
-
87
-
88
- ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
89
- printf("1 res: %d\n", res_dbl.y.a);
90
- /* { dg-output "\n1 res: 43750" } */
91
- CHECK( res_dbl.y.a == (e_dbl + f_dbl.y.a));
92
-
93
- CHECK(ffi_prep_closure_loc(pcl, &cif, B_gn, NULL, code) == FFI_OK);
94
-
95
- res_dbl = ((B(*)(int, B))(code))(e_dbl, f_dbl);
96
- printf("2 res: %d\n", res_dbl.y.a);
97
- /* { dg-output "\n2 res: 43750" } */
98
- CHECK( res_dbl.y.a == (e_dbl + f_dbl.y.a));
99
-
100
- exit(0);
101
- }
@@ -1,145 +0,0 @@
1
- /* Area: ffi_call, closure_call
2
- Purpose: Check structure returning with different structure size.
3
- Depending on the ABI. Check bigger struct which overlaps
4
- the gp and fp register count on Darwin/AIX/ppc64.
5
- Limitations: none.
6
- PR: none.
7
- Originator: Blake Chaffin 6/21/2007 */
8
-
9
- /* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
10
- #include "ffitest.h"
11
-
12
- /* 13 FPRs: 104 bytes */
13
- /* 14 FPRs: 112 bytes */
14
-
15
- typedef struct struct_108byte {
16
- double a;
17
- double b;
18
- double c;
19
- double d;
20
- double e;
21
- double f;
22
- double g;
23
- double h;
24
- double i;
25
- double j;
26
- double k;
27
- double l;
28
- double m;
29
- int n;
30
- } struct_108byte;
31
-
32
- struct_108byte cls_struct_108byte_fn(
33
- struct_108byte b0,
34
- struct_108byte b1,
35
- struct_108byte b2,
36
- struct_108byte b3)
37
- {
38
- struct_108byte result;
39
-
40
- result.a = b0.a + b1.a + b2.a + b3.a;
41
- result.b = b0.b + b1.b + b2.b + b3.b;
42
- result.c = b0.c + b1.c + b2.c + b3.c;
43
- result.d = b0.d + b1.d + b2.d + b3.d;
44
- result.e = b0.e + b1.e + b2.e + b3.e;
45
- result.f = b0.f + b1.f + b2.f + b3.f;
46
- result.g = b0.g + b1.g + b2.g + b3.g;
47
- result.h = b0.h + b1.h + b2.h + b3.h;
48
- result.i = b0.i + b1.i + b2.i + b3.i;
49
- result.j = b0.j + b1.j + b2.j + b3.j;
50
- result.k = b0.k + b1.k + b2.k + b3.k;
51
- result.l = b0.l + b1.l + b2.l + b3.l;
52
- result.m = b0.m + b1.m + b2.m + b3.m;
53
- result.n = b0.n + b1.n + b2.n + b3.n;
54
-
55
- printf("%g %g %g %g %g %g %g %g %g %g %g %g %g %d\n", result.a, result.b, result.c,
56
- result.d, result.e, result.f, result.g, result.h, result.i,
57
- result.j, result.k, result.l, result.m, result.n);
58
-
59
- return result;
60
- }
61
-
62
- static void
63
- cls_struct_108byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, void* userdata __UNUSED__)
64
- {
65
- struct_108byte b0, b1, b2, b3;
66
-
67
- b0 = *(struct_108byte*)(args[0]);
68
- b1 = *(struct_108byte*)(args[1]);
69
- b2 = *(struct_108byte*)(args[2]);
70
- b3 = *(struct_108byte*)(args[3]);
71
-
72
- *(struct_108byte*)resp = cls_struct_108byte_fn(b0, b1, b2, b3);
73
- }
74
-
75
- int main (void)
76
- {
77
- ffi_cif cif;
78
- void *code;
79
- ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code);
80
- void* args_dbl[5];
81
- ffi_type* cls_struct_fields[15];
82
- ffi_type cls_struct_type;
83
- ffi_type* dbl_arg_types[5];
84
-
85
- struct_108byte e_dbl = { 9.0, 2.0, 6.0, 5.0, 3.0, 4.0, 8.0, 1.0, 1.0, 2.0, 3.0, 7.0, 2.0, 7 };
86
- struct_108byte f_dbl = { 1.0, 2.0, 3.0, 7.0, 2.0, 5.0, 6.0, 7.0, 4.0, 5.0, 7.0, 9.0, 1.0, 4 };
87
- struct_108byte g_dbl = { 4.0, 5.0, 7.0, 9.0, 1.0, 1.0, 2.0, 9.0, 8.0, 6.0, 1.0, 4.0, 0.0, 3 };
88
- struct_108byte h_dbl = { 8.0, 6.0, 1.0, 4.0, 0.0, 3.0, 3.0, 1.0, 9.0, 2.0, 6.0, 5.0, 3.0, 2 };
89
- struct_108byte res_dbl;
90
-
91
- cls_struct_type.size = 0;
92
- cls_struct_type.alignment = 0;
93
- cls_struct_type.type = FFI_TYPE_STRUCT;
94
- cls_struct_type.elements = cls_struct_fields;
95
-
96
- cls_struct_fields[0] = &ffi_type_double;
97
- cls_struct_fields[1] = &ffi_type_double;
98
- cls_struct_fields[2] = &ffi_type_double;
99
- cls_struct_fields[3] = &ffi_type_double;
100
- cls_struct_fields[4] = &ffi_type_double;
101
- cls_struct_fields[5] = &ffi_type_double;
102
- cls_struct_fields[6] = &ffi_type_double;
103
- cls_struct_fields[7] = &ffi_type_double;
104
- cls_struct_fields[8] = &ffi_type_double;
105
- cls_struct_fields[9] = &ffi_type_double;
106
- cls_struct_fields[10] = &ffi_type_double;
107
- cls_struct_fields[11] = &ffi_type_double;
108
- cls_struct_fields[12] = &ffi_type_double;
109
- cls_struct_fields[13] = &ffi_type_sint32;
110
- cls_struct_fields[14] = NULL;
111
-
112
- dbl_arg_types[0] = &cls_struct_type;
113
- dbl_arg_types[1] = &cls_struct_type;
114
- dbl_arg_types[2] = &cls_struct_type;
115
- dbl_arg_types[3] = &cls_struct_type;
116
- dbl_arg_types[4] = NULL;
117
-
118
- CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4, &cls_struct_type,
119
- dbl_arg_types) == FFI_OK);
120
-
121
- args_dbl[0] = &e_dbl;
122
- args_dbl[1] = &f_dbl;
123
- args_dbl[2] = &g_dbl;
124
- args_dbl[3] = &h_dbl;
125
- args_dbl[4] = NULL;
126
-
127
- ffi_call(&cif, FFI_FN(cls_struct_108byte_fn), &res_dbl, args_dbl);
128
- /* { dg-output "22 15 17 25 6 13 19 18 22 15 17 25 6 16" } */
129
- printf("res: %g %g %g %g %g %g %g %g %g %g %g %g %g %d\n", res_dbl.a, res_dbl.b,
130
- res_dbl.c, res_dbl.d, res_dbl.e, res_dbl.f, res_dbl.g, res_dbl.h, res_dbl.i,
131
- res_dbl.j, res_dbl.k, res_dbl.l, res_dbl.m, res_dbl.n);
132
- /* { dg-output "\nres: 22 15 17 25 6 13 19 18 22 15 17 25 6 16" } */
133
-
134
- CHECK(ffi_prep_closure_loc(pcl, &cif, cls_struct_108byte_gn, NULL, code) == FFI_OK);
135
-
136
- res_dbl = ((struct_108byte(*)(struct_108byte, struct_108byte,
137
- struct_108byte, struct_108byte))(code))(e_dbl, f_dbl, g_dbl, h_dbl);
138
- /* { dg-output "\n22 15 17 25 6 13 19 18 22 15 17 25 6 16" } */
139
- printf("res: %g %g %g %g %g %g %g %g %g %g %g %g %g %d\n", res_dbl.a, res_dbl.b,
140
- res_dbl.c, res_dbl.d, res_dbl.e, res_dbl.f, res_dbl.g, res_dbl.h, res_dbl.i,
141
- res_dbl.j, res_dbl.k, res_dbl.l, res_dbl.m, res_dbl.n);
142
- /* { dg-output "\nres: 22 15 17 25 6 13 19 18 22 15 17 25 6 16" } */
143
-
144
- exit(0);
145
- }
@@ -1,148 +0,0 @@
1
- /* Area: ffi_call, closure_call
2
- Purpose: Check structure returning with different structure size.
3
- Depending on the ABI. Check bigger struct which overlaps
4
- the gp and fp register count on Darwin/AIX/ppc64.
5
- Limitations: none.
6
- PR: none.
7
- Originator: Blake Chaffin 6/21/2007 */
8
-
9
- /* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
10
- #include "ffitest.h"
11
-
12
- /* 13 FPRs: 104 bytes */
13
- /* 14 FPRs: 112 bytes */
14
-
15
- typedef struct struct_116byte {
16
- double a;
17
- double b;
18
- double c;
19
- double d;
20
- double e;
21
- double f;
22
- double g;
23
- double h;
24
- double i;
25
- double j;
26
- double k;
27
- double l;
28
- double m;
29
- double n;
30
- int o;
31
- } struct_116byte;
32
-
33
- struct_116byte cls_struct_116byte_fn(
34
- struct_116byte b0,
35
- struct_116byte b1,
36
- struct_116byte b2,
37
- struct_116byte b3)
38
- {
39
- struct_116byte result;
40
-
41
- result.a = b0.a + b1.a + b2.a + b3.a;
42
- result.b = b0.b + b1.b + b2.b + b3.b;
43
- result.c = b0.c + b1.c + b2.c + b3.c;
44
- result.d = b0.d + b1.d + b2.d + b3.d;
45
- result.e = b0.e + b1.e + b2.e + b3.e;
46
- result.f = b0.f + b1.f + b2.f + b3.f;
47
- result.g = b0.g + b1.g + b2.g + b3.g;
48
- result.h = b0.h + b1.h + b2.h + b3.h;
49
- result.i = b0.i + b1.i + b2.i + b3.i;
50
- result.j = b0.j + b1.j + b2.j + b3.j;
51
- result.k = b0.k + b1.k + b2.k + b3.k;
52
- result.l = b0.l + b1.l + b2.l + b3.l;
53
- result.m = b0.m + b1.m + b2.m + b3.m;
54
- result.n = b0.n + b1.n + b2.n + b3.n;
55
- result.o = b0.o + b1.o + b2.o + b3.o;
56
-
57
- printf("%g %g %g %g %g %g %g %g %g %g %g %g %g %g %d\n", result.a, result.b, result.c,
58
- result.d, result.e, result.f, result.g, result.h, result.i,
59
- result.j, result.k, result.l, result.m, result.n, result.o);
60
-
61
- return result;
62
- }
63
-
64
- static void
65
- cls_struct_116byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, void* userdata __UNUSED__)
66
- {
67
- struct_116byte b0, b1, b2, b3;
68
-
69
- b0 = *(struct_116byte*)(args[0]);
70
- b1 = *(struct_116byte*)(args[1]);
71
- b2 = *(struct_116byte*)(args[2]);
72
- b3 = *(struct_116byte*)(args[3]);
73
-
74
- *(struct_116byte*)resp = cls_struct_116byte_fn(b0, b1, b2, b3);
75
- }
76
-
77
- int main (void)
78
- {
79
- ffi_cif cif;
80
- void *code;
81
- ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code);
82
- void* args_dbl[5];
83
- ffi_type* cls_struct_fields[16];
84
- ffi_type cls_struct_type;
85
- ffi_type* dbl_arg_types[5];
86
-
87
- struct_116byte e_dbl = { 9.0, 2.0, 6.0, 5.0, 3.0, 4.0, 8.0, 1.0, 1.0, 2.0, 3.0, 7.0, 2.0, 5.0, 7 };
88
- struct_116byte f_dbl = { 1.0, 2.0, 3.0, 7.0, 2.0, 5.0, 6.0, 7.0, 4.0, 5.0, 7.0, 9.0, 1.0, 6.0, 4 };
89
- struct_116byte g_dbl = { 4.0, 5.0, 7.0, 9.0, 1.0, 1.0, 2.0, 9.0, 8.0, 6.0, 1.0, 4.0, 0.0, 7.0, 3 };
90
- struct_116byte h_dbl = { 8.0, 6.0, 1.0, 4.0, 0.0, 3.0, 3.0, 1.0, 9.0, 2.0, 6.0, 5.0, 3.0, 8.0, 2 };
91
- struct_116byte res_dbl;
92
-
93
- cls_struct_type.size = 0;
94
- cls_struct_type.alignment = 0;
95
- cls_struct_type.type = FFI_TYPE_STRUCT;
96
- cls_struct_type.elements = cls_struct_fields;
97
-
98
- cls_struct_fields[0] = &ffi_type_double;
99
- cls_struct_fields[1] = &ffi_type_double;
100
- cls_struct_fields[2] = &ffi_type_double;
101
- cls_struct_fields[3] = &ffi_type_double;
102
- cls_struct_fields[4] = &ffi_type_double;
103
- cls_struct_fields[5] = &ffi_type_double;
104
- cls_struct_fields[6] = &ffi_type_double;
105
- cls_struct_fields[7] = &ffi_type_double;
106
- cls_struct_fields[8] = &ffi_type_double;
107
- cls_struct_fields[9] = &ffi_type_double;
108
- cls_struct_fields[10] = &ffi_type_double;
109
- cls_struct_fields[11] = &ffi_type_double;
110
- cls_struct_fields[12] = &ffi_type_double;
111
- cls_struct_fields[13] = &ffi_type_double;
112
- cls_struct_fields[14] = &ffi_type_sint32;
113
- cls_struct_fields[15] = NULL;
114
-
115
- dbl_arg_types[0] = &cls_struct_type;
116
- dbl_arg_types[1] = &cls_struct_type;
117
- dbl_arg_types[2] = &cls_struct_type;
118
- dbl_arg_types[3] = &cls_struct_type;
119
- dbl_arg_types[4] = NULL;
120
-
121
- CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4, &cls_struct_type,
122
- dbl_arg_types) == FFI_OK);
123
-
124
- args_dbl[0] = &e_dbl;
125
- args_dbl[1] = &f_dbl;
126
- args_dbl[2] = &g_dbl;
127
- args_dbl[3] = &h_dbl;
128
- args_dbl[4] = NULL;
129
-
130
- ffi_call(&cif, FFI_FN(cls_struct_116byte_fn), &res_dbl, args_dbl);
131
- /* { dg-output "22 15 17 25 6 13 19 18 22 15 17 25 6 26 16" } */
132
- printf("res: %g %g %g %g %g %g %g %g %g %g %g %g %g %g %d\n", res_dbl.a, res_dbl.b,
133
- res_dbl.c, res_dbl.d, res_dbl.e, res_dbl.f, res_dbl.g, res_dbl.h, res_dbl.i,
134
- res_dbl.j, res_dbl.k, res_dbl.l, res_dbl.m, res_dbl.n, res_dbl.o);
135
- /* { dg-output "\nres: 22 15 17 25 6 13 19 18 22 15 17 25 6 26 16" } */
136
-
137
- CHECK(ffi_prep_closure_loc(pcl, &cif, cls_struct_116byte_gn, NULL, code) == FFI_OK);
138
-
139
- res_dbl = ((struct_116byte(*)(struct_116byte, struct_116byte,
140
- struct_116byte, struct_116byte))(code))(e_dbl, f_dbl, g_dbl, h_dbl);
141
- /* { dg-output "\n22 15 17 25 6 13 19 18 22 15 17 25 6 26 16" } */
142
- printf("res: %g %g %g %g %g %g %g %g %g %g %g %g %g %g %d\n", res_dbl.a, res_dbl.b,
143
- res_dbl.c, res_dbl.d, res_dbl.e, res_dbl.f, res_dbl.g, res_dbl.h, res_dbl.i,
144
- res_dbl.j, res_dbl.k, res_dbl.l, res_dbl.m, res_dbl.n, res_dbl.o);
145
- /* { dg-output "\nres: 22 15 17 25 6 13 19 18 22 15 17 25 6 26 16" } */
146
-
147
- exit(0);
148
- }
@@ -1,124 +0,0 @@
1
- /* Area: ffi_call, closure_call
2
- Purpose: Check structure returning with different structure size.
3
- Depending on the ABI. Check bigger struct which overlaps
4
- the gp and fp register count on Darwin/AIX/ppc64.
5
- Limitations: none.
6
- PR: none.
7
- Originator: Blake Chaffin 6/21/2007 */
8
-
9
- /* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
10
- #include "ffitest.h"
11
-
12
- typedef struct struct_72byte {
13
- double a;
14
- double b;
15
- double c;
16
- double d;
17
- double e;
18
- double f;
19
- double g;
20
- double h;
21
- double i;
22
- } struct_72byte;
23
-
24
- static struct_72byte cls_struct_72byte_fn(
25
- struct_72byte b0,
26
- struct_72byte b1,
27
- struct_72byte b2,
28
- struct_72byte b3)
29
- {
30
- struct_72byte result;
31
-
32
- result.a = b0.a + b1.a + b2.a + b3.a;
33
- result.b = b0.b + b1.b + b2.b + b3.b;
34
- result.c = b0.c + b1.c + b2.c + b3.c;
35
- result.d = b0.d + b1.d + b2.d + b3.d;
36
- result.e = b0.e + b1.e + b2.e + b3.e;
37
- result.f = b0.f + b1.f + b2.f + b3.f;
38
- result.g = b0.g + b1.g + b2.g + b3.g;
39
- result.h = b0.h + b1.h + b2.h + b3.h;
40
- result.i = b0.i + b1.i + b2.i + b3.i;
41
-
42
- printf("%g %g %g %g %g %g %g %g %g\n", result.a, result.b, result.c,
43
- result.d, result.e, result.f, result.g, result.h, result.i);
44
-
45
- return result;
46
- }
47
-
48
- static void
49
- cls_struct_72byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, void* userdata __UNUSED__)
50
- {
51
- struct_72byte b0, b1, b2, b3;
52
-
53
- b0 = *(struct_72byte*)(args[0]);
54
- b1 = *(struct_72byte*)(args[1]);
55
- b2 = *(struct_72byte*)(args[2]);
56
- b3 = *(struct_72byte*)(args[3]);
57
-
58
- *(struct_72byte*)resp = cls_struct_72byte_fn(b0, b1, b2, b3);
59
- }
60
-
61
- int main (void)
62
- {
63
- ffi_cif cif;
64
- void *code;
65
- ffi_closure *pcl = ffi_closure_alloc(sizeof(ffi_closure), &code);
66
- void* args_dbl[5];
67
- ffi_type* cls_struct_fields[10];
68
- ffi_type cls_struct_type;
69
- ffi_type* dbl_arg_types[5];
70
-
71
- struct_72byte e_dbl = { 9.0, 2.0, 6.0, 5.0, 3.0, 4.0, 8.0, 1.0, 7.0 };
72
- struct_72byte f_dbl = { 1.0, 2.0, 3.0, 7.0, 2.0, 5.0, 6.0, 7.0, 4.0 };
73
- struct_72byte g_dbl = { 4.0, 5.0, 7.0, 9.0, 1.0, 1.0, 2.0, 9.0, 3.0 };
74
- struct_72byte h_dbl = { 8.0, 6.0, 1.0, 4.0, 0.0, 3.0, 3.0, 1.0, 2.0 };
75
- struct_72byte res_dbl;
76
-
77
- cls_struct_type.size = 0;
78
- cls_struct_type.alignment = 0;
79
- cls_struct_type.type = FFI_TYPE_STRUCT;
80
- cls_struct_type.elements = cls_struct_fields;
81
-
82
- cls_struct_fields[0] = &ffi_type_double;
83
- cls_struct_fields[1] = &ffi_type_double;
84
- cls_struct_fields[2] = &ffi_type_double;
85
- cls_struct_fields[3] = &ffi_type_double;
86
- cls_struct_fields[4] = &ffi_type_double;
87
- cls_struct_fields[5] = &ffi_type_double;
88
- cls_struct_fields[6] = &ffi_type_double;
89
- cls_struct_fields[7] = &ffi_type_double;
90
- cls_struct_fields[8] = &ffi_type_double;
91
- cls_struct_fields[9] = NULL;
92
-
93
- dbl_arg_types[0] = &cls_struct_type;
94
- dbl_arg_types[1] = &cls_struct_type;
95
- dbl_arg_types[2] = &cls_struct_type;
96
- dbl_arg_types[3] = &cls_struct_type;
97
- dbl_arg_types[4] = NULL;
98
-
99
- CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4, &cls_struct_type,
100
- dbl_arg_types) == FFI_OK);
101
-
102
- args_dbl[0] = &e_dbl;
103
- args_dbl[1] = &f_dbl;
104
- args_dbl[2] = &g_dbl;
105
- args_dbl[3] = &h_dbl;
106
- args_dbl[4] = NULL;
107
-
108
- ffi_call(&cif, FFI_FN(cls_struct_72byte_fn), &res_dbl, args_dbl);
109
- /* { dg-output "22 15 17 25 6 13 19 18 16" } */
110
- printf("res: %g %g %g %g %g %g %g %g %g\n", res_dbl.a, res_dbl.b, res_dbl.c,
111
- res_dbl.d, res_dbl.e, res_dbl.f, res_dbl.g, res_dbl.h, res_dbl.i);
112
- /* { dg-output "\nres: 22 15 17 25 6 13 19 18 16" } */
113
-
114
- CHECK(ffi_prep_closure_loc(pcl, &cif, cls_struct_72byte_gn, NULL, code) == FFI_OK);
115
-
116
- res_dbl = ((struct_72byte(*)(struct_72byte, struct_72byte,
117
- struct_72byte, struct_72byte))(code))(e_dbl, f_dbl, g_dbl, h_dbl);
118
- /* { dg-output "\n22 15 17 25 6 13 19 18 16" } */
119
- printf("res: %g %g %g %g %g %g %g %g %g\n", res_dbl.a, res_dbl.b, res_dbl.c,
120
- res_dbl.d, res_dbl.e, res_dbl.f, res_dbl.g, res_dbl.h, res_dbl.i);
121
- /* { dg-output "\nres: 22 15 17 25 6 13 19 18 16" } */
122
-
123
- exit(0);
124
- }