Update libtool version, README, tests dists

This commit is contained in:
Anthony Green
2012-04-06 08:26:14 -04:00
parent f2981454cb
commit 59bb61a366
22 changed files with 6508 additions and 195 deletions

View File

@@ -740,7 +740,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.11-rc2.
+# Generated by GNU Autoconf 2.68 for libffi 3.0.11-rc3.
+#
+# Report bugs to <http://github.com/atgreen/libffi/issues>.
#
@@ -852,8 +852,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.11-rc2'
+PACKAGE_STRING='libffi 3.0.11-rc2'
+PACKAGE_VERSION='3.0.11-rc3'
+PACKAGE_STRING='libffi 3.0.11-rc3'
+PACKAGE_BUGREPORT='http://github.com/atgreen/libffi/issues'
PACKAGE_URL=''
@@ -1080,7 +1080,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.11-rc2 to adapt to many kinds of systems.
+\`configure' configures libffi 3.0.11-rc3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1098,7 +1098,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.11-rc2:";;
+ short | recursive ) echo "Configuration of libffi 3.0.11-rc3:";;
esac
cat <<\_ACEOF
@@ -1157,7 +1157,7 @@ Index: libffi/configure
cat <<\_ACEOF
-libffi configure 3.0.9
-generated by GNU Autoconf 2.64
+libffi configure 3.0.11-rc2
+libffi configure 3.0.11-rc3
+generated by GNU Autoconf 2.68
-Copyright (C) 2009 Free Software Foundation, Inc.
@@ -1380,7 +1380,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.11-rc2, which was
+It was created by libffi $as_me 3.0.11-rc3, which was
+generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -1900,7 +1900,7 @@ Index: libffi/configure
# Define the identity of the package.
PACKAGE='libffi'
- VERSION='3.0.9'
+ VERSION='3.0.11-rc2'
+ VERSION='3.0.11-rc3'
cat >>confdefs.h <<_ACEOF
@@ -6201,7 +6201,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.11-rc2, which was
+This file was extended by libffi $as_me 3.0.11-rc3, which was
+generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -6228,7 +6228,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.11-rc2
+libffi config.status 3.0.11-rc3
+configured by $0, generated by GNU Autoconf 2.68,
+ with options \\"\$ac_cs_config\\"
@@ -7408,7 +7408,7 @@ Index: libffi/configure.ac
AC_PREREQ(2.64)
-AC_INIT([libffi], [3.0.9], [http://gcc.gnu.org/bugs.html])
+AC_INIT([libffi], [3.0.11-rc2], [http://github.com/atgreen/libffi/issues])
+AC_INIT([libffi], [3.0.11-rc3], [http://github.com/atgreen/libffi/issues])
AC_CONFIG_HEADERS([fficonfig.h])
-AM_ENABLE_MULTILIB(, ..)
@@ -7750,7 +7750,7 @@ Index: libffi/libtool-version
+#
# CURRENT:REVISION:AGE
-4:1:0
+5:10:0
+6:0:0
Index: libffi/mdate-sh
===================================================================
--- /dev/null
@@ -20363,3 +20363,24 @@ Index: libffi/aclocal.m4
+m4_include([m4/ltversion.m4])
+m4_include([m4/lt~obsolete.m4])
m4_include([acinclude.m4])
Index: libffi/README
===================================================================
--- libffi.orig/README
+++ libffi/README
@@ -147,12 +147,13 @@ History
See the ChangeLog files for details.
3.0.11 MMM-DD-YY
- Lots of build fixes.
- Add Amiga and newer MacOS support.
+ Add support for variadic functions (ffi_prep_cif_var).
Add Linux/x32 support.
- Add thiscall and fastcall support on Windows.
+ Add thiscall, fastcall and MSVC cdecl support on Windows.
+ Add Amiga and newer MacOS support.
Fix Octeon and MC68881 support.
Fix code pessimizations.
+ Lots of build fixes.
3.0.10 Aug-23-11
Add support for Apple's iOS.