More AIX fixes. rc9.

This commit is contained in:
Anthony Green
2011-02-28 15:36:07 -05:00
parent 53d7b16564
commit 09f8f310f4
47 changed files with 169 additions and 162 deletions

View File

@@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # 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>. # Report bugs to <http://sourceware.org/libffi.html>.
# #
@@ -570,8 +570,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='libffi' PACKAGE_NAME='libffi'
PACKAGE_TARNAME='libffi' PACKAGE_TARNAME='libffi'
PACKAGE_VERSION='3.0.10rc8' PACKAGE_VERSION='3.0.10rc9'
PACKAGE_STRING='libffi 3.0.10rc8' PACKAGE_STRING='libffi 3.0.10rc9'
PACKAGE_BUGREPORT='http://sourceware.org/libffi.html' PACKAGE_BUGREPORT='http://sourceware.org/libffi.html'
PACKAGE_URL='' 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. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF 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]... Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1438,7 +1438,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of libffi 3.0.10rc8:";; short | recursive ) echo "Configuration of libffi 3.0.10rc9:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@@ -1547,7 +1547,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
libffi configure 3.0.10rc8 libffi configure 3.0.10rc9
generated by GNU Autoconf 2.68 generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc. Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2148,7 +2148,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. 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 generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@ $ $0 $@
@@ -3081,7 +3081,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='libffi' PACKAGE='libffi'
VERSION='3.0.10rc8' VERSION='3.0.10rc9'
cat >>confdefs.h <<_ACEOF 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 # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" 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 generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@@ -14197,7 +14197,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
libffi config.status 3.0.10rc8 libffi config.status 3.0.10rc9
configured by $0, generated by GNU Autoconf 2.68, configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View File

@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
AC_PREREQ(2.63) 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_CONFIG_HEADERS([fficonfig.h])
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM

View File

@@ -94,7 +94,7 @@
2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com> 2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com>
* configure.ac: Fix x86 test for pc related relocs. * configure.ac: Fix x86 test for pc related relocs.
* confifure: Rebuilt. * configure: Rebuilt.
2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com> 2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com>

View File

@@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # 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>. # Report bugs to <http://sourceware.org/libffi.html>.
# #
@@ -570,8 +570,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='libffi' PACKAGE_NAME='libffi'
PACKAGE_TARNAME='libffi' PACKAGE_TARNAME='libffi'
PACKAGE_VERSION='3.0.10rc8' PACKAGE_VERSION='3.0.10rc9'
PACKAGE_STRING='libffi 3.0.10rc8' PACKAGE_STRING='libffi 3.0.10rc9'
PACKAGE_BUGREPORT='http://sourceware.org/libffi.html' PACKAGE_BUGREPORT='http://sourceware.org/libffi.html'
PACKAGE_URL='' 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. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF 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]... Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1435,7 +1435,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of libffi 3.0.10rc8:";; short | recursive ) echo "Configuration of libffi 3.0.10rc9:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@@ -1544,7 +1544,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
libffi configure 3.0.10rc8 libffi configure 3.0.10rc9
generated by GNU Autoconf 2.68 generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc. Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2145,7 +2145,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. 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 generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@ $ $0 $@
@@ -3078,7 +3078,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='libffi' PACKAGE='libffi'
VERSION='3.0.10rc8' VERSION='3.0.10rc9'
cat >>confdefs.h <<_ACEOF 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 # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" 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 generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@@ -14123,7 +14123,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
libffi config.status 3.0.10rc8 libffi config.status 3.0.10rc9
configured by $0, generated by GNU Autoconf 2.68, configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View File

@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
AC_PREREQ(2.63) 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_CONFIG_HEADERS([fficonfig.h])
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM

View File

@@ -14,7 +14,7 @@
2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com> 2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com>
* configure.ac: Fix x86 test for pc related relocs. * configure.ac: Fix x86 test for pc related relocs.
* confifure: Rebuilt. * configure: Rebuilt.
2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com> 2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com>

View File

