Update to rc2

This commit is contained in:
Anthony Green
2011-02-09 06:24:23 -05:00
parent 0cad4386fa
commit 630b9c0ac4
22 changed files with 16031 additions and 134 deletions

View File

@@ -977,21 +977,3 @@ Index: libffi/README
| AVR32 | Linux |
| HPPA | HPUX |
| IA-64 | Linux |
@@ -139,13 +140,12 @@ History
See the ChangeLog files for details.
3.0.10 ???-??-??
+ Add iOS support.
Fix the N64 build on mips-sgi-irix6.5.
- Testsuite fixes for Tru64 Unix.
Enable builds with Microsoft's compiler.
- Enable x86 builds with Sun's compiler.
-
-3.0.10 ???-??-??
- Fix the N64 build on mips-sgi-irix6.5.
+ Enable x86 builds with Oracle's Solaris compiler.
+ Fix support for calling code compiled with Oracle's Sparc
+ Solaris compiler.
Testsuite fixes for Tru64 Unix.
3.0.9 Dec-31-09

View File

@@ -2,7 +2,7 @@ Index: libffi/README
===================================================================
--- libffi.orig/README
+++ libffi/README
@@ -114,9 +114,13 @@ It's also possible to build libffi on Wi
@@ -116,9 +116,13 @@ It's also possible to build libffi on Wi
Microsoft's Visual C++ compiler. In this case, use the msvcc.sh
wrapper script during configuration like so:

View 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.63 for libffi 3.0.10rc1.
+# Generated by GNU Autoconf 2.63 for libffi 3.0.10rc2.
#
# Report bugs to <http://gcc.gnu.org/bugs.html>.
#
@@ -5015,8 +5015,8 @@ Index: libffi/configure
PACKAGE_TARNAME='libffi'
-PACKAGE_VERSION='3.0.9'
-PACKAGE_STRING='libffi 3.0.9'
+PACKAGE_VERSION='3.0.10rc1'
+PACKAGE_STRING='libffi 3.0.10rc1'
+PACKAGE_VERSION='3.0.10rc2'
+PACKAGE_STRING='libffi 3.0.10rc2'
PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html'
-PACKAGE_URL=''
@@ -5190,7 +5190,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.10rc1 to adapt to many kinds of systems.
+\`configure' configures libffi 3.0.10rc2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -5199,7 +5199,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.10rc1:";;
+ short | recursive ) echo "Configuration of libffi 3.0.10rc2:";;
esac
cat <<\_ACEOF
@@ -5217,7 +5217,7 @@ Index: libffi/configure
cat <<\_ACEOF
-libffi configure 3.0.9
-generated by GNU Autoconf 2.64
+libffi configure 3.0.10rc1
+libffi configure 3.0.10rc2
+generated by GNU Autoconf 2.63
-Copyright (C) 2009 Free Software Foundation, Inc.
@@ -5317,7 +5317,7 @@ Index: libffi/configure
- rm -rf conftest.dSYM conftest_ipa8_conftest.oo
- eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
- return $ac_retval
+It was created by libffi $as_me 3.0.10rc1, which was
+It was created by libffi $as_me 3.0.10rc2, which was
+generated by GNU Autoconf 2.63. Invocation command line was
-} # ac_fn_c_try_link
@@ -6590,7 +6590,7 @@ Index: libffi/configure
# Define the identity of the package.
PACKAGE='libffi'
- VERSION='3.0.9'
+ VERSION='3.0.10rc1'
+ VERSION='3.0.10rc2'
cat >>confdefs.h <<_ACEOF
@@ -16156,7 +16156,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.10rc1, which was
+This file was extended by libffi $as_me 3.0.10rc2, which was
+generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16188,7 +16188,7 @@ Index: libffi/configure
ac_cs_version="\\
-libffi config.status 3.0.9
-configured by $0, generated by GNU Autoconf 2.64,
+libffi config.status 3.0.10rc1
+libffi config.status 3.0.10rc2
+configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
@@ -17148,7 +17148,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.10rc1], [http://gcc.gnu.org/bugs.html])
+AC_INIT([libffi], [3.0.10rc2], [http://gcc.gnu.org/bugs.html])
AC_CONFIG_HEADERS([fficonfig.h])
-AM_ENABLE_MULTILIB(, ..)
@@ -34905,7 +34905,7 @@ Index: libffi/README
======
-libffi-3.0.9 was released on December 31, 2009. Check the libffi web
+libffi-3.0.10 was released on XXXXXXXXXX, 2010. Check the libffi web
+libffi-3.0.10 was released on XXXXXXXXXX, 2011. Check the libffi web
page for updates: <URL:http://sourceware.org/libffi/>.
@@ -34918,7 +34918,7 @@ Index: libffi/README
At the time of release, the following basic configurations have been
tested:
@@ -55,6 +52,7 @@ tested:
@@ -55,12 +52,15 @@ tested:
| Architecture | Operating System |
|--------------+------------------|
| Alpha | Linux |
@@ -34926,7 +34926,15 @@ Index: libffi/README
| ARM | Linux |
| AVR32 | Linux |
| HPPA | HPUX |
@@ -84,6 +82,7 @@ tested:
| IA-64 | Linux |
+| M68K | RTEMS |
| MIPS | IRIX |
| MIPS | Linux |
+| MIPS | RTEMS |
| MIPS64 | Linux |
| PowerPC | Linux |
| PowerPC | Mac OSX |
@@ -84,6 +84,7 @@ tested:
| X86-64 | FreeBSD |
| X86-64 | Linux |
| X86-64 | OpenBSD |
@@ -34934,17 +34942,32 @@ Index: libffi/README
|--------------+------------------|
Please send additional platform test results to
@@ -141,6 +140,10 @@ See the ChangeLog files for details.
Enable builds with Microsoft's compiler.
Enable x86 builds with Sun's compiler.
@@ -136,10 +137,14 @@ History
See the ChangeLog files for details.
+3.0.10 ???-??-??
+ Fix the N64 build on mips-sgi-irix6.5.
3.0.10 ???-??-??
+ Add support for Apple's iOS.
+ Add RTEMS support for MIPS and M68K.
Fix the N64 build on mips-sgi-irix6.5.
- Testsuite fixes for Tru64 Unix.
Enable builds with Microsoft's compiler.
- Enable x86 builds with Sun's compiler.
+ Enable x86 builds with Oracle's Solaris compiler.
+ Fix support for calling code compiled with Oracle's Sparc
+ Solaris compiler.
+ Testsuite fixes for Tru64 Unix.
+
3.0.9 Dec-31-09
Add AVR32 and win64 ports. Add ARM softfp support.
Many fixes for AIX, Solaris, HP-UX, *BSD.
@@ -320,5 +325,6 @@ Alex Oliva solved the executable page pr
The list above is almost certainly incomplete and inaccurate. I'm
happy to make corrections or additions upon request.
-If you have a problem, or have found a bug, please send a note to
-green@redhat.com.
+If you have a problem, or have found a bug, please send a note to the
+author at green@moxielogic.com, or the project mailing list at
+libffi-discuss@sourceware.org.
Index: libffi/testsuite/Makefile.am
===================================================================
--- libffi.orig/testsuite/Makefile.am

View File

@@ -94,9 +94,9 @@ Index: libffi/aclocal.m4
===================================================================
--- libffi.orig/aclocal.m4
+++ libffi/aclocal.m4
@@ -19,6 +19,811 @@ You have another version of autoconf. I
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.])])
@@ -7968,6 +7968,811 @@ m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_D
m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])
m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
+# ltdl.m4 - Configure ltdl for the target system. -*-Autoconf-*-
+#