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,614 +0,0 @@
1
- /* -----------------------------------------------------------------------
2
- ffi64.c - (c) 2022 John David Anglin <dave.anglin@bell.net>
3
-
4
- HPPA Foreign Function Interface
5
- PA 64-Bit ABI support
6
-
7
- Permission is hereby granted, free of charge, to any person obtaining
8
- a copy of this software and associated documentation files (the
9
- ``Software''), to deal in the Software without restriction, including
10
- without limitation the rights to use, copy, modify, merge, publish,
11
- distribute, sublicense, and/or sell copies of the Software, and to
12
- permit persons to whom the Software is furnished to do so, subject to
13
- the following conditions:
14
-
15
- The above copyright notice and this permission notice shall be included
16
- in all copies or substantial portions of the Software.
17
-
18
- THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
19
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
22
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
25
- DEALINGS IN THE SOFTWARE.
26
- ----------------------------------------------------------------------- */
27
-
28
- #include <ffi.h>
29
- #include <ffi_common.h>
30
-
31
- #include <stdlib.h>
32
- #include <stdio.h>
33
-
34
- #define ROUND_UP(v, a) (((size_t)(v) + (a) - 1) & ~((a) - 1))
35
-
36
- #define FIRST_ARG_SLOT 0
37
- #define DEBUG_LEVEL 0
38
-
39
- #define fldw(addr, fpreg) \
40
- __asm__ volatile ("fldw 4(%0), %%" #fpreg "R" : : "r"(addr) : #fpreg)
41
- #define fstw(fpreg, addr) \
42
- __asm__ volatile ("fstw %%" #fpreg "R, 4(%0)" : : "r"(addr))
43
- #define fldd(addr, fpreg) \
44
- __asm__ volatile ("fldd 0(%0), %%" #fpreg "L" : : "r"(addr) : #fpreg)
45
- #define fstd(fpreg, addr) \
46
- __asm__ volatile ("fstd %%" #fpreg "L, 0(%0)" : : "r"(addr))
47
-
48
- #define debug(lvl, x...) do { if (lvl <= DEBUG_LEVEL) { printf(x); } } while (0)
49
-
50
- static inline int ffi_struct_type(ffi_type *t)
51
- {
52
- int sz = t->size;
53
-
54
- /* Small structure results are returned in registers 28 and 29,
55
- larger ones are in a buffer allocated by the callee. The
56
- address of the buffer is passed in r28. The buffer is supposed
57
- to be aligned on a 16-byte boundary. Register return values are
58
- padded on the right. The pad bits on the right are undefined. */
59
-
60
- if (sz <= 16)
61
- return -sz;
62
- else
63
- return FFI_TYPE_STRUCT;
64
- }
65
-
66
- /* PA has a downward growing stack, which looks like this. Stack
67
- arguments are offset from the argument ponter (AP) in r29.
68
-
69
- Offset
70
- [ Fixed args ]
71
- AP-64 arg word 0 (r26, fr4)
72
- AP-56 arg word 1 (r25, fr5)
73
- AP-48 arg word 2 (r24, fr6)
74
- AP-40 arg word 3 (r23, fr7)
75
- AP-32 arg word 4 (r22, fr8)
76
- AP-24 arg word 5 (r21, fr9)
77
- AP-16 arg word 6 (r20, fr10)
78
- AP-8 arg word 7 (r19, fr11)
79
- [ Variable args; AP = SP-16 if there are no variable args ]
80
- AP stack arg 0
81
- AP+8 stack arg 1
82
- ...
83
- [ Frame marker ]
84
- SP-16 RP
85
- SP-8 previous SP
86
-
87
- The first eight argument words on the stack are reserved for use by
88
- the callee. Instead, the general and floating registers replace
89
- the first four argument slots. Non FP arguments are passed solely
90
- in the general registers. Single and double FP arguments are passed
91
- in both general and floating registers when using libffi.
92
-
93
- The registers are allocated in the same manner as stack slots.
94
- This allows the callee to save its arguments on the stack if
95
- necessary:
96
-
97
- arg word 0 -> gr26 or fr4L or fr4R
98
- arg word 1 -> gr25 or fr5L or fr5R
99
- arg word 2 -> gr24 or fr6L or fr6R
100
- arg word 3 -> gr23 or fr7L or fr7R
101
- ...
102
-
103
- Single Single-precision floating-point parameters, when passed in
104
- floating-point registers, are passed in the right halves of the
105
- floating point registers; the left halves are unused.
106
-
107
- Quad-precision floating-point parameters within the first 64 bytes of
108
- the parameter list are always passed in general registers.
109
-
110
- The rest of the arguments are passed on the stack starting at AP.
111
-
112
- This means we can have holes either in the register allocation,
113
- or in the stack. */
114
-
115
- /* ffi_prep_args is called by the assembly routine once stack space
116
- has been allocated for the function's arguments
117
-
118
- The following code will put everything into the stack frame
119
- (which was allocated by the asm routine), and on return
120
- the asm routine will load the arguments that should be
121
- passed by register into the appropriate registers
122
-
123
- NOTE: We load floating point args in this function... that means we
124
- assume gcc will not mess with fp regs in here. */
125
-
126
- void ffi_prep_args_pa64(UINT64 *stack, extended_cif *ecif, unsigned bytes)
127
- {
128
- register unsigned int i;
129
- register ffi_type **p_arg;
130
- register void **p_argv;
131
- unsigned int slot = FIRST_ARG_SLOT;
132
- size_t len;
133
-
134
- debug(1, "%s: stack = %p, ecif = %p, bytes = %u\n", __FUNCTION__, stack,
135
- ecif, bytes);
136
-
137
- p_arg = ecif->cif->arg_types;
138
- p_argv = ecif->avalue;
139
-
140
- for (i = 0; i < ecif->cif->nargs; i++)
141
- {
142
- int type = (*p_arg)->type;
143
-
144
- len = (*p_arg)->size;
145
-
146
- switch (type)
147
- {
148
- case FFI_TYPE_SINT8:
149
- *(SINT64 *)(stack + slot) = *(SINT8 *)(*p_argv);
150
- break;
151
-
152
- case FFI_TYPE_UINT8:
153
- *(UINT64 *)(stack + slot) = *(UINT8 *)(*p_argv);
154
- break;
155
-
156
- case FFI_TYPE_SINT16:
157
- *(SINT64 *)(stack + slot) = *(SINT16 *)(*p_argv);
158
- break;
159
-
160
- case FFI_TYPE_UINT16:
161
- *(UINT64 *)(stack + slot) = *(UINT16 *)(*p_argv);
162
- break;
163
-
164
- case FFI_TYPE_SINT32:
165
- *(SINT64 *)(stack + slot) = *(SINT32 *)(*p_argv);
166
- break;
167
-
168
- case FFI_TYPE_UINT32:
169
- *(UINT64 *)(stack + slot) = *(UINT32 *)(*p_argv);
170
- break;
171
-
172
- case FFI_TYPE_UINT64:
173
- case FFI_TYPE_SINT64:
174
- case FFI_TYPE_POINTER:
175
- debug(3, "Storing UINT64 %lu in slot %u\n", *(UINT64 *)(*p_argv),
176
- slot);
177
- *(UINT64 *)(stack + slot) = *(UINT64 *)(*p_argv);
178
- break;
179
-
180
- case FFI_TYPE_FLOAT:
181
- /* First 8 args go in fr4L - fr11L. */
182
- debug(3, "Storing UINT32(float) in slot %u\n", slot);
183
- *(UINT64 *)(stack + slot) = *(UINT32 *)(*p_argv);
184
- switch (slot - FIRST_ARG_SLOT)
185
- {
186
- /* First 4 args go in fr4L - fr7L. */
187
- case 0: fldw(stack + slot, fr4); break;
188
- case 1: fldw(stack + slot, fr5); break;
189
- case 2: fldw(stack + slot, fr6); break;
190
- case 3: fldw(stack + slot, fr7); break;
191
- case 4: fldw(stack + slot, fr8); break;
192
- case 5: fldw(stack + slot, fr9); break;
193
- case 6: fldw(stack + slot, fr10); break;
194
- case 7: fldw(stack + slot, fr11); break;
195
- }
196
- break;
197
-
198
- case FFI_TYPE_DOUBLE:
199
- debug(3, "Storing UINT64(double) at slot %u\n", slot);
200
- *(UINT64 *)(stack + slot) = *(UINT64 *)(*p_argv);
201
- switch (slot - FIRST_ARG_SLOT)
202
- {
203
- /* First 8 args go in fr4 to fr11. */
204
- case 0: fldd(stack + slot, fr4); break;
205
- case 1: fldd(stack + slot, fr5); break;
206
- case 2: fldd(stack + slot, fr6); break;
207
- case 3: fldd(stack + slot, fr7); break;
208
- case 4: fldd(stack + slot, fr8); break;
209
- case 5: fldd(stack + slot, fr9); break;
210
- case 6: fldd(stack + slot, fr10); break;
211
- case 7: fldd(stack + slot, fr11); break;
212
- }
213
- break;
214
-
215
- #ifdef PA64_HPUX
216
- case FFI_TYPE_LONGDOUBLE:
217
- /* Align slot to a 16-byte boundary. */
218
- slot += (slot & 1);
219
- *(UINT64 *)(stack + slot) = *(UINT64 *)(*p_argv);
220
- *(UINT64 *)(stack + slot + 1) = *(UINT64 *)(*p_argv + 8);
221
- break;
222
- #endif
223
-
224
- case FFI_TYPE_STRUCT:
225
- /* Structs larger than 8 bytes are aligned on a 16-byte boundary. */
226
- if (len > 8)
227
- slot += (slot & 1);
228
- memcpy((char *)(stack + slot), (char *)*p_argv, len);
229
- break;
230
-
231
- default:
232
- FFI_ASSERT(0);
233
- }
234
-
235
- slot += ROUND_UP (len, 8) >> 3;
236
- p_arg++;
237
- p_argv++;
238
- }
239
-
240
- FFI_ASSERT(slot * 8 <= bytes);
241
-
242
- return;
243
- }
244
-
245
- static void ffi_size_stack_pa64(ffi_cif *cif)
246
- {
247
- ffi_type **ptr;
248
- int i;
249
- int z = 0; /* # stack slots */
250
-
251
- for (ptr = cif->arg_types, i = 0; i < cif->nargs; ptr++, i++)
252
- {
253
- int type = (*ptr)->type;
254
- int size = (*ptr)->size;
255
-
256
- switch (type)
257
- {
258
- #ifdef PA64_HPUX
259
- case FFI_TYPE_LONGDOUBLE:
260
- z += 2 + (z & 1);
261
- break;
262
- #endif
263
-
264
- case FFI_TYPE_STRUCT:
265
- if (size > 8)
266
- z += (z & 1);
267
- z += ROUND_UP (size, 8) >> 3;
268
- break;
269
-
270
- default: /* 64-bit values */
271
- z++;
272
- }
273
- }
274
-
275
- /* We need a minimum of 8 argument slots. Stack must be 16-byte
276
- aligned. */
277
- if (z <= 8)
278
- z = 8;
279
- else
280
- z += (z & 1);
281
-
282
- /* Add 16 bytes for frame marker. */
283
- cif->bytes = z * 8 + 64;
284
- debug(3, "Calculated stack size is %u bytes\n", cif->bytes);
285
- }
286
-
287
- /* Perform machine dependent cif processing. */
288
- ffi_status ffi_prep_cif_machdep(ffi_cif *cif)
289
- {
290
- /* Set the return type flag for jump table. */
291
- switch (cif->rtype->type)
292
- {
293
- case FFI_TYPE_COMPLEX:
294
- case FFI_TYPE_STRUCT:
295
- /* For the return type we have to check the size of the structures.
296
- If the size is smaller or equal 8 bytes, the result is given back
297
- in one register. If the size is smaller or equal 16 bytes than we
298
- return the result in two registers. If the size is bigger than
299
- 16 bytes, the return is in a buffer allocated by the caller. */
300
- cif->flags = ffi_struct_type(cif->rtype);
301
- break;
302
-
303
- default:
304
- cif->flags = (unsigned) cif->rtype->type;
305
- break;
306
- }
307
-
308
- /* Lucky us, because of the unique PA ABI we get to do our
309
- own stack sizing. */
310
- switch (cif->abi)
311
- {
312
- case FFI_PA64:
313
- ffi_size_stack_pa64(cif);
314
- break;
315
-
316
- default:
317
- FFI_ASSERT(0);
318
- break;
319
- }
320
-
321
- return FFI_OK;
322
- }
323
-
324
- extern void ffi_call_pa64(void (*)(UINT64 *, extended_cif *, unsigned),
325
- extended_cif *, unsigned, unsigned, unsigned *,
326
- void (*fn)(void));
327
-
328
- void ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue)
329
- {
330
- extended_cif ecif;
331
-
332
- ecif.cif = cif;
333
- ecif.avalue = avalue;
334
-
335
- /* If the return value is a struct and we don't have a return
336
- value address then we need to make one. */
337
-
338
- if (rvalue == NULL
339
- && (cif->rtype->type == FFI_TYPE_STRUCT
340
- || cif->rtype->type == FFI_TYPE_COMPLEX)
341
- && cif->rtype->size > 16)
342
- ecif.rvalue = alloca(ROUND_UP (cif->rtype->size, 16));
343
- else
344
- ecif.rvalue = rvalue;
345
-
346
-
347
- switch (cif->abi)
348
- {
349
- case FFI_PA64:
350
- debug(3, "Calling ffi_call_pa64: ecif=%p, bytes=%u, flags=%u, rvalue=%p, fn=%p\n", &ecif, cif->bytes, cif->flags, ecif.rvalue, (void *)fn);
351
- ffi_call_pa64(ffi_prep_args_pa64, &ecif, cif->bytes,
352
- cif->flags, ecif.rvalue, fn);
353
- break;
354
-
355
- default:
356
- FFI_ASSERT(0);
357
- break;
358
- }
359
- }
360
-
361
- #if FFI_CLOSURES
362
- /* This is more-or-less an inverse of ffi_call -- we have arguments on
363
- the stack, and we need to fill them into a cif structure and invoke
364
- the user function. This really ought to be in asm to make sure
365
- the compiler doesn't do things we don't expect. */
366
- ffi_status ffi_closure_inner_pa64(ffi_closure *closure, UINT64 *stack)
367
- {
368
- ffi_cif *cif;
369
- void **avalue;
370
- void *rvalue;
371
- /* Functions can return up to 128-bits in registers. Return address
372
- must be double word aligned. */
373
- union { long double rld; UINT64 ret[2]; } u;
374
- ffi_type **p_arg;
375
- char *tmp;
376
- int i, avn;
377
- unsigned int slot = FIRST_ARG_SLOT;
378
- register UINT64 r28 asm("r28");
379
-
380
- cif = closure->cif;
381
-
382
- /* If returning via structure, callee will write to our pointer. */
383
- if (cif->flags == FFI_TYPE_STRUCT)
384
- rvalue = (void *)r28;
385
- else
386
- rvalue = &u;
387
-
388
- avalue = (void **)alloca(cif->nargs * FFI_SIZEOF_ARG);
389
- avn = cif->nargs;
390
- p_arg = cif->arg_types;
391
-
392
- for (i = 0; i < avn; i++)
393
- {
394
- int type = (*p_arg)->type;
395
-
396
- switch (type)
397
- {
398
- case FFI_TYPE_SINT8:
399
- case FFI_TYPE_UINT8:
400
- avalue[i] = (void *)(stack + slot) + 7;
401
- break;
402
-
403
- case FFI_TYPE_SINT16:
404
- case FFI_TYPE_UINT16:
405
- avalue[i] = (void *)(stack + slot) + 6;
406
- break;
407
-
408
- case FFI_TYPE_SINT32:
409
- case FFI_TYPE_UINT32:
410
- avalue[i] = (void *)(stack + slot) + 4;
411
- break;
412
-
413
- case FFI_TYPE_POINTER:
414
- case FFI_TYPE_SINT64:
415
- case FFI_TYPE_UINT64:
416
- avalue[i] = (void *)(stack + slot);
417
- break;
418
-
419
- case FFI_TYPE_FLOAT:
420
- /* The closure call is indirect. In Linux, floating point
421
- arguments in indirect calls with a prototype are passed
422
- in the floating point registers instead of the general
423
- registers. So, we need to replace what was previously
424
- stored in the current slot with the value in the
425
- corresponding floating point register. */
426
- switch (slot + FIRST_ARG_SLOT)
427
- {
428
- case 0: fstw(fr4, (void *)(stack + slot)); break;
429
- case 1: fstw(fr5, (void *)(stack + slot)); break;
430
- case 2: fstw(fr6, (void *)(stack + slot)); break;
431
- case 3: fstw(fr7, (void *)(stack + slot)); break;
432
- case 4: fstw(fr8, (void *)(stack + slot)); break;
433
- case 5: fstw(fr9, (void *)(stack + slot)); break;
434
- case 6: fstw(fr10, (void *)(stack + slot)); break;
435
- case 7: fstw(fr11, (void *)(stack + slot)); break;
436
- }
437
- avalue[i] = (void *)(stack + slot) + 4;
438
- break;
439
-
440
- case FFI_TYPE_DOUBLE:
441
- /* See previous comment for FFI_TYPE_FLOAT. */
442
- switch (slot + FIRST_ARG_SLOT)
443
- {
444
- case 0: fstd(fr4, (void *)(stack + slot)); break;
445
- case 1: fstd(fr5, (void *)(stack + slot)); break;
446
- case 2: fstd(fr6, (void *)(stack + slot)); break;
447
- case 3: fstd(fr7, (void *)(stack + slot)); break;
448
- case 4: fstd(fr8, (void *)(stack + slot)); break;
449
- case 5: fstd(fr9, (void *)(stack + slot)); break;
450
- case 6: fstd(fr10, (void *)(stack + slot)); break;
451
- case 7: fstd(fr11, (void *)(stack + slot)); break;
452
- }
453
- avalue[i] = (void *)(stack + slot);
454
- break;
455
-
456
- #ifdef PA64_HPUX
457
- case FFI_TYPE_LONGDOUBLE:
458
- /* Long doubles are treated like a big structure. */
459
- slot += (slot & 1);
460
- avalue[i] = (void *)(stack + slot);
461
- break;
462
- #endif
463
-
464
- case FFI_TYPE_STRUCT:
465
- /* All structs are passed in registers. Structs larger
466
- than 8 bytes are aligned on a 16-byte boundary. */
467
- if((*p_arg)->size > 8)
468
- slot += (slot & 1);
469
- avalue[i] = (void *) (stack + slot);
470
- break;
471
-
472
- default:
473
- FFI_ASSERT(0);
474
- }
475
-
476
- slot += (ROUND_UP ((*p_arg)->size, 8) >> 3);
477
- p_arg++;
478
- }
479
-
480
- /* Invoke the closure. */
481
- (closure->fun) (cif, rvalue, avalue, closure->user_data);
482
-
483
- debug(3, "after calling function, ret[0] = %16lx, ret[1] = %16lx\n", u.ret[0],
484
- u.ret[1]);
485
-
486
- /* Store the result using the lower 2 bytes of the flags. */
487
- switch (cif->flags)
488
- {
489
- case FFI_TYPE_UINT8:
490
- *(stack + FIRST_ARG_SLOT) = (UINT8)u.ret[0];
491
- break;
492
- case FFI_TYPE_SINT8:
493
- *(stack + FIRST_ARG_SLOT) = (SINT8)u.ret[0];
494
- break;
495
- case FFI_TYPE_UINT16:
496
- *(stack + FIRST_ARG_SLOT) = (UINT16)u.ret[0];
497
- break;
498
- case FFI_TYPE_SINT16:
499
- *(stack + FIRST_ARG_SLOT) = (SINT16)u.ret[0];
500
- break;
501
- case FFI_TYPE_INT:
502
- case FFI_TYPE_SINT32:
503
- *(stack + FIRST_ARG_SLOT) = (SINT32)u.ret[0];
504
- break;
505
- case FFI_TYPE_UINT32:
506
- *(stack - FIRST_ARG_SLOT) = (UINT32)u.ret[0];
507
- break;
508
- case FFI_TYPE_SINT64:
509
- case FFI_TYPE_UINT64:
510
- case FFI_TYPE_POINTER:
511
- *(stack - FIRST_ARG_SLOT) = u.ret[0];
512
- break;
513
-
514
- case FFI_TYPE_LONGDOUBLE:
515
- *(stack + FIRST_ARG_SLOT) = u.ret[0];
516
- *(stack + FIRST_ARG_SLOT + 1) = u.ret[1];
517
- break;
518
-
519
- case FFI_TYPE_DOUBLE:
520
- fldd(rvalue, fr4);
521
- break;
522
-
523
- case FFI_TYPE_FLOAT:
524
- /* Adjust for address adjustment in fldw macro. */
525
- fldw(rvalue - 4, fr4);
526
- break;
527
-
528
- case FFI_TYPE_STRUCT:
529
- /* Don't need a return value, done by caller. */
530
- break;
531
-
532
- case -1:
533
- case -2:
534
- case -3:
535
- case -4:
536
- case -5:
537
- case -6:
538
- case -7:
539
- case -8:
540
- case -9:
541
- case -10:
542
- case -11:
543
- case -12:
544
- case -13:
545
- case -14:
546
- case -15:
547
- case -16:
548
- tmp = (void*)(stack + FIRST_ARG_SLOT);
549
- memcpy((void*)tmp, &u, cif->rtype->size);
550
- break;
551
-
552
- case FFI_TYPE_VOID:
553
- break;
554
-
555
- default:
556
- debug(0, "assert with cif->flags: %d\n",cif->flags);
557
- FFI_ASSERT(0);
558
- break;
559
- }
560
- return FFI_OK;
561
- }
562
-
563
- /* Fill in a closure to refer to the specified fun and user_data.
564
- cif specifies the argument and result types for fun.
565
- The cif must already be prep'ed. */
566
-
567
- extern void ffi_closure_pa64(void);
568
-
569
- ffi_status
570
- ffi_prep_closure_loc (ffi_closure* closure,
571
- ffi_cif* cif,
572
- void (*fun)(ffi_cif*,void*,void**,void*),
573
- void *user_data,
574
- void *codeloc)
575
- {
576
- /* The layout of a function descriptor. */
577
- struct pa64_fd
578
- {
579
- UINT64 tmp1;
580
- UINT64 tmp2;
581
- UINT64 code_pointer;
582
- UINT64 gp;
583
- };
584
-
585
- struct ffi_pa64_trampoline_struct
586
- {
587
- UINT64 real_gp; /* Real gp value. */
588
- UINT64 tmp2;
589
- UINT64 code_pointer; /* Pointer to ffi_closure_unix. */
590
- UINT64 fake_gp; /* Pointer to closure, installed as gp. */
591
- };
592
-
593
- struct ffi_pa64_trampoline_struct *tramp;
594
- struct pa64_fd *fd;
595
-
596
- if (cif->abi != FFI_PA64)
597
- return FFI_BAD_ABI;
598
-
599
- /* Get function descriptor address for ffi_closure_pa64. */
600
- fd = (struct pa64_fd *)((UINT64)ffi_closure_pa64);
601
-
602
- /* Setup trampoline. */
603
- tramp = (struct ffi_pa64_trampoline_struct *)closure->tramp;
604
- tramp->code_pointer = fd->code_pointer;
605
- tramp->fake_gp = (UINT64)codeloc;
606
- tramp->real_gp = fd->gp;
607
-
608
- closure->cif = cif;
609
- closure->user_data = user_data;
610
- closure->fun = fun;
611
-
612
- return FFI_OK;
613
- }
614
- #endif
@@ -1,94 +0,0 @@
1
- /* -----------------------------------------------------------------*-C-*-
2
- ffitarget.h - Copyright (c) 2012 Anthony Green
3
- Copyright (c) 1996-2003 Red Hat, Inc.
4
- Target configuration macros for hppa.
5
-
6
- Permission is hereby granted, free of charge, to any person obtaining
7
- a copy of this software and associated documentation files (the
8
- ``Software''), to deal in the Software without restriction, including
9
- without limitation the rights to use, copy, modify, merge, publish,
10
- distribute, sublicense, and/or sell copies of the Software, and to
11
- permit persons to whom the Software is furnished to do so, subject to
12
- the following conditions:
13
-
14
- The above copyright notice and this permission notice shall be included
15
- in all copies or substantial portions of the Software.
16
-
17
- THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
18
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
21
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
22
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
24
- DEALINGS IN THE SOFTWARE.
25
-
26
- ----------------------------------------------------------------------- */
27
-
28
- #ifndef LIBFFI_TARGET_H
29
- #define LIBFFI_TARGET_H
30
-
31
- #ifndef LIBFFI_H
32
- #error "Please do not include ffitarget.h directly into your source. Use ffi.h instead."
33
- #endif
34
-
35
- /* ---- System specific configurations ----------------------------------- */
36
-
37
- #ifndef LIBFFI_ASM
38
- typedef unsigned long ffi_arg;
39
- typedef signed long ffi_sarg;
40
-
41
- typedef enum ffi_abi {
42
- FFI_FIRST_ABI = 0,
43
-
44
- #ifdef PA_LINUX
45
- FFI_PA32,
46
- FFI_LAST_ABI,
47
- FFI_DEFAULT_ABI = FFI_PA32
48
- #endif
49
-
50
- #ifdef PA_HPUX
51
- FFI_PA32,
52
- FFI_LAST_ABI,
53
- FFI_DEFAULT_ABI = FFI_PA32
54
- #endif
55
-
56
- #ifdef PA64_HPUX
57
- FFI_PA64,
58
- FFI_LAST_ABI,
59
- FFI_DEFAULT_ABI = FFI_PA64
60
- #endif
61
- } ffi_abi;
62
- #endif
63
-
64
- #define FFI_TARGET_SPECIFIC_STACK_SPACE_ALLOCATION
65
-
66
- /* ---- Definitions for closures ----------------------------------------- */
67
-
68
- #define FFI_CLOSURES 1
69
- #define FFI_NATIVE_RAW_API 0
70
- #if defined(PA64_HPUX)
71
- #define FFI_TRAMPOLINE_SIZE 32
72
- #else
73
- #define FFI_TRAMPOLINE_SIZE 12
74
- #endif
75
-
76
- #define FFI_TYPE_SMALL_STRUCT1 -1
77
- #define FFI_TYPE_SMALL_STRUCT2 -2
78
- #define FFI_TYPE_SMALL_STRUCT3 -3
79
- #define FFI_TYPE_SMALL_STRUCT4 -4
80
- #define FFI_TYPE_SMALL_STRUCT5 -5
81
- #define FFI_TYPE_SMALL_STRUCT6 -6
82
- #define FFI_TYPE_SMALL_STRUCT7 -7
83
- #define FFI_TYPE_SMALL_STRUCT8 -8
84
-
85
- /* linux.S and hpux32.S expect FFI_TYPE_COMPLEX is the last generic type. */
86
- #define FFI_PA_TYPE_LAST FFI_TYPE_COMPLEX
87
-
88
- /* If new generic types are added, the jump tables in linux.S and hpux32.S
89
- likely need updating. */
90
- #if FFI_TYPE_LAST != FFI_PA_TYPE_LAST
91
- # error "You likely have broken jump tables"
92
- #endif
93
-
94
- #endif