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__.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 440fe76..d92cb54 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -781,6 +781,8 @@
 Extension Modules
 -----------------
 
+- Issue #8142: Update libffi to the 3.0.9 release.
+
 - Issue #6949: Allow the _dbm extension to be built with db 4.8.x.
 
 - Issue #6544: fix a reference leak in the kqueue implementation's error