summaryrefslogtreecommitdiff
path: root/Modules/_ctypes/libffi/testsuite/libffi.call/call.exp
Commit message (Collapse)AuthorAgeFilesLines
* - Issue #22176: Update the ctypes module's libffi to v3.1. This releasedoko2014-08-091-14/+1
| | | | | adds support for the Linux AArch64 and POWERPC ELF ABIv2 little endian architectures.
* Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. ThisGregory P. Smith2013-03-181-10/+15
| | | | | specifically addresses a stack misalignment issue on x86 and issues on some more recent platforms.
* Merged revisions 78968-78969 via svnmerge fromMatthias Klose2010-03-151-0/+36
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78968 | matthias.klose | 2010-03-15 01:02:36 +0100 (Mon, 15 Mar 2010) | 226 lines - Issue #8142: Update libffi to the 3.0.9 release. ........ r78969 | matthias.klose | 2010-03-15 01:36:18 +0100 (Mon, 15 Mar 2010) | 7 lines Backport from the libffi trunk: 2010-02-15 Matthias Klose <doko@ubuntu.com> * src/arm/sysv.S (__ARM_ARCH__): Define for processor __ARM_ARCH_7EM__. ........