@@ -116,7 +116,7 @@
2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com> 2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com>
* configure.ac: Fix x86 test for pc related relocs. * configure.ac: Fix x86 test for pc related relocs.
* confifure: Rebuilt. * configure: Rebuilt.
2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com> 2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com>

View File

@@ -51,7 +51,7 @@
2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com> 2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com>
* configure.ac: Fix x86 test for pc related relocs. * configure.ac: Fix x86 test for pc related relocs.
* confifure: Rebuilt. * configure: Rebuilt.
2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com> 2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com>

View File

@@ -111,7 +111,7 @@
2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com> 2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com>
* configure.ac: Fix x86 test for pc related relocs. * configure.ac: Fix x86 test for pc related relocs.
* confifure: Rebuilt. * configure: Rebuilt.
2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com> 2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com>

View File

@@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # 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>. # Report bugs to <http://sourceware.org/libffi.html>.
# #
@@ -570,8 +570,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='libffi' PACKAGE_NAME='libffi'
PACKAGE_TARNAME='libffi' PACKAGE_TARNAME='libffi'
PACKAGE_VERSION='3.0.10rc8' PACKAGE_VERSION='3.0.10rc9'
PACKAGE_STRING='libffi 3.0.10rc8' PACKAGE_STRING='libffi 3.0.10rc9'
PACKAGE_BUGREPORT='http://sourceware.org/libffi.html' PACKAGE_BUGREPORT='http://sourceware.org/libffi.html'
PACKAGE_URL='' 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. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF 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]... Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1438,7 +1438,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of libffi 3.0.10rc8:";; short | recursive ) echo "Configuration of libffi 3.0.10rc9:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@@ -1547,7 +1547,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
libffi configure 3.0.10rc8 libffi configure 3.0.10rc9
generated by GNU Autoconf 2.68 generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc. Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2148,7 +2148,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. 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 generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@ $ $0 $@
@@ -3081,7 +3081,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='libffi' PACKAGE='libffi'
VERSION='3.0.10rc8' VERSION='3.0.10rc9'
cat >>confdefs.h <<_ACEOF 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 # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" 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 generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@@ -14199,7 +14199,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
libffi config.status 3.0.10rc8 libffi config.status 3.0.10rc9
configured by $0, generated by GNU Autoconf 2.68, configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View File

@@ -23,7 +23,7 @@
2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com> 2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com>
* configure.ac: Fix x86 test for pc related relocs. * configure.ac: Fix x86 test for pc related relocs.
* confifure: Rebuilt. * configure: Rebuilt.
2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com> 2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com>

View File

@@ -57,7 +57,7 @@
2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com> 2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com>
* configure.ac: Fix x86 test for pc related relocs. * configure.ac: Fix x86 test for pc related relocs.
* confifure: Rebuilt. * configure: Rebuilt.
2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com> 2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com>

20
.pc/interix/configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # 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>. # Report bugs to <http://sourceware.org/libffi.html>.
# #
@@ -570,8 +570,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='libffi' PACKAGE_NAME='libffi'
PACKAGE_TARNAME='libffi' PACKAGE_TARNAME='libffi'
PACKAGE_VERSION='3.0.10rc8' PACKAGE_VERSION='3.0.10rc9'
PACKAGE_STRING='libffi 3.0.10rc8' PACKAGE_STRING='libffi 3.0.10rc9'
PACKAGE_BUGREPORT='http://sourceware.org/libffi.html' PACKAGE_BUGREPORT='http://sourceware.org/libffi.html'
PACKAGE_URL='' 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. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF 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]... Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1438,7 +1438,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of libffi 3.0.10rc8:";; short | recursive ) echo "Configuration of libffi 3.0.10rc9:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@@ -1547,7 +1547,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
libffi configure 3.0.10rc8 libffi configure 3.0.10rc9
generated by GNU Autoconf 2.68 generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc. Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2148,7 +2148,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. 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 generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@ $ $0 $@
@@ -3081,7 +3081,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='libffi' PACKAGE='libffi'
VERSION='3.0.10rc8' VERSION='3.0.10rc9'
cat >>confdefs.h <<_ACEOF 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 # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" 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 generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@@ -14199,7 +14199,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
libffi config.status 3.0.10rc8 libffi config.status 3.0.10rc9
configured by $0, generated by GNU Autoconf 2.68, configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View File

