]> granicus.if.org Git - python/commit
Merged revisions 78968-78969 via svnmerge from
authorMatthias Klose <doko@ubuntu.com>
Mon, 15 Mar 2010 13:25:28 +0000 (13:25 +0000)
committerMatthias Klose <doko@ubuntu.com>
Mon, 15 Mar 2010 13:25:28 +0000 (13:25 +0000)
commita8349756faf0979b9f2b3417624aa00979732079
treea7fa826a4eafe0a51e801bf5db3e6eba0033ac96
parent4e0f8910bf4894727778b183b05e0c7306bb1ede
Merged revisions 78968-78969 via svnmerge from
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__.
........
213 files changed:
Misc/NEWS
Modules/_ctypes/libffi.diff
Modules/_ctypes/libffi/ChangeLog [new file with mode: 0644]
Modules/_ctypes/libffi/ChangeLog.libffi [new file with mode: 0644]
Modules/_ctypes/libffi/ChangeLog.libgcj [new file with mode: 0644]
Modules/_ctypes/libffi/ChangeLog.v1 [new file with mode: 0644]
Modules/_ctypes/libffi/LICENSE
Modules/_ctypes/libffi/Makefile.am
Modules/_ctypes/libffi/Makefile.in
Modules/_ctypes/libffi/README
Modules/_ctypes/libffi/aclocal.m4
Modules/_ctypes/libffi/compile [new file with mode: 0755]
Modules/_ctypes/libffi/config.guess
Modules/_ctypes/libffi/config.sub
Modules/_ctypes/libffi/configure
Modules/_ctypes/libffi/configure.ac
Modules/_ctypes/libffi/depcomp [new file with mode: 0755]
Modules/_ctypes/libffi/doc/libffi.info [new file with mode: 0644]
Modules/_ctypes/libffi/doc/libffi.texi [new file with mode: 0644]
Modules/_ctypes/libffi/doc/stamp-vti [new file with mode: 0644]
Modules/_ctypes/libffi/doc/version.texi [new file with mode: 0644]
Modules/_ctypes/libffi/fficonfig.h.in
Modules/_ctypes/libffi/include/Makefile.am
Modules/_ctypes/libffi/include/Makefile.in
Modules/_ctypes/libffi/include/ffi.h.in
Modules/_ctypes/libffi/include/ffi_common.h
Modules/_ctypes/libffi/libffi.pc.in [new file with mode: 0644]
Modules/_ctypes/libffi/libtool-version [new file with mode: 0644]
Modules/_ctypes/libffi/ltmain.sh [new file with mode: 0755]
Modules/_ctypes/libffi/m4/libtool.m4 [new file with mode: 0644]
Modules/_ctypes/libffi/m4/ltoptions.m4 [new file with mode: 0644]
Modules/_ctypes/libffi/m4/ltsugar.m4 [new file with mode: 0644]
Modules/_ctypes/libffi/m4/ltversion.m4 [new file with mode: 0644]
Modules/_ctypes/libffi/m4/lt~obsolete.m4 [new file with mode: 0644]
Modules/_ctypes/libffi/man/Makefile.am [new file with mode: 0644]
Modules/_ctypes/libffi/man/Makefile.in [new file with mode: 0644]
Modules/_ctypes/libffi/man/ffi.3 [new file with mode: 0644]
Modules/_ctypes/libffi/man/ffi_call.3 [new file with mode: 0644]
Modules/_ctypes/libffi/man/ffi_prep_cif.3 [new file with mode: 0644]
Modules/_ctypes/libffi/mdate-sh [new file with mode: 0755]
Modules/_ctypes/libffi/missing
Modules/_ctypes/libffi/src/arm/sysv.S
Modules/_ctypes/libffi/src/avr32/ffi.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/avr32/ffitarget.h [new file with mode: 0644]
Modules/_ctypes/libffi/src/avr32/sysv.S [new file with mode: 0644]
Modules/_ctypes/libffi/src/closures.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/darwin/ffitarget.h [deleted file]
Modules/_ctypes/libffi/src/debug.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/dlmalloc.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/frv/ffi.c
Modules/_ctypes/libffi/src/java_raw_api.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/mips/ffi.c
Modules/_ctypes/libffi/src/mips/ffitarget.h
Modules/_ctypes/libffi/src/mips/n32.S
Modules/_ctypes/libffi/src/mips/o32.S
Modules/_ctypes/libffi/src/pa/ffi.c
Modules/_ctypes/libffi/src/powerpc/aix.S
Modules/_ctypes/libffi/src/powerpc/aix_closure.S
Modules/_ctypes/libffi/src/powerpc/ffi.c
Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c
Modules/_ctypes/libffi/src/powerpc/ffitarget.h
Modules/_ctypes/libffi/src/powerpc/sysv.S
Modules/_ctypes/libffi/src/raw_api.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/s390/sysv.S
Modules/_ctypes/libffi/src/sh/ffi.c
Modules/_ctypes/libffi/src/sh/sysv.S
Modules/_ctypes/libffi/src/sh64/ffi.c
Modules/_ctypes/libffi/src/sh64/sysv.S
Modules/_ctypes/libffi/src/sparc/ffi.c
Modules/_ctypes/libffi/src/sparc/v8.S
Modules/_ctypes/libffi/src/types.c [new file with mode: 0644]
Modules/_ctypes/libffi/src/x86/darwin.S
Modules/_ctypes/libffi/src/x86/ffi.c
Modules/_ctypes/libffi/src/x86/ffi64.c
Modules/_ctypes/libffi/src/x86/ffitarget.h
Modules/_ctypes/libffi/src/x86/sysv.S
Modules/_ctypes/libffi/src/x86/unix64.S
Modules/_ctypes/libffi/src/x86/win32.S
Modules/_ctypes/libffi/src/x86/win64.S [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/Makefile.am [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/Makefile.in [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/config/default.exp [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/lib/libffi-dg.exp [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/lib/target-libpath.exp [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/lib/wrapper.exp [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/call.exp [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn0.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn1.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn2.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn3.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn4.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn5.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/closure_fn6.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/closure_loc_fn0.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/closure_stdcall.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_12byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_16byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_18byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_19byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_1_1byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_20byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_20byte1.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_24byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_2byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_3_1byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_3byte1.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_3byte2.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_4_1byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_4byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_5_1_byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_5byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_64byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_6_1_byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_6byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_7_1_byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_7byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_8byte.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_9byte1.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_9byte2.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_double.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_float.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_longdouble.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_longdouble_split.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_pointer.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_sint16.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_sint32.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_sint64.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_uint16.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_uint32.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_align_uint64.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_dbls_struct.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_double.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_double_va.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_float.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_longdouble.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_longdouble_va.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_multi_schar.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_multi_sshort.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_multi_sshortchar.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_multi_uchar.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_multi_ushort.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_multi_ushortchar.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_pointer.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_pointer_stack.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_schar.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_sint.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_sshort.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_uchar.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_uint.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_ulonglong.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/cls_ushort.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/err_bad_abi.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/err_bad_typedef.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/ffitest.h [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/float.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/float1.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/float2.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/float3.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/float4.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/huge_struct.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/many.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/many_win32.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/negint.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct1.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct10.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct2.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct3.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct4.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct5.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct6.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct7.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct8.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/nested_struct9.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/problem1.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/promotion.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/pyobjc-tc.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_dbl.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_dbl1.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_dbl2.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_fl.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_fl1.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_fl2.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_fl3.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_ldl.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_ll.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_ll1.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_sc.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_sl.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_uc.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/return_ul.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/stret_large.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/stret_large2.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/stret_medium.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/stret_medium2.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/strlen.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/strlen_win32.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/struct1.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/struct2.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/struct3.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/struct4.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/struct5.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/struct6.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/struct7.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/struct8.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/struct9.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.call/testclosure.c [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.special/ffitestcxx.h [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.special/special.exp [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.special/unwindtest.cc [new file with mode: 0644]
Modules/_ctypes/libffi/testsuite/libffi.special/unwindtest_ffi_call.cc [new file with mode: 0644]
Modules/_ctypes/libffi/texinfo.tex [new file with mode: 0644]