summaryrefslogtreecommitdiffstats
path: root/Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_uint16.c
Commit message (Collapse)AuthorAgeFilesLines
* Closes #27979: Remove bundled copy of libffiZachary Ware2016-09-171-91/+0
| | | | | An installed copy of libffi is now required for building _ctypes on any platform but OSX and Windows.
* - Issue #15194: Update libffi to the 3.0.11 release.doko@ubuntu.com2012-06-261-4/+4
|
* Merged revisions 78968-78969 via svnmerge fromMatthias Klose2010-03-151-0/+91
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__. ........