@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
AC_PREREQ(2.63) 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_CONFIG_HEADERS([fficonfig.h])
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM

View File

@@ -94,7 +94,7 @@
2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com> 2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com>
* configure.ac: Fix x86 test for pc related relocs. * configure.ac: Fix x86 test for pc related relocs.
* confifure: Rebuilt. * configure: Rebuilt.
2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com> 2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com>

View File

@@ -28,7 +28,7 @@
2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com> 2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com>
* configure.ac: Fix x86 test for pc related relocs. * configure.ac: Fix x86 test for pc related relocs.
* confifure: Rebuilt. * configure: Rebuilt.
2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com> 2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com>

View File

@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
AC_PREREQ(2.63) 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_CONFIG_HEADERS([fficonfig.h])
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM

View File

@@ -72,7 +72,7 @@
2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com> 2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com>
* configure.ac: Fix x86 test for pc related relocs. * configure.ac: Fix x86 test for pc related relocs.
* confifure: Rebuilt. * configure: Rebuilt.
2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com> 2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com>

View File

@@ -86,11 +86,15 @@ extern "C" {
#else #else
# ifdef LLONG_MAX # ifdef LLONG_MAX
# define FFI_LONG_LONG_MAX 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 # else
# ifdef __GNUC__ # ifdef __GNUC__
# define FFI_LONG_LONG_MAX __LONG_LONG_MAX__ # define FFI_LONG_LONG_MAX __LONG_LONG_MAX__
# endif # endif
# ifdef _AIX # ifdef _AIX /* AIX 5.1 and earlier have LONGLONG_MAX */
# ifndef __PPC64__ # ifndef __PPC64__
# if defined (__IBMC__) || defined (__IBMCPP__) # if defined (__IBMC__) || defined (__IBMCPP__)
# define FFI_LONG_LONG_MAX LONGLONG_MAX # define FFI_LONG_LONG_MAX LONGLONG_MAX

View File

@@ -68,7 +68,7 @@
2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com> 2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com>
* configure.ac: Fix x86 test for pc related relocs. * configure.ac: Fix x86 test for pc related relocs.
* confifure: Rebuilt. * configure: Rebuilt.
2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com> 2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com>

View File

@@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # 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>. # Report bugs to <http://sourceware.org/libffi.html>.
# #
@@ -570,8 +570,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='libffi' PACKAGE_NAME='libffi'
PACKAGE_TARNAME='libffi' PACKAGE_TARNAME='libffi'
PACKAGE_VERSION='3.0.10rc8' PACKAGE_VERSION='3.0.10rc9'
PACKAGE_STRING='libffi 3.0.10rc8' PACKAGE_STRING='libffi 3.0.10rc9'
PACKAGE_BUGREPORT='http://sourceware.org/libffi.html' PACKAGE_BUGREPORT='http://sourceware.org/libffi.html'
PACKAGE_URL='' 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. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF 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]... Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1438,7 +1438,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of libffi 3.0.10rc8:";; short | recursive ) echo "Configuration of libffi 3.0.10rc9:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@@ -1547,7 +1547,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
libffi configure 3.0.10rc8 libffi configure 3.0.10rc9
generated by GNU Autoconf 2.68 generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc. Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2148,7 +2148,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. 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 generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@ $ $0 $@
@@ -3081,7 +3081,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='libffi' PACKAGE='libffi'
VERSION='3.0.10rc8' VERSION='3.0.10rc9'
cat >>confdefs.h <<_ACEOF 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 # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" 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 generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@@ -14199,7 +14199,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
libffi config.status 3.0.10rc8 libffi config.status 3.0.10rc9
configured by $0, generated by GNU Autoconf 2.68, configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View File

@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
AC_PREREQ(2.63) 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_CONFIG_HEADERS([fficonfig.h])
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM

View File

@@ -85,7 +85,7 @@
2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com> 2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com>
* configure.ac: Fix x86 test for pc related relocs. * configure.ac: Fix x86 test for pc related relocs.
* confifure: Rebuilt. * configure: Rebuilt.
2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com> 2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com>

View File

@@ -80,7 +80,7 @@
2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com> 2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com>
* configure.ac: Fix x86 test for pc related relocs. * configure.ac: Fix x86 test for pc related relocs.
* confifure: Rebuilt. * configure: Rebuilt.
2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com> 2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com>

View File

@@ -18,7 +18,7 @@
2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com> 2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com>
* configure.ac: Fix x86 test for pc related relocs. * configure.ac: Fix x86 test for pc related relocs.
* confifure: Rebuilt. * configure: Rebuilt.
2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com> 2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com>

View File

@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
AC_PREREQ(2.63) 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_CONFIG_HEADERS([fficonfig.h])
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM

View File

@@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # 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>. # Report bugs to <http://sourceware.org/libffi.html>.
# #
@@ -570,8 +570,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='libffi' PACKAGE_NAME='libffi'
PACKAGE_TARNAME='libffi' PACKAGE_TARNAME='libffi'
PACKAGE_VERSION='3.0.10rc8' PACKAGE_VERSION='3.0.10rc9'
PACKAGE_STRING='libffi 3.0.10rc8' PACKAGE_STRING='libffi 3.0.10rc9'
PACKAGE_BUGREPORT='http://sourceware.org/libffi.html' PACKAGE_BUGREPORT='http://sourceware.org/libffi.html'
PACKAGE_URL='' 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. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF 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]... Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1437,7 +1437,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of libffi 3.0.10rc8:";; short | recursive ) echo "Configuration of libffi 3.0.10rc9:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@@ -1546,7 +1546,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
libffi configure 3.0.10rc8 libffi configure 3.0.10rc9
generated by GNU Autoconf 2.68 generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc. Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2147,7 +2147,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. 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 generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@ $ $0 $@
@@ -3080,7 +3080,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='libffi' PACKAGE='libffi'
VERSION='3.0.10rc8' VERSION='3.0.10rc9'
cat >>confdefs.h <<_ACEOF 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 # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" 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 generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@@ -14141,7 +14141,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
libffi config.status 3.0.10rc8 libffi config.status 3.0.10rc9
configured by $0, generated by GNU Autoconf 2.68, configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View File

@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
AC_PREREQ(2.63) 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_CONFIG_HEADERS([fficonfig.h])
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM

View File

@@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # 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>. # Report bugs to <http://sourceware.org/libffi.html>.
# #
@@ -570,8 +570,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='libffi' PACKAGE_NAME='libffi'
PACKAGE_TARNAME='libffi' PACKAGE_TARNAME='libffi'
PACKAGE_VERSION='3.0.10rc8' PACKAGE_VERSION='3.0.10rc9'
PACKAGE_STRING='libffi 3.0.10rc8' PACKAGE_STRING='libffi 3.0.10rc9'
PACKAGE_BUGREPORT='http://sourceware.org/libffi.html' PACKAGE_BUGREPORT='http://sourceware.org/libffi.html'
PACKAGE_URL='' 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. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF 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]... Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1438,7 +1438,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of libffi 3.0.10rc8:";; short | recursive ) echo "Configuration of libffi 3.0.10rc9:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@@ -1547,7 +1547,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
libffi configure 3.0.10rc8 libffi configure 3.0.10rc9
generated by GNU Autoconf 2.68 generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc. Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2148,7 +2148,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. 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 generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@ $ $0 $@
@@ -3081,7 +3081,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='libffi' PACKAGE='libffi'
VERSION='3.0.10rc8' VERSION='3.0.10rc9'
cat >>confdefs.h <<_ACEOF 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 # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" 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 generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@@ -14197,7 +14197,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
libffi config.status 3.0.10rc8 libffi config.status 3.0.10rc9
configured by $0, generated by GNU Autoconf 2.68, configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View File

@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
AC_PREREQ(2.63) 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_CONFIG_HEADERS([fficonfig.h])
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM

View File

@@ -121,7 +121,7 @@
2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com> 2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com>
* configure.ac: Fix x86 test for pc related relocs. * configure.ac: Fix x86 test for pc related relocs.
* confifure: Rebuilt. * configure: Rebuilt.
2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com> 2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com>

0
compile Executable file → Normal file
View File

0
config.guess vendored Executable file → Normal file
View File

0
config.sub vendored Executable file → Normal file
View File

20
configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # 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>. # Report bugs to <http://sourceware.org/libffi.html>.
# #
@@ -570,8 +570,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='libffi' PACKAGE_NAME='libffi'
PACKAGE_TARNAME='libffi' PACKAGE_TARNAME='libffi'
PACKAGE_VERSION='3.0.10rc8' PACKAGE_VERSION='3.0.10rc9'
PACKAGE_STRING='libffi 3.0.10rc8' PACKAGE_STRING='libffi 3.0.10rc9'
PACKAGE_BUGREPORT='http://sourceware.org/libffi.html' PACKAGE_BUGREPORT='http://sourceware.org/libffi.html'
PACKAGE_URL='' 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. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF 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]... Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1446,7 +1446,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of libffi 3.0.10rc8:";; short | recursive ) echo "Configuration of libffi 3.0.10rc9:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@@ -1562,7 +1562,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
libffi configure 3.0.10rc8 libffi configure 3.0.10rc9
generated by GNU Autoconf 2.68 generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc. Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2163,7 +2163,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. 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 generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@ $ $0 $@
@@ -3197,7 +3197,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='libffi' PACKAGE='libffi'
VERSION='3.0.10rc8' VERSION='3.0.10rc9'
cat >>confdefs.h <<_ACEOF 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 # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" 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 generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@@ -15221,7 +15221,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
libffi config.status 3.0.10rc8 libffi config.status 3.0.10rc9
configured by $0, generated by GNU Autoconf 2.68, configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View File

@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
AC_PREREQ(2.63) 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_CONFIG_HEADERS([fficonfig.h])
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM

0
depcomp Executable file → Normal file
View File

View File

@@ -1,4 +1,4 @@
@set UPDATED 25 February 2011 @set UPDATED 25 February 2011
@set UPDATED-MONTH February 2011 @set UPDATED-MONTH February 2011
@set EDITION 3.0.10rc7 @set EDITION 3.0.10rc8
@set VERSION 3.0.10rc7 @set VERSION 3.0.10rc8

View File

@@ -1,4 +1,4 @@
@set UPDATED 25 February 2011 @set UPDATED 25 February 2011
@set UPDATED-MONTH February 2011 @set UPDATED-MONTH February 2011
@set EDITION 3.0.10rc7 @set EDITION 3.0.10rc8
@set VERSION 3.0.10rc7 @set VERSION 3.0.10rc8

View File

@@ -86,11 +86,15 @@ extern "C" {
#else #else
# ifdef LLONG_MAX # ifdef LLONG_MAX
# define FFI_LONG_LONG_MAX 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 # else
# ifdef __GNUC__ # ifdef __GNUC__
# define FFI_LONG_LONG_MAX __LONG_LONG_MAX__ # define FFI_LONG_LONG_MAX __LONG_LONG_MAX__
# endif # endif
# ifdef _AIX # ifdef _AIX /* AIX 5.1 and earlier have LONGLONG_MAX */
# ifndef __PPC64__ # ifndef __PPC64__
# if defined (__IBMC__) || defined (__IBMCPP__) # if defined (__IBMC__) || defined (__IBMCPP__)
# define FFI_LONG_LONG_MAX LONGLONG_MAX # define FFI_LONG_LONG_MAX LONGLONG_MAX
@@ -270,12 +274,7 @@ size_t ffi_java_raw_size (ffi_cif *cif);
__declspec(align(8)) __declspec(align(8))
#endif #endif
typedef struct { typedef struct {
#if @FFI_EXEC_TRAMPOLINE_TABLE@
void *trampoline_table;
void *trampoline_table_entry;
#else
char tramp[FFI_TRAMPOLINE_SIZE]; char tramp[FFI_TRAMPOLINE_SIZE];
#endif
ffi_cif *cif; ffi_cif *cif;
void (*fun)(ffi_cif*,void*,void**,void*); void (*fun)(ffi_cif*,void*,void**,void*);
void *user_data; void *user_data;
@@ -308,12 +307,7 @@ ffi_prep_closure_loc (ffi_closure*,
# pragma pack 8 # pragma pack 8
#endif #endif
typedef struct { typedef struct {
#if @FFI_EXEC_TRAMPOLINE_TABLE@
void *trampoline_table;
void *trampoline_table_entry;
#else
char tramp[FFI_TRAMPOLINE_SIZE]; char tramp[FFI_TRAMPOLINE_SIZE];
#endif
ffi_cif *cif; ffi_cif *cif;
@@ -334,12 +328,7 @@ typedef struct {
} ffi_raw_closure; } ffi_raw_closure;
typedef struct { typedef struct {
#if @FFI_EXEC_TRAMPOLINE_TABLE@
void *trampoline_table;
void *trampoline_table_entry;
#else
char tramp[FFI_TRAMPOLINE_SIZE]; char tramp[FFI_TRAMPOLINE_SIZE];
#endif
ffi_cif *cif; ffi_cif *cif;

0
install-sh Executable file → Normal file
View File

0
mdate-sh Executable file → Normal file
View File

0
missing Executable file → Normal file
View File

View File

@@ -2,7 +2,7 @@ Index: libffi/ChangeLog
=================================================================== ===================================================================
--- libffi.orig/ChangeLog --- libffi.orig/ChangeLog
+++ libffi/ChangeLog +++ libffi/ChangeLog
@@ -1,3 +1,16 @@ @@ -1,7 +1,20 @@
+2011-02-11 Anthony Green <green@moxielogic.com> +2011-02-11 Anthony Green <green@moxielogic.com>
+ +
+ From Tom Honermann <tom.honermann@oracle.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> 2011-02-08 Rafael Avila de Espindola <respindola@mozilla.com>
* configure.ac: Fix x86 test for pc related relocs. * 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 Index: libffi/include/ffi.h.in
=================================================================== ===================================================================
--- libffi.orig/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, THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 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). /* 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 But we can find it either under the correct ANSI name, or under GNU
C's internal name. */ C's internal name. */
@@ -61,11 +66,17 @@ Index: libffi/include/ffi.h.in
#ifdef LONG_LONG_MAX #ifdef LONG_LONG_MAX
# define FFI_LONG_LONG_MAX LONG_LONG_MAX # define FFI_LONG_LONG_MAX LONG_LONG_MAX
#else #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__ # ifdef __GNUC__
# define FFI_LONG_LONG_MAX __LONG_LONG_MAX__ # define FFI_LONG_LONG_MAX __LONG_LONG_MAX__
# endif # endif
+# ifdef _AIX +# ifdef _AIX /* AIX 5.1 and earlier have LONGLONG_MAX */
+# ifndef __PPC64__ +# ifndef __PPC64__
+# if defined (__IBMC__) || defined (__IBMCPP__) +# if defined (__IBMC__) || defined (__IBMCPP__)
+# define FFI_LONG_LONG_MAX LONGLONG_MAX +# define FFI_LONG_LONG_MAX LONGLONG_MAX
@@ -77,7 +88,7 @@ Index: libffi/include/ffi.h.in
# endif # endif
#endif #endif
@@ -132,17 +145,17 @@ typedef struct _ffi_type @@ -132,17 +149,17 @@ typedef struct _ffi_type
#endif #endif
#if LONG_MAX == 2147483647 #if LONG_MAX == 2147483647
@@ -98,7 +109,7 @@ Index: libffi/include/ffi.h.in
# define ffi_type_ulong ffi_type_uint64 # define ffi_type_ulong ffi_type_uint64
# define ffi_type_slong ffi_type_sint64 # define ffi_type_slong ffi_type_sint64
#else #else
@@ -195,7 +208,7 @@ typedef struct { @@ -195,7 +212,7 @@ typedef struct {
#ifndef FFI_SIZEOF_ARG #ifndef FFI_SIZEOF_ARG
# if LONG_MAX == 2147483647 # if LONG_MAX == 2147483647
# define FFI_SIZEOF_ARG 4 # define FFI_SIZEOF_ARG 4

View File

@@ -18,7 +18,7 @@ Index: libffi/include/ffi.h.in
=================================================================== ===================================================================
--- libffi.orig/include/ffi.h.in --- libffi.orig/include/ffi.h.in
+++ libffi/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))); } ffi_closure __attribute__((aligned (8)));
#else #else
} ffi_closure; } ffi_closure;
@@ -28,7 +28,7 @@ Index: libffi/include/ffi.h.in
#endif #endif
void *ffi_closure_alloc (size_t size, void **code); 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 *user_data,
void*codeloc); void*codeloc);

View File

@@ -4059,7 +4059,7 @@ Index: libffi/configure
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # 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.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>. +# Report bugs to <http://sourceware.org/libffi.html>.
# #
@@ -4169,8 +4169,8 @@ Index: libffi/configure
-PACKAGE_VERSION='3.0.9' -PACKAGE_VERSION='3.0.9'
-PACKAGE_STRING='libffi 3.0.9' -PACKAGE_STRING='libffi 3.0.9'
-PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html' -PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html'
+PACKAGE_VERSION='3.0.10rc6' +PACKAGE_VERSION='3.0.10rc9'
+PACKAGE_STRING='libffi 3.0.10rc6' +PACKAGE_STRING='libffi 3.0.10rc9'
+PACKAGE_BUGREPORT='http://sourceware.org/libffi.html' +PACKAGE_BUGREPORT='http://sourceware.org/libffi.html'
PACKAGE_URL='' 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
-\`configure' configures libffi 3.0.9 to adapt to many kinds of systems. -\`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]... Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -4381,7 +4381,7 @@ Index: libffi/configure
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
- short | recursive ) echo "Configuration of libffi 3.0.9:";; - 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 esac
cat <<\_ACEOF cat <<\_ACEOF
@@ -4426,7 +4426,7 @@ Index: libffi/configure
cat <<\_ACEOF cat <<\_ACEOF
-libffi configure 3.0.9 -libffi configure 3.0.9
-generated by GNU Autoconf 2.64 -generated by GNU Autoconf 2.64
+libffi configure 3.0.10rc6 +libffi configure 3.0.10rc9
+generated by GNU Autoconf 2.68 +generated by GNU Autoconf 2.68
-Copyright (C) 2009 Free Software Foundation, Inc. -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 -It was created by libffi $as_me 3.0.9, which was
-generated by GNU Autoconf 2.64. Invocation command line 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 +generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@ $ $0 $@
@@ -5048,7 +5048,7 @@ Index: libffi/configure
# Define the identity of the package. # Define the identity of the package.
PACKAGE='libffi' PACKAGE='libffi'
- VERSION='3.0.9' - VERSION='3.0.9'
+ VERSION='3.0.10rc6' + VERSION='3.0.10rc9'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@@ -7959,7 +7959,7 @@ Index: libffi/configure
ac_log=" ac_log="
-This file was extended by libffi $as_me 3.0.9, which was -This file was extended by libffi $as_me 3.0.9, which was
-generated by GNU Autoconf 2.64. Invocation command line 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 +generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@@ -7986,7 +7986,7 @@ Index: libffi/configure
-libffi config.status 3.0.9 -libffi config.status 3.0.9
-configured by $0, generated by GNU Autoconf 2.64, -configured by $0, generated by GNU Autoconf 2.64,
- with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" - 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, +configured by $0, generated by GNU Autoconf 2.68,
+ with options \\"\$ac_cs_config\\" + with options \\"\$ac_cs_config\\"
@@ -9016,7 +9016,7 @@ Index: libffi/configure.ac
+AC_PREREQ(2.63) +AC_PREREQ(2.63)
-AC_INIT([libffi], [3.0.9], [http://gcc.gnu.org/bugs.html]) -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]) AC_CONFIG_HEADERS([fficonfig.h])
-AM_ENABLE_MULTILIB(, ..) -AM_ENABLE_MULTILIB(, ..)

View File

@@ -147,6 +147,23 @@ _L__\name:
.endm .endm
#endif #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 @ r0: ffi_prep_args
@ r1: &ecif @ r1: &ecif
@ r2: cif->bytes @ r2: cif->bytes
@@ -170,7 +187,7 @@ ARM_FUNC_START ffi_call_SYSV
@ r1 already set @ r1 already set
@ Call ffi_prep_args(stack, &ecif) @ Call ffi_prep_args(stack, &ecif)
bl CNAME(ffi_prep_args) bl ffi_prep_args
@ move first 4 parameters in registers @ move first 4 parameters in registers
ldmia sp, {r0-r3} ldmia sp, {r0-r3}
@@ -318,12 +335,7 @@ ARM_FUNC_START ffi_closure_SYSV
/* Below are VFP hard-float ABI call and closure implementations. /* Below are VFP hard-float ABI call and closure implementations.
Add VFP FPU directive here. */ 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 .fpu vfp
#endif
@ r0: fn @ r0: fn
@ r1: &ecif @ r1: &ecif
@@ -350,7 +362,7 @@ ARM_FUNC_START ffi_call_VFP
sub r2, fp, #64 @ VFP scratch space sub r2, fp, #64 @ VFP scratch space
@ Call ffi_prep_args(stack, &ecif, vfp_space) @ Call ffi_prep_args(stack, &ecif, vfp_space)
bl CNAME(ffi_prep_args) bl ffi_prep_args
@ Load VFP register args if needed @ Load VFP register args if needed
cmp r0, #0 cmp r0, #0
@@ -412,18 +424,11 @@ LSYM(Lbase_args):
fstmiadeq r2, {d0-d3} fstmiadeq r2, {d0-d3}
LSYM(Lepilogue_vfp): LSYM(Lepilogue_vfp):
#if defined (__INTERWORKING__) RETLDM "r0-r3,fp"
ldmia sp!, {r0-r3,fp, lr}
bx lr
#else
ldmia sp!, {r0-r3,fp, pc}
#endif
.ffi_call_VFP_end: .ffi_call_VFP_end:
UNWIND .fnend UNWIND .fnend
#ifdef __ELF__
.size CNAME(ffi_call_VFP),.ffi_call_VFP_end-CNAME(ffi_call_VFP) .size CNAME(ffi_call_VFP),.ffi_call_VFP_end-CNAME(ffi_call_VFP)
#endif
ARM_FUNC_START ffi_closure_VFP ARM_FUNC_START ffi_closure_VFP
@@ -439,7 +444,7 @@ ARM_FUNC_START ffi_closure_VFP
sub sp, sp, #72 sub sp, sp, #72
str sp, [sp, #64] str sp, [sp, #64]
add r1, sp, #64 add r1, sp, #64
bl CNAME(ffi_closure_SYSV_inner) bl ffi_closure_SYSV_inner
cmp r0, #FFI_TYPE_INT cmp r0, #FFI_TYPE_INT
beq .Lretint_vfp beq .Lretint_vfp
@@ -485,9 +490,7 @@ ARM_FUNC_START ffi_closure_VFP
.ffi_closure_VFP_end: .ffi_closure_VFP_end:
UNWIND .fnend UNWIND .fnend
#ifdef __ELF__
.size CNAME(ffi_closure_VFP),.ffi_closure_VFP_end-CNAME(ffi_closure_VFP) .size CNAME(ffi_closure_VFP),.ffi_closure_VFP_end-CNAME(ffi_closure_VFP)
#endif
#if defined __ELF__ && defined __linux__ #if defined __ELF__ && defined __linux__
.section .note.GNU-stack,"",%progbits .section .note.GNU-stack,"",%progbits