More AIX fixes. rc9.
authorAnthony Green <green@moxielogic.com>
Mon, 28 Feb 2011 20:36:07 +0000 (15:36 -0500)
committerAnthony Green <green@moxielogic.com>
Mon, 28 Feb 2011 20:36:07 +0000 (15:36 -0500)
47 files changed:
.pc/aix-ibm-xlc/configure
.pc/aix-ibm-xlc/configure.ac
.pc/bad-abi-fix/ChangeLog
.pc/debug-build/configure
.pc/debug-build/configure.ac
.pc/fix-grammar/ChangeLog
.pc/fix-ppc32/ChangeLog
.pc/fix-xfails/ChangeLog
.pc/fix_maxopt/ChangeLog
.pc/fix_maxopt/configure
.pc/hpux-mallinfo/ChangeLog
.pc/interix/ChangeLog
.pc/interix/configure
.pc/interix/configure.ac
.pc/ios-fixes/ChangeLog
.pc/ios/ChangeLog
.pc/ios/configure.ac
.pc/irix/ChangeLog
.pc/irix/include/ffi.h.in
.pc/ppc64-darwin/ChangeLog
.pc/ppc64-darwin/configure
.pc/ppc64-darwin/configure.ac
.pc/remove-debug-code/ChangeLog
.pc/sparc-abi-check/ChangeLog
.pc/sparc-v8-aggregate-returns/ChangeLog
.pc/ungccify/configure.ac
.pc/win64-underscore/configure
.pc/win64-underscore/configure.ac
.pc/x86_pcrel_test/configure
.pc/x86_pcrel_test/configure.ac
ChangeLog
compile [changed mode: 0755->0644]
config.guess [changed mode: 0755->0644]
config.sub [changed mode: 0755->0644]
configure
configure.ac
depcomp [changed mode: 0755->0644]
doc/stamp-vti
doc/version.texi
include/ffi.h.in
install-sh [changed mode: 0755->0644]
mdate-sh [changed mode: 0755->0644]
missing [changed mode: 0755->0644]
patches/aix-ibm-xlc
patches/irix
patches/stand-alone
src/arm/sysv.S

index 3927e91..c0f1087 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for libffi 3.0.10rc8.
+# Generated by GNU Autoconf 2.68 for libffi 3.0.10rc9.
 #
 # Report bugs to <http://sourceware.org/libffi.html>.
 #
@@ -570,8 +570,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='libffi'
 PACKAGE_TARNAME='libffi'
-PACKAGE_VERSION='3.0.10rc8'
-PACKAGE_STRING='libffi 3.0.10rc8'
+PACKAGE_VERSION='3.0.10rc9'
+PACKAGE_STRING='libffi 3.0.10rc9'
 PACKAGE_BUGREPORT='http://sourceware.org/libffi.html'
 PACKAGE_URL=''
 
@@ -1367,7 +1367,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libffi 3.0.10rc8 to adapt to many kinds of systems.
+\`configure' configures libffi 3.0.10rc9 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1438,7 +1438,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libffi 3.0.10rc8:";;
+     short | recursive ) echo "Configuration of libffi 3.0.10rc9:";;
    esac
   cat <<\_ACEOF
 
@@ -1547,7 +1547,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libffi configure 3.0.10rc8
+libffi configure 3.0.10rc9
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2148,7 +2148,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libffi $as_me 3.0.10rc8, which was
+It was created by libffi $as_me 3.0.10rc9, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -3081,7 +3081,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='libffi'
- VERSION='3.0.10rc8'
+ VERSION='3.0.10rc9'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -14127,7 +14127,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libffi $as_me 3.0.10rc8, which was
+This file was extended by libffi $as_me 3.0.10rc9, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -14197,7 +14197,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-libffi config.status 3.0.10rc8
+libffi config.status 3.0.10rc9
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
index 2ab23fc..43f991d 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
 
 AC_PREREQ(2.63)
 
-AC_INIT([libffi], [3.0.10rc8], [http://sourceware.org/libffi.html])
+AC_INIT([libffi], [3.0.10rc9], [http://sourceware.org/libffi.html])
 AC_CONFIG_HEADERS([fficonfig.h])
 
 AC_CANONICAL_SYSTEM
index 98ee86a..8ca0d03 100644 (file)
@@ -94,7 +94,7 @@
 2011-02-08  Rafael Avila de Espindola  <respindola@mozilla.com>
 
        * configure.ac: Fix x86 test for pc related relocs.
-       * confifure: Rebuilt.
+       * configure: Rebuilt.
 
 2011-02-07  Joel Sherrill <joel.sherrill@oarcorp.com>
 
index 3b2b563..8af7caf 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for libffi 3.0.10rc8.
+# Generated by GNU Autoconf 2.68 for libffi 3.0.10rc9.
 #
 # Report bugs to <http://sourceware.org/libffi.html>.
 #
@@ -570,8 +570,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='libffi'
 PACKAGE_TARNAME='libffi'
-PACKAGE_VERSION='3.0.10rc8'
-PACKAGE_STRING='libffi 3.0.10rc8'
+PACKAGE_VERSION='3.0.10rc9'
+PACKAGE_STRING='libffi 3.0.10rc9'
 PACKAGE_BUGREPORT='http://sourceware.org/libffi.html'
 PACKAGE_URL=''
 
@@ -1364,7 +1364,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libffi 3.0.10rc8 to adapt to many kinds of systems.
+\`configure' configures libffi 3.0.10rc9 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1435,7 +1435,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libffi 3.0.10rc8:";;
+     short | recursive ) echo "Configuration of libffi 3.0.10rc9:";;
    esac
   cat <<\_ACEOF
 
@@ -1544,7 +1544,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libffi configure 3.0.10rc8
+libffi configure 3.0.10rc9
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2145,7 +2145,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libffi $as_me 3.0.10rc8, which was
+It was created by libffi $as_me 3.0.10rc9, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -3078,7 +3078,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='libffi'
- VERSION='3.0.10rc8'
+ VERSION='3.0.10rc9'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -14053,7 +14053,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libffi $as_me 3.0.10rc8, which was
+This file was extended by libffi $as_me 3.0.10rc9, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -14123,7 +14123,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-libffi config.status 3.0.10rc8
+libffi config.status 3.0.10rc9
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
index 88b5ffd..ebc90db 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
 
 AC_PREREQ(2.63)
 
-AC_INIT([libffi], [3.0.10rc8], [http://sourceware.org/libffi.html])
+AC_INIT([libffi], [3.0.10rc9], [http://sourceware.org/libffi.html])
 AC_CONFIG_HEADERS([fficonfig.h])
 
 AC_CANONICAL_SYSTEM
index e084246..dbd9e14 100644 (file)
@@ -14,7 +14,7 @@
 2011-02-08  Rafael Avila de Espindola  <respindola@mozilla.com>
 
        * configure.ac: Fix x86 test for pc related relocs.
-       * confifure: Rebuilt.
+       * configure: Rebuilt.
 
 2011-02-07  Joel Sherrill <joel.sherrill@oarcorp.com>
 
index e164096..8e43dcf 100644 (file)
 2011-02-08  Rafael Avila de Espindola  <respindola@mozilla.com>
 
        * configure.ac: Fix x86 test for pc related relocs.
-       * confifure: Rebuilt.
+       * configure: Rebuilt.
 
 2011-02-07  Joel Sherrill <joel.sherrill@oarcorp.com>
 
index cc4e49f..5462f65 100644 (file)
@@ -51,7 +51,7 @@
 2011-02-08  Rafael Avila de Espindola  <respindola@mozilla.com>
 
        * configure.ac: Fix x86 test for pc related relocs.
-       * confifure: Rebuilt.
+       * configure: Rebuilt.
 
 2011-02-07  Joel Sherrill <joel.sherrill@oarcorp.com>
 
index ae76404..f81d906 100644 (file)
 2011-02-08  Rafael Avila de Espindola  <respindola@mozilla.com>
 
        * configure.ac: Fix x86 test for pc related relocs.
-       * confifure: Rebuilt.
+       * configure: Rebuilt.
 
 2011-02-07  Joel Sherrill <joel.sherrill@oarcorp.com>
 
index 1e0db64..e0a77d9 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for libffi 3.0.10rc8.
+# Generated by GNU Autoconf 2.68 for libffi 3.0.10rc9.
 #
 # Report bugs to <http://sourceware.org/libffi.html>.
 #
@@ -570,8 +570,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='libffi'
 PACKAGE_TARNAME='libffi'
-PACKAGE_VERSION='3.0.10rc8'
-PACKAGE_STRING='libffi 3.0.10rc8'
+PACKAGE_VERSION='3.0.10rc9'
+PACKAGE_STRING='libffi 3.0.10rc9'
 PACKAGE_BUGREPORT='http://sourceware.org/libffi.html'
 PACKAGE_URL=''
 
@@ -1367,7 +1367,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libffi 3.0.10rc8 to adapt to many kinds of systems.
+\`configure' configures libffi 3.0.10rc9 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1438,7 +1438,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libffi 3.0.10rc8:";;
+     short | recursive ) echo "Configuration of libffi 3.0.10rc9:";;
    esac
   cat <<\_ACEOF
 
@@ -1547,7 +1547,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libffi configure 3.0.10rc8
+libffi configure 3.0.10rc9
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2148,7 +2148,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libffi $as_me 3.0.10rc8, which was
+It was created by libffi $as_me 3.0.10rc9, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -3081,7 +3081,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='libffi'
- VERSION='3.0.10rc8'
+ VERSION='3.0.10rc9'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -14129,7 +14129,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libffi $as_me 3.0.10rc8, which was
+This file was extended by libffi $as_me 3.0.10rc9, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -14199,7 +14199,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-libffi config.status 3.0.10rc8
+libffi config.status 3.0.10rc9
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
index 2eed7cf..2098c02 100644 (file)
@@ -23,7 +23,7 @@
 2011-02-08  Rafael Avila de Espindola  <respindola@mozilla.com>
 
        * configure.ac: Fix x86 test for pc related relocs.
-       * confifure: Rebuilt.
+       * configure: Rebuilt.
 
 2011-02-07  Joel Sherrill <joel.sherrill@oarcorp.com>
 
index 3a18564..01e4eed 100644 (file)
@@ -57,7 +57,7 @@
 2011-02-08  Rafael Avila de Espindola  <respindola@mozilla.com>
 
        * configure.ac: Fix x86 test for pc related relocs.
-       * confifure: Rebuilt.
+       * configure: Rebuilt.
 
 2011-02-07  Joel Sherrill <joel.sherrill@oarcorp.com>
 
index 62ee448..9157b50 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for libffi 3.0.10rc8.
+# Generated by GNU Autoconf 2.68 for libffi 3.0.10rc9.
 #
 # Report bugs to <http://sourceware.org/libffi.html>.
 #
@@ -570,8 +570,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='libffi'
 PACKAGE_TARNAME='libffi'
-PACKAGE_VERSION='3.0.10rc8'
-PACKAGE_STRING='libffi 3.0.10rc8'
+PACKAGE_VERSION='3.0.10rc9'
+PACKAGE_STRING='libffi 3.0.10rc9'
 PACKAGE_BUGREPORT='http://sourceware.org/libffi.html'
 PACKAGE_URL=''
 
@@ -1367,7 +1367,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libffi 3.0.10rc8 to adapt to many kinds of systems.
+\`configure' configures libffi 3.0.10rc9 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1438,7 +1438,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libffi 3.0.10rc8:";;
+     short | recursive ) echo "Configuration of libffi 3.0.10rc9:";;
    esac
   cat <<\_ACEOF
 
@@ -1547,7 +1547,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libffi configure 3.0.10rc8
+libffi configure 3.0.10rc9
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2148,7 +2148,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libffi $as_me 3.0.10rc8, which was
+It was created by libffi $as_me 3.0.10rc9, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -3081,7 +3081,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='libffi'
- VERSION='3.0.10rc8'
+ VERSION='3.0.10rc9'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -14129,7 +14129,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libffi $as_me 3.0.10rc8, which was
+This file was extended by libffi $as_me 3.0.10rc9, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -14199,7 +14199,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-libffi config.status 3.0.10rc8
+libffi config.status 3.0.10rc9
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
index 3eb9d31..2b6d5d9 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
 
 AC_PREREQ(2.63)
 
-AC_INIT([libffi], [3.0.10rc8], [http://sourceware.org/libffi.html])
+AC_INIT([libffi], [3.0.10rc9], [http://sourceware.org/libffi.html])
 AC_CONFIG_HEADERS([fficonfig.h])
 
 AC_CANONICAL_SYSTEM
index 4d0bb12..2328ce9 100644 (file)
@@ -94,7 +94,7 @@
 2011-02-08  Rafael Avila de Espindola  <respindola@mozilla.com>
 
        * configure.ac: Fix x86 test for pc related relocs.
-       * confifure: Rebuilt.
+       * configure: Rebuilt.
 
 2011-02-07  Joel Sherrill <joel.sherrill@oarcorp.com>
 
index 480d625..10b9988 100644 (file)
@@ -28,7 +28,7 @@
 2011-02-08  Rafael Avila de Espindola  <respindola@mozilla.com>
 
        * configure.ac: Fix x86 test for pc related relocs.
-       * confifure: Rebuilt.
+       * configure: Rebuilt.
 
 2011-02-07  Joel Sherrill <joel.sherrill@oarcorp.com>
 
index 31863cc..77f08a3 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
 
 AC_PREREQ(2.63)
 
-AC_INIT([libffi], [3.0.10rc8], [http://sourceware.org/libffi.html])
+AC_INIT([libffi], [3.0.10rc9], [http://sourceware.org/libffi.html])
 AC_CONFIG_HEADERS([fficonfig.h])
 
 AC_CANONICAL_SYSTEM
index c974316..6db9cc4 100644 (file)
@@ -72,7 +72,7 @@
 2011-02-08  Rafael Avila de Espindola  <respindola@mozilla.com>
 
        * configure.ac: Fix x86 test for pc related relocs.
-       * confifure: Rebuilt.
+       * configure: Rebuilt.
 
 2011-02-07  Joel Sherrill <joel.sherrill@oarcorp.com>
 
index 18ced12..92b033f 100644 (file)
@@ -86,11 +86,15 @@ extern "C" {
 #else
 # ifdef LLONG_MAX
 #  define FFI_LONG_LONG_MAX LLONG_MAX
+#  ifdef _AIX52 /* or newer has C99 LLONG_MAX */
+#   undef FFI_64_BIT_MAX
+#   define FFI_64_BIT_MAX 9223372036854775807LL
+#  endif /* _AIX52 or newer */
 # else
 #  ifdef __GNUC__
 #   define FFI_LONG_LONG_MAX __LONG_LONG_MAX__
 #  endif
-#  ifdef _AIX
+#  ifdef _AIX /* AIX 5.1 and earlier have LONGLONG_MAX */
 #   ifndef __PPC64__
 #    if defined (__IBMC__) || defined (__IBMCPP__)
 #     define FFI_LONG_LONG_MAX LONGLONG_MAX
index 05d6c42..5cc54a1 100644 (file)
@@ -68,7 +68,7 @@
 2011-02-08  Rafael Avila de Espindola  <respindola@mozilla.com>
 
        * configure.ac: Fix x86 test for pc related relocs.
-       * confifure: Rebuilt.
+       * configure: Rebuilt.
 
 2011-02-07  Joel Sherrill <joel.sherrill@oarcorp.com>
 
index 92109cf..ca31d4a 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for libffi 3.0.10rc8.
+# Generated by GNU Autoconf 2.68 for libffi 3.0.10rc9.
 #
 # Report bugs to <http://sourceware.org/libffi.html>.
 #
@@ -570,8 +570,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='libffi'
 PACKAGE_TARNAME='libffi'
-PACKAGE_VERSION='3.0.10rc8'
-PACKAGE_STRING='libffi 3.0.10rc8'
+PACKAGE_VERSION='3.0.10rc9'
+PACKAGE_STRING='libffi 3.0.10rc9'
 PACKAGE_BUGREPORT='http://sourceware.org/libffi.html'
 PACKAGE_URL=''
 
@@ -1367,7 +1367,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libffi 3.0.10rc8 to adapt to many kinds of systems.
+\`configure' configures libffi 3.0.10rc9 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1438,7 +1438,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libffi 3.0.10rc8:";;
+     short | recursive ) echo "Configuration of libffi 3.0.10rc9:";;
    esac
   cat <<\_ACEOF
 
@@ -1547,7 +1547,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libffi configure 3.0.10rc8
+libffi configure 3.0.10rc9
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2148,7 +2148,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libffi $as_me 3.0.10rc8, which was
+It was created by libffi $as_me 3.0.10rc9, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -3081,7 +3081,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='libffi'
- VERSION='3.0.10rc8'
+ VERSION='3.0.10rc9'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -14129,7 +14129,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libffi $as_me 3.0.10rc8, which was
+This file was extended by libffi $as_me 3.0.10rc9, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -14199,7 +14199,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-libffi config.status 3.0.10rc8
+libffi config.status 3.0.10rc9
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
index 4b8c041..4f81f08 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
 
 AC_PREREQ(2.63)
 
-AC_INIT([libffi], [3.0.10rc8], [http://sourceware.org/libffi.html])
+AC_INIT([libffi], [3.0.10rc9], [http://sourceware.org/libffi.html])
 AC_CONFIG_HEADERS([fficonfig.h])
 
 AC_CANONICAL_SYSTEM
index 142950d..3f52f6a 100644 (file)
@@ -85,7 +85,7 @@
 2011-02-08  Rafael Avila de Espindola  <respindola@mozilla.com>
 
        * configure.ac: Fix x86 test for pc related relocs.
-       * confifure: Rebuilt.
+       * configure: Rebuilt.
 
 2011-02-07  Joel Sherrill <joel.sherrill@oarcorp.com>
 
index 4b5511e..c246bf0 100644 (file)
@@ -80,7 +80,7 @@
 2011-02-08  Rafael Avila de Espindola  <respindola@mozilla.com>
 
        * configure.ac: Fix x86 test for pc related relocs.
-       * confifure: Rebuilt.
+       * configure: Rebuilt.
 
 2011-02-07  Joel Sherrill <joel.sherrill@oarcorp.com>
 
index 36f506c..8ec769a 100644 (file)
@@ -18,7 +18,7 @@
 2011-02-08  Rafael Avila de Espindola  <respindola@mozilla.com>
 
        * configure.ac: Fix x86 test for pc related relocs.
-       * confifure: Rebuilt.
+       * configure: Rebuilt.
 
 2011-02-07  Joel Sherrill <joel.sherrill@oarcorp.com>
 
index 1e77610..2c212cc 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
 
 AC_PREREQ(2.63)
 
-AC_INIT([libffi], [3.0.10rc8], [http://sourceware.org/libffi.html])
+AC_INIT([libffi], [3.0.10rc9], [http://sourceware.org/libffi.html])
 AC_CONFIG_HEADERS([fficonfig.h])
 
 AC_CANONICAL_SYSTEM
index 4b22f16..014742f 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for libffi 3.0.10rc8.
+# Generated by GNU Autoconf 2.68 for libffi 3.0.10rc9.
 #
 # Report bugs to <http://sourceware.org/libffi.html>.
 #
@@ -570,8 +570,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='libffi'
 PACKAGE_TARNAME='libffi'
-PACKAGE_VERSION='3.0.10rc8'
-PACKAGE_STRING='libffi 3.0.10rc8'
+PACKAGE_VERSION='3.0.10rc9'
+PACKAGE_STRING='libffi 3.0.10rc9'
 PACKAGE_BUGREPORT='http://sourceware.org/libffi.html'
 PACKAGE_URL=''
 
@@ -1366,7 +1366,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libffi 3.0.10rc8 to adapt to many kinds of systems.
+\`configure' configures libffi 3.0.10rc9 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1437,7 +1437,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libffi 3.0.10rc8:";;
+     short | recursive ) echo "Configuration of libffi 3.0.10rc9:";;
    esac
   cat <<\_ACEOF
 
@@ -1546,7 +1546,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libffi configure 3.0.10rc8
+libffi configure 3.0.10rc9
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2147,7 +2147,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libffi $as_me 3.0.10rc8, which was
+It was created by libffi $as_me 3.0.10rc9, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -3080,7 +3080,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='libffi'
- VERSION='3.0.10rc8'
+ VERSION='3.0.10rc9'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -14071,7 +14071,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libffi $as_me 3.0.10rc8, which was
+This file was extended by libffi $as_me 3.0.10rc9, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -14141,7 +14141,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-libffi config.status 3.0.10rc8
+libffi config.status 3.0.10rc9
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
index a03394b..956f9ba 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
 
 AC_PREREQ(2.63)
 
-AC_INIT([libffi], [3.0.10rc8], [http://sourceware.org/libffi.html])
+AC_INIT([libffi], [3.0.10rc9], [http://sourceware.org/libffi.html])
 AC_CONFIG_HEADERS([fficonfig.h])
 
 AC_CANONICAL_SYSTEM
index ca8ca18..b228ac4 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for libffi 3.0.10rc8.
+# Generated by GNU Autoconf 2.68 for libffi 3.0.10rc9.
 #
 # Report bugs to <http://sourceware.org/libffi.html>.
 #
@@ -570,8 +570,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='libffi'
 PACKAGE_TARNAME='libffi'
-PACKAGE_VERSION='3.0.10rc8'
-PACKAGE_STRING='libffi 3.0.10rc8'
+PACKAGE_VERSION='3.0.10rc9'
+PACKAGE_STRING='libffi 3.0.10rc9'
 PACKAGE_BUGREPORT='http://sourceware.org/libffi.html'
 PACKAGE_URL=''
 
@@ -1367,7 +1367,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libffi 3.0.10rc8 to adapt to many kinds of systems.
+\`configure' configures libffi 3.0.10rc9 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1438,7 +1438,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libffi 3.0.10rc8:";;
+     short | recursive ) echo "Configuration of libffi 3.0.10rc9:";;
    esac
   cat <<\_ACEOF
 
@@ -1547,7 +1547,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libffi configure 3.0.10rc8
+libffi configure 3.0.10rc9
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2148,7 +2148,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libffi $as_me 3.0.10rc8, which was
+It was created by libffi $as_me 3.0.10rc9, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -3081,7 +3081,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='libffi'
- VERSION='3.0.10rc8'
+ VERSION='3.0.10rc9'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -14127,7 +14127,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libffi $as_me 3.0.10rc8, which was
+This file was extended by libffi $as_me 3.0.10rc9, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -14197,7 +14197,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-libffi config.status 3.0.10rc8
+libffi config.status 3.0.10rc9
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
index 0a575e1..779097c 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
 
 AC_PREREQ(2.63)
 
-AC_INIT([libffi], [3.0.10rc8], [http://sourceware.org/libffi.html])
+AC_INIT([libffi], [3.0.10rc9], [http://sourceware.org/libffi.html])
 AC_CONFIG_HEADERS([fficonfig.h])
 
 AC_CANONICAL_SYSTEM
index 18a9686..a788c18 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 2011-02-08  Rafael Avila de Espindola  <respindola@mozilla.com>
 
        * configure.ac: Fix x86 test for pc related relocs.
-       * confifure: Rebuilt.
+       * configure: Rebuilt.
 
 2011-02-07  Joel Sherrill <joel.sherrill@oarcorp.com>
 
diff --git a/compile b/compile
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index db1b710..e63f684 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for libffi 3.0.10rc8.
+# Generated by GNU Autoconf 2.68 for libffi 3.0.10rc9.
 #
 # Report bugs to <http://sourceware.org/libffi.html>.
 #
@@ -570,8 +570,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='libffi'
 PACKAGE_TARNAME='libffi'
-PACKAGE_VERSION='3.0.10rc8'
-PACKAGE_STRING='libffi 3.0.10rc8'
+PACKAGE_VERSION='3.0.10rc9'
+PACKAGE_STRING='libffi 3.0.10rc9'
 PACKAGE_BUGREPORT='http://sourceware.org/libffi.html'
 PACKAGE_URL=''
 
@@ -1375,7 +1375,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libffi 3.0.10rc8 to adapt to many kinds of systems.
+\`configure' configures libffi 3.0.10rc9 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1446,7 +1446,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libffi 3.0.10rc8:";;
+     short | recursive ) echo "Configuration of libffi 3.0.10rc9:";;
    esac
   cat <<\_ACEOF
 
@@ -1562,7 +1562,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libffi configure 3.0.10rc8
+libffi configure 3.0.10rc9
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2163,7 +2163,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libffi $as_me 3.0.10rc8, which was
+It was created by libffi $as_me 3.0.10rc9, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -3197,7 +3197,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='libffi'
- VERSION='3.0.10rc8'
+ VERSION='3.0.10rc9'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15151,7 +15151,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libffi $as_me 3.0.10rc8, which was
+This file was extended by libffi $as_me 3.0.10rc9, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15221,7 +15221,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-libffi config.status 3.0.10rc8
+libffi config.status 3.0.10rc9
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
index f14284f..2abe9db 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
 
 AC_PREREQ(2.63)
 
-AC_INIT([libffi], [3.0.10rc8], [http://sourceware.org/libffi.html])
+AC_INIT([libffi], [3.0.10rc9], [http://sourceware.org/libffi.html])
 AC_CONFIG_HEADERS([fficonfig.h])
 
 AC_CANONICAL_SYSTEM
diff --git a/depcomp b/depcomp
old mode 100755 (executable)
new mode 100644 (file)
index 32a47b1..200494e 100644 (file)
@@ -1,4 +1,4 @@
 @set UPDATED 25 February 2011
 @set UPDATED-MONTH February 2011
-@set EDITION 3.0.10rc7
-@set VERSION 3.0.10rc7
+@set EDITION 3.0.10rc8
+@set VERSION 3.0.10rc8
index 32a47b1..200494e 100644 (file)
@@ -1,4 +1,4 @@
 @set UPDATED 25 February 2011
 @set UPDATED-MONTH February 2011
-@set EDITION 3.0.10rc7
-@set VERSION 3.0.10rc7
+@set EDITION 3.0.10rc8
+@set VERSION 3.0.10rc8
index 747dd17..f5a29b0 100644 (file)
@@ -86,11 +86,15 @@ extern "C" {
 #else
 # ifdef LLONG_MAX
 #  define FFI_LONG_LONG_MAX LLONG_MAX
+#  ifdef _AIX52 /* or newer has C99 LLONG_MAX */
+#   undef FFI_64_BIT_MAX
+#   define FFI_64_BIT_MAX 9223372036854775807LL
+#  endif /* _AIX52 or newer */
 # else
 #  ifdef __GNUC__
 #   define FFI_LONG_LONG_MAX __LONG_LONG_MAX__
 #  endif
-#  ifdef _AIX
+#  ifdef _AIX /* AIX 5.1 and earlier have LONGLONG_MAX */
 #   ifndef __PPC64__
 #    if defined (__IBMC__) || defined (__IBMCPP__)
 #     define FFI_LONG_LONG_MAX LONGLONG_MAX
@@ -270,12 +274,7 @@ size_t ffi_java_raw_size (ffi_cif *cif);
 __declspec(align(8))
 #endif
 typedef struct {
-#if @FFI_EXEC_TRAMPOLINE_TABLE@
-  void *trampoline_table;
-  void *trampoline_table_entry;
-#else
   char tramp[FFI_TRAMPOLINE_SIZE];
-#endif
   ffi_cif   *cif;
   void     (*fun)(ffi_cif*,void*,void**,void*);
   void      *user_data;
@@ -308,12 +307,7 @@ ffi_prep_closure_loc (ffi_closure*,
 # pragma pack 8
 #endif
 typedef struct {
-#if @FFI_EXEC_TRAMPOLINE_TABLE@
-  void *trampoline_table;
-  void *trampoline_table_entry;
-#else
   char tramp[FFI_TRAMPOLINE_SIZE];
-#endif
 
   ffi_cif   *cif;
 
@@ -334,12 +328,7 @@ typedef struct {
 } ffi_raw_closure;
 
 typedef struct {
-#if @FFI_EXEC_TRAMPOLINE_TABLE@
-  void *trampoline_table;
-  void *trampoline_table_entry;
-#else
   char tramp[FFI_TRAMPOLINE_SIZE];
-#endif
 
   ffi_cif   *cif;
 
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/missing b/missing
old mode 100755 (executable)
new mode 100644 (file)
index 2e0869d..8f528d6 100644 (file)
@@ -2,7 +2,7 @@ Index: libffi/ChangeLog
 ===================================================================
 --- libffi.orig/ChangeLog
 +++ libffi/ChangeLog
-@@ -1,3 +1,16 @@
+@@ -1,7 +1,20 @@
 +2011-02-11  Anthony Green  <green@moxielogic.com>
 +
 +      From Tom Honermann <tom.honermann@oracle.com>:
@@ -19,6 +19,11 @@ Index: libffi/ChangeLog
  2011-02-08  Rafael Avila de Espindola  <respindola@mozilla.com>
  
        * configure.ac: Fix x86 test for pc related relocs.
+-      * confifure: Rebuilt.
++      * configure: Rebuilt.
+ 2011-02-07  Joel Sherrill <joel.sherrill@oarcorp.com>
 Index: libffi/include/ffi.h.in
 ===================================================================
 --- libffi.orig/include/ffi.h.in
@@ -51,7 +56,7 @@ Index: libffi/include/ffi.h.in
  
     THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-@@ -77,6 +78,9 @@ extern "C" {
+@@ -77,15 +78,31 @@ extern "C" {
  /* LONG_LONG_MAX is not always defined (not if STRICT_ANSI, for example).
     But we can find it either under the correct ANSI name, or under GNU
     C's internal name.  */
@@ -61,11 +66,17 @@ Index: libffi/include/ffi.h.in
  #ifdef LONG_LONG_MAX
  # define FFI_LONG_LONG_MAX LONG_LONG_MAX
  #else
-@@ -86,6 +90,15 @@ extern "C" {
+ # ifdef LLONG_MAX
+ #  define FFI_LONG_LONG_MAX LLONG_MAX
++#  ifdef _AIX52 /* or newer has C99 LLONG_MAX */
++#   undef FFI_64_BIT_MAX
++#   define FFI_64_BIT_MAX 9223372036854775807LL
++#  endif /* _AIX52 or newer */
+ # else
  #  ifdef __GNUC__
  #   define FFI_LONG_LONG_MAX __LONG_LONG_MAX__
  #  endif
-+#  ifdef _AIX
++#  ifdef _AIX /* AIX 5.1 and earlier have LONGLONG_MAX */
 +#   ifndef __PPC64__
 +#    if defined (__IBMC__) || defined (__IBMCPP__)
 +#     define FFI_LONG_LONG_MAX LONGLONG_MAX
@@ -77,7 +88,7 @@ Index: libffi/include/ffi.h.in
  # endif
  #endif
  
-@@ -132,17 +145,17 @@ typedef struct _ffi_type
+@@ -132,17 +149,17 @@ typedef struct _ffi_type
  #endif
  
  #if LONG_MAX == 2147483647
@@ -98,7 +109,7 @@ Index: libffi/include/ffi.h.in
  # define ffi_type_ulong        ffi_type_uint64
  # define ffi_type_slong        ffi_type_sint64
  #else
-@@ -195,7 +208,7 @@ typedef struct {
+@@ -195,7 +212,7 @@ typedef struct {
  #ifndef FFI_SIZEOF_ARG
  # if LONG_MAX == 2147483647
  #  define FFI_SIZEOF_ARG        4
index da3c3e9..a4068d6 100644 (file)
@@ -18,7 +18,7 @@ Index: libffi/include/ffi.h.in
 ===================================================================
 --- libffi.orig/include/ffi.h.in
 +++ libffi/include/ffi.h.in
-@@ -278,6 +278,9 @@ typedef struct {
+@@ -282,6 +282,9 @@ typedef struct {
  } ffi_closure __attribute__((aligned (8)));
  #else
  } ffi_closure;
@@ -28,7 +28,7 @@ Index: libffi/include/ffi.h.in
  #endif
  
  void *ffi_closure_alloc (size_t size, void **code);
-@@ -296,6 +299,9 @@ ffi_prep_closure_loc (ffi_closure*,
+@@ -300,6 +303,9 @@ ffi_prep_closure_loc (ffi_closure*,
                      void *user_data,
                      void*codeloc);
  
index 4970b7b..2a17231 100644 (file)
@@ -4059,7 +4059,7 @@ Index: libffi/configure
  #! /bin/sh
  # Guess values for system-dependent variables and create Makefiles.
 -# Generated by GNU Autoconf 2.64 for libffi 3.0.9.
-+# Generated by GNU Autoconf 2.68 for libffi 3.0.10rc6.
++# Generated by GNU Autoconf 2.68 for libffi 3.0.10rc9.
 +#
 +# Report bugs to <http://sourceware.org/libffi.html>.
  #
@@ -4169,8 +4169,8 @@ Index: libffi/configure
 -PACKAGE_VERSION='3.0.9'
 -PACKAGE_STRING='libffi 3.0.9'
 -PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html'
-+PACKAGE_VERSION='3.0.10rc6'
-+PACKAGE_STRING='libffi 3.0.10rc6'
++PACKAGE_VERSION='3.0.10rc9'
++PACKAGE_STRING='libffi 3.0.10rc9'
 +PACKAGE_BUGREPORT='http://sourceware.org/libffi.html'
  PACKAGE_URL=''
  
@@ -4363,7 +4363,7 @@ Index: libffi/configure
    # This message is too long to be a string in the A/UX 3.1 sh.
    cat <<_ACEOF
 -\`configure' configures libffi 3.0.9 to adapt to many kinds of systems.
-+\`configure' configures libffi 3.0.10rc6 to adapt to many kinds of systems.
++\`configure' configures libffi 3.0.10rc9 to adapt to many kinds of systems.
  
  Usage: $0 [OPTION]... [VAR=VALUE]...
  
@@ -4381,7 +4381,7 @@ Index: libffi/configure
  if test -n "$ac_init_help"; then
    case $ac_init_help in
 -     short | recursive ) echo "Configuration of libffi 3.0.9:";;
-+     short | recursive ) echo "Configuration of libffi 3.0.10rc6:";;
++     short | recursive ) echo "Configuration of libffi 3.0.10rc9:";;
     esac
    cat <<\_ACEOF
  
@@ -4426,7 +4426,7 @@ Index: libffi/configure
    cat <<\_ACEOF
 -libffi configure 3.0.9
 -generated by GNU Autoconf 2.64
-+libffi configure 3.0.10rc6
++libffi configure 3.0.10rc9
 +generated by GNU Autoconf 2.68
  
 -Copyright (C) 2009 Free Software Foundation, Inc.
@@ -4649,7 +4649,7 @@ Index: libffi/configure
  
 -It was created by libffi $as_me 3.0.9, which was
 -generated by GNU Autoconf 2.64.  Invocation command line was
-+It was created by libffi $as_me 3.0.10rc6, which was
++It was created by libffi $as_me 3.0.10rc9, which was
 +generated by GNU Autoconf 2.68.  Invocation command line was
  
    $ $0 $@
@@ -5048,7 +5048,7 @@ Index: libffi/configure
  # Define the identity of the package.
   PACKAGE='libffi'
 - VERSION='3.0.9'
-+ VERSION='3.0.10rc6'
++ VERSION='3.0.10rc9'
  
  
  cat >>confdefs.h <<_ACEOF
@@ -7959,7 +7959,7 @@ Index: libffi/configure
  ac_log="
 -This file was extended by libffi $as_me 3.0.9, which was
 -generated by GNU Autoconf 2.64.  Invocation command line was
-+This file was extended by libffi $as_me 3.0.10rc6, which was
++This file was extended by libffi $as_me 3.0.10rc9, which was
 +generated by GNU Autoconf 2.68.  Invocation command line was
  
    CONFIG_FILES    = $CONFIG_FILES
@@ -7986,7 +7986,7 @@ Index: libffi/configure
 -libffi config.status 3.0.9
 -configured by $0, generated by GNU Autoconf 2.64,
 -  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
-+libffi config.status 3.0.10rc6
++libffi config.status 3.0.10rc9
 +configured by $0, generated by GNU Autoconf 2.68,
 +  with options \\"\$ac_cs_config\\"
  
@@ -9016,7 +9016,7 @@ Index: libffi/configure.ac
 +AC_PREREQ(2.63)
  
 -AC_INIT([libffi], [3.0.9], [http://gcc.gnu.org/bugs.html])
-+AC_INIT([libffi], [3.0.10rc6], [http://sourceware.org/libffi.html])
++AC_INIT([libffi], [3.0.10rc9], [http://sourceware.org/libffi.html])
  AC_CONFIG_HEADERS([fficonfig.h])
  
 -AM_ENABLE_MULTILIB(, ..)
index 2b7ea60..14a7f03 100644 (file)
@@ -147,6 +147,23 @@ _L__\name:
 .endm
 #endif
 
+.macro RETLDM  regs=, cond=, dirn=ia
+#if defined (__INTERWORKING__)
+       .ifc "\regs",""
+       ldr\cond        lr, [sp], #4
+       .else
+       ldm\cond\dirn   sp!, {\regs, lr}
+       .endif
+       bx\cond lr
+#else
+       .ifc "\regs",""
+       ldr\cond        pc, [sp], #4
+       .else
+       ldm\cond\dirn   sp!, {\regs, pc}
+       .endif
+#endif
+.endm
+
        @ r0:   ffi_prep_args
        @ r1:   &ecif
        @ r2:   cif->bytes
@@ -170,7 +187,7 @@ ARM_FUNC_START ffi_call_SYSV
        @     r1 already set
 
        @ Call ffi_prep_args(stack, &ecif)
-       bl      CNAME(ffi_prep_args)
+       bl      ffi_prep_args
 
        @ move first 4 parameters in registers
        ldmia   sp, {r0-r3}
@@ -318,12 +335,7 @@ ARM_FUNC_START ffi_closure_SYSV
 
 /* Below are VFP hard-float ABI call and closure implementations.
    Add VFP FPU directive here. */
-#ifndef __APPLE__
-    /* XXX - .fpu pseudo-directive is not supported by Apple's assembler,
-       and VFP hard-float calling conventions are not supported by the
-       compiler. */
        .fpu    vfp
-#endif
 
        @ r0:   fn
        @ r1:   &ecif
@@ -350,7 +362,7 @@ ARM_FUNC_START ffi_call_VFP
        sub     r2, fp, #64   @ VFP scratch space
 
        @ Call ffi_prep_args(stack, &ecif, vfp_space)
-       bl      CNAME(ffi_prep_args)
+       bl      ffi_prep_args
 
        @ Load VFP register args if needed
        cmp     r0, #0
@@ -412,18 +424,11 @@ LSYM(Lbase_args):
        fstmiadeq       r2, {d0-d3}
 
 LSYM(Lepilogue_vfp):
-#if defined (__INTERWORKING__)
-  ldmia   sp!, {r0-r3,fp, lr}
-  bx  lr
-#else
-  ldmia   sp!, {r0-r3,fp, pc}
-#endif
+       RETLDM  "r0-r3,fp"
 
 .ffi_call_VFP_end:
        UNWIND .fnend
-#ifdef __ELF__
         .size    CNAME(ffi_call_VFP),.ffi_call_VFP_end-CNAME(ffi_call_VFP)
-#endif
 
 
 ARM_FUNC_START ffi_closure_VFP
@@ -439,7 +444,7 @@ ARM_FUNC_START ffi_closure_VFP
        sub     sp, sp, #72
        str     sp, [sp, #64]
        add     r1, sp, #64
-       bl      CNAME(ffi_closure_SYSV_inner)
+       bl      ffi_closure_SYSV_inner
 
        cmp     r0, #FFI_TYPE_INT
        beq     .Lretint_vfp
@@ -485,9 +490,7 @@ ARM_FUNC_START ffi_closure_VFP
 
 .ffi_closure_VFP_end:
        UNWIND .fnend
-#ifdef __ELF__
         .size    CNAME(ffi_closure_VFP),.ffi_closure_VFP_end-CNAME(ffi_closure_VFP)
-#endif
 
 #if defined __ELF__ && defined __linux__
        .section        .note.GNU-stack,"",%progbits