• Home
  • Raw
  • Download

Lines Matching +full:x86 +full:- +full:windows

4 libffi-3.2.1 was released on November 12, 2014.  Check the libffi web
21 told at run-time about the number and types of arguments used to call
51 |-----------------+------------------+-------------------------|
53 |-----------------+------------------+-------------------------|
64 | IA-64 | Linux | GCC |
78 | PowerPC 32-bit | AIX | IBM XL C |
79 | PowerPC 64-bit | AIX | IBM XL C |
84 | PowerPC 64-bit | FreeBSD | GCC |
85 | PowerPC 64-bit | Linux ELFv1 | GCC |
86 | PowerPC 64-bit | Linux ELFv2 | GCC |
95 | TILE-Gx/TILEPro | Linux | GCC |
97 | X86 | FreeBSD | GCC |
98 | X86 | GNU HURD | GCC |
99 | X86 | Interix | GCC |
100 | X86 | kFreeBSD | GCC |
101 | X86 | Linux | GCC |
102 | X86 | Mac OSX | GCC |
103 | X86 | OpenBSD | GCC |
104 | X86 | OS/2 | GCC |
105 | X86 | Solaris | GCC |
106 | X86 | Solaris | Oracle Solaris Studio C |
107 | X86 | Windows/Cygwin | GCC |
108 | X86 | Windows/MingW | GCC |
109 | X86-64 | FreeBSD | GCC |
110 | X86-64 | Linux | GCC |
111 | X86-64 | Linux/x32 | GCC |
112 | X86-64 | OpenBSD | GCC |
113 | X86-64 | Solaris | Oracle Solaris Studio C |
114 | X86-64 | Windows/Cygwin | GCC |
115 | X86-64 | Windows/MingW | GCC |
117 |-----------------+------------------+-------------------------|
120 libffi-discuss@sourceware.org and feel free to update the wiki page
135 header files. To do that, use the --prefix configure switch. Libffi
138 If you want to enable extra run-time debugging checks use the the
139 --enable-debug configure switch. This is useful when your program dies
142 Another useful configure switch is --enable-purify-safety. Using this
147 It's also possible to build libffi on Windows platforms with
151 path/to/configure CC=path/to/msvcc.sh CXX=path/to/msvcc.sh LD=link CPP="cl -nologo -EP"
153 For 64-bit Windows builds, use CC="path/to/msvcc.sh -m64" and
154 CXX="path/to/msvcc.sh -m64". You may also need to specify --build
157 It is also possible to build libffi on Windows platforms with the LLVM
158 project's clang-cl compiler, like below:
160 path/to/configure CC="path/to/msvcc.sh -clang-cl" CXX="path/to/msvcc.sh -clang-cl" LD=link CPP="cla…
165 using MingW-style paths.)
169 Configure has many other options. Use "configure --help" to see them all.
185 3.2.1 Nov-12-14
186 Build fix for non-iOS AArch64 targets.
188 3.2 Nov-11-14
191 Add support for PASCAL and REGISTER calling conventions on x86
192 Windows/Linux.
193 Add OpenRISC and Cygwin-64 support.
196 3.1 May-19-14
200 Add support for stdcall, thiscall, and fastcall on non-Windows
201 32-bit x86 targets such as Linux.
202 Various Android, MIPS N32, x86, FreeBSD and UltraSPARC IIi
209 3.0.13 Mar-17-13
212 Fix stack alignment bug on 32-bit x86.
214 Build fix for soft-float Power targets.
219 3.0.12 Feb-11-13
223 Add TILE-Gx/TILEPro support.
231 3.0.11 Apr-11-12
235 Add thiscall, fastcall and MSVC cdecl support on Windows.
242 3.0.10 Aug-23-11
248 Fix the N64 build on mips-sgi-irix6.5.
250 Enable x86 builds with Oracle's Solaris compiler.
256 3.0.9 Dec-31-09
258 Many fixes for AIX, Solaris, HP-UX, *BSD.
259 Several PowerPC and x86-64 bug fixes.
260 Build DLL for windows.
262 3.0.8 Dec-19-08
263 Add *BSD, BeOS, and PA-Linux support.
265 3.0.7 Nov-11-08
269 3.0.6 Jul-17-08
271 Mark the sh/sh64 stack as non-executable.
274 3.0.5 Apr-3-08
277 Fix x86 closure bug.
279 3.0.4 Feb-24-08
280 Fix x86 OpenBSD configury.
282 3.0.3 Feb-22-08
283 Enable x86 OpenBSD thanks to Thomas Heller, and
284 x86-64 FreeBSD thanks to Björn König and Andreas Tobler.
287 3.0.2 Feb-21-08
288 Improved x86 FreeBSD support.
291 3.0.1 Feb-15-08
295 3.0.0 Feb-15-08
301 1.20 Oct-5-98
304 1.19 Oct-5-98
305 Fixed x86 long double and long long return support.
310 1.18 Apr-17-98
313 1.17 Feb-24-98
315 Geoffrey Keating. Various bug x86, Sparc and MIPS bug fixes.
317 1.16 Feb-11-98
320 1.15 Dec-4-97
323 1.14 May-13-97
328 1.13 Dec-2-96
329 Added --enable-purify-safety to keep Purify from complaining
332 Linux x86 a.out fix.
334 1.12 Nov-22-96
339 1.11 Oct-30-96
342 1.10 Oct-29-96
345 1.09 Oct-29-96
346 Added --enable-debug configure switch. Clean-ups based on LCLint
350 1.08 Oct-15-96
351 Fixed n32 problem. Many clean-ups.
353 1.07 Oct-14-96
356 1.06 Oct-14-96
359 1.05 Oct-14-96
362 1.04 Oct-11-96
365 1.03 Oct-10-96
369 1.02 Oct-9-96
373 1.01 Oct-8-96
377 1.00 Oct-7-96
403 cris Simon Posnjak, Hans-Peter Nilsson
423 tile-gx/tilepro Walter Lee
425 x86 Anthony Green, Jon Beniston
426 x86-64 Bo Thorsen
447 libffi-discuss@sourceware.org.