]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Release 2.27 binutils-2_27
authorTristan Gingold <gingold@adacore.com>
Wed, 3 Aug 2016 09:24:16 +0000 (11:24 +0200)
committerTristan Gingold <gingold@adacore.com>
Wed, 3 Aug 2016 09:24:16 +0000 (11:24 +0200)
bfd/
2016-08-03  Tristan Gingold  <gingold@adacore.com>

* version.m4: Bump version to 2.27
* configure: Regenerate.

binutils/
2016-08-03  Tristan Gingold  <gingold@adacore.com>

* configure: Regenerate.

gas/
2016-08-03  Tristan Gingold  <gingold@adacore.com>

* configure: Regenerate.

gprof/
2016-08-03  Tristan Gingold  <gingold@adacore.com>

* configure: Regenerate.

ld/
2016-08-03  Tristan Gingold  <gingold@adacore.com>

* configure: Regenerate.

opcodes/
2016-08-03  Tristan Gingold  <gingold@adacore.com>

* configure: Regenerate.

14 files changed:
bfd/ChangeLog
bfd/configure
bfd/development.sh
bfd/version.m4
binutils/ChangeLog
binutils/configure
gas/ChangeLog
gas/configure
gprof/ChangeLog
gprof/configure
ld/ChangeLog
ld/configure
opcodes/ChangeLog
opcodes/configure

index 1230b1c4204b01cb7d51815c5d34fda99bdf4aac..4f859c565abcfa6264b49bd48a49a3d1b55df238 100644 (file)
@@ -1,3 +1,12 @@
+2016-08-03  Tristan Gingold  <gingold@adacore.com>
+
+       * version.m4: Bump version to 2.27
+       * configure: Regenerate.
+
+2016-08-03  Tristan Gingold  <gingold@adacore.com>
+
+       * development.sh: Set development to false.
+
 2016-08-02  Alan Modra  <amodra@gmail.com>
 
        PR ld/20428
index bbb733b81fc71657b0db9691da3a32276c758a37..6e6283d4b49f8ce0c53b8c5c9d3c3010aafc322a 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.64 for bfd 2.26.90.
+# Generated by GNU Autoconf 2.64 for bfd 2.27.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@@ -556,8 +556,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='bfd'
 PACKAGE_TARNAME='bfd'
-PACKAGE_VERSION='2.26.90'
-PACKAGE_STRING='bfd 2.26.90'
+PACKAGE_VERSION='2.27'
+PACKAGE_STRING='bfd 2.27'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1353,7 +1353,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 bfd 2.26.90 to adapt to many kinds of systems.
+\`configure' configures bfd 2.27 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1424,7 +1424,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of bfd 2.26.90:";;
+     short | recursive ) echo "Configuration of bfd 2.27:";;
    esac
   cat <<\_ACEOF
 
@@ -1545,7 +1545,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-bfd configure 2.26.90
+bfd configure 2.27
 generated by GNU Autoconf 2.64
 
 Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2187,7 +2187,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 bfd $as_me 2.26.90, which was
+It was created by bfd $as_me 2.27, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   $ $0 $@
@@ -3996,7 +3996,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='bfd'
- VERSION='2.26.90'
+ VERSION='2.27'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -16576,7 +16576,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 bfd $as_me 2.26.90, which was
+This file was extended by bfd $as_me 2.27, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16640,7 +16640,7 @@ Report bugs to the package provider."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-bfd config.status 2.26.90
+bfd config.status 2.27
 configured by $0, generated by GNU Autoconf 2.64,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
index 85dae6bf1d693023e4ebaeea5895b767de520688..5d00fa0f37b3685b45c6cec1a37e1203d323628a 100644 (file)
@@ -16,4 +16,4 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Controls whether to enable development-mode features by default.
-development=true
+development=false
index 22609c33f35aaf760dfb301378a85650d7061671..e474848878e1d5c9101f3664f06080c84f53ad5f 100644 (file)
@@ -1 +1 @@
-m4_define([BFD_VERSION], [2.26.90])
+m4_define([BFD_VERSION], [2.27])
index d81e9707ed7cafb035ad6445c019178b05b77398..b92bf4657a2c0c3095f4310f5f6bdc5074b1544f 100644 (file)
@@ -1,3 +1,7 @@
+2016-08-03  Tristan Gingold  <gingold@adacore.com>
+
+       * configure: Regenerate.
+
 2016-07-01  Nick Clifton  <nickc@redhat.com>
 
        * Import this patch from the mainline:
index 938eeff8c9bd1cb49e24d2f47a05b6fe3d27d7aa..ea013d16420622c3356b29c963b98982f0da8270 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.64 for binutils 2.26.90.
+# Generated by GNU Autoconf 2.64 for binutils 2.27.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@@ -556,8 +556,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='binutils'
 PACKAGE_TARNAME='binutils'
-PACKAGE_VERSION='2.26.90'
-PACKAGE_STRING='binutils 2.26.90'
+PACKAGE_VERSION='2.27'
+PACKAGE_STRING='binutils 2.27'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1337,7 +1337,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 binutils 2.26.90 to adapt to many kinds of systems.
+\`configure' configures binutils 2.27 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1408,7 +1408,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of binutils 2.26.90:";;
+     short | recursive ) echo "Configuration of binutils 2.27:";;
    esac
   cat <<\_ACEOF
 
@@ -1529,7 +1529,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-binutils configure 2.26.90
+binutils configure 2.27
 generated by GNU Autoconf 2.64
 
 Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2171,7 +2171,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 binutils $as_me 2.26.90, which was
+It was created by binutils $as_me 2.27, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   $ $0 $@
@@ -3980,7 +3980,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='binutils'
- VERSION='2.26.90'
+ VERSION='2.27'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15179,7 +15179,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 binutils $as_me 2.26.90, which was
+This file was extended by binutils $as_me 2.27, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15243,7 +15243,7 @@ Report bugs to the package provider."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-binutils config.status 2.26.90
+binutils config.status 2.27
 configured by $0, generated by GNU Autoconf 2.64,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
index 0f1fc01975bd0cfce5b2fce4317a9b0ad8b80f70..5553b6ca8a5e1dd7d5daaf2155e4bb060b944e8a 100644 (file)
@@ -1,3 +1,7 @@
+2016-08-03  Tristan Gingold  <gingold@adacore.com>
+
+       * configure: Regenerate.
+
 2016-07-01  Tristan Gingold  <gingold@adacore.com>
 
        * configure: Regenerate.
index 9bd33540bf068dcb975498572621c1c880261c9f..7b48a5839fd61fbf1f8d16eca7c2d8860f6c8b5d 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.64 for gas 2.26.90.
+# Generated by GNU Autoconf 2.64 for gas 2.27.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@@ -556,8 +556,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='gas'
 PACKAGE_TARNAME='gas'
-PACKAGE_VERSION='2.26.90'
-PACKAGE_STRING='gas 2.26.90'
+PACKAGE_VERSION='2.27'
+PACKAGE_STRING='gas 2.27'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1328,7 +1328,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 gas 2.26.90 to adapt to many kinds of systems.
+\`configure' configures gas 2.27 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1399,7 +1399,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gas 2.26.90:";;
+     short | recursive ) echo "Configuration of gas 2.27:";;
    esac
   cat <<\_ACEOF
 
@@ -1521,7 +1521,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gas configure 2.26.90
+gas configure 2.27
 generated by GNU Autoconf 2.64
 
 Copyright (C) 2009 Free Software Foundation, Inc.
@@ -1931,7 +1931,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 gas $as_me 2.26.90, which was
+It was created by gas $as_me 2.27, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   $ $0 $@
@@ -3740,7 +3740,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='gas'
- VERSION='2.26.90'
+ VERSION='2.27'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15137,7 +15137,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 gas $as_me 2.26.90, which was
+This file was extended by gas $as_me 2.27, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15201,7 +15201,7 @@ Report bugs to the package provider."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-gas config.status 2.26.90
+gas config.status 2.27
 configured by $0, generated by GNU Autoconf 2.64,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
index fff1666c03c253c89aee6bb448f601e96b315e67..a02b3cee6eb587ca9b87281b78730c31810f6d94 100644 (file)
@@ -1,3 +1,7 @@
+2016-08-03  Tristan Gingold  <gingold@adacore.com>
+
+       * configure: Regenerate.
+
 2016-07-01  Tristan Gingold  <gingold@adacore.com>
 
        * configure: Regenerate.
index 818d118f3c50ffc4539a2d8cbc6f7c5d82a56d73..4c172488ba1c8b5fc690aa252cffae2584a32940 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.64 for gprof 2.26.90.
+# Generated by GNU Autoconf 2.64 for gprof 2.27.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@@ -556,8 +556,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='gprof'
 PACKAGE_TARNAME='gprof'
-PACKAGE_VERSION='2.26.90'
-PACKAGE_STRING='gprof 2.26.90'
+PACKAGE_VERSION='2.27'
+PACKAGE_STRING='gprof 2.27'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1301,7 +1301,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 gprof 2.26.90 to adapt to many kinds of systems.
+\`configure' configures gprof 2.27 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1372,7 +1372,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gprof 2.26.90:";;
+     short | recursive ) echo "Configuration of gprof 2.27:";;
    esac
   cat <<\_ACEOF
 
@@ -1478,7 +1478,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gprof configure 2.26.90
+gprof configure 2.27
 generated by GNU Autoconf 2.64
 
 Copyright (C) 2009 Free Software Foundation, Inc.
@@ -1843,7 +1843,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 gprof $as_me 2.26.90, which was
+It was created by gprof $as_me 2.27, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   $ $0 $@
@@ -3652,7 +3652,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='gprof'
- VERSION='2.26.90'
+ VERSION='2.27'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -12743,7 +12743,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 gprof $as_me 2.26.90, which was
+This file was extended by gprof $as_me 2.27, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -12807,7 +12807,7 @@ Report bugs to the package provider."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-gprof config.status 2.26.90
+gprof config.status 2.27
 configured by $0, generated by GNU Autoconf 2.64,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
index fdd73990f5a000ec71c74e54c926079b43950752..a57cd66522b86657890ea170f1d72cd9af054aad 100644 (file)
@@ -1,3 +1,7 @@
+2016-08-03  Tristan Gingold  <gingold@adacore.com>
+
+       * configure: Regenerate.
+
 2016-07-19  Roland McGrath  <roland@hack.frob.com>
 
        * emulparams/aarch64elf.sh (GENERATE_PIE_SCRIPT): Set to yes.
index 54475b907f6d95d914ef790338178255f8f40d0b..c6f871dd4294b0147464015936dcd286218a3276 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.64 for ld 2.26.90.
+# Generated by GNU Autoconf 2.64 for ld 2.27.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@@ -556,8 +556,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='ld'
 PACKAGE_TARNAME='ld'
-PACKAGE_VERSION='2.26.90'
-PACKAGE_STRING='ld 2.26.90'
+PACKAGE_VERSION='2.27'
+PACKAGE_STRING='ld 2.27'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1353,7 +1353,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 ld 2.26.90 to adapt to many kinds of systems.
+\`configure' configures ld 2.27 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1424,7 +1424,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of ld 2.26.90:";;
+     short | recursive ) echo "Configuration of ld 2.27:";;
    esac
   cat <<\_ACEOF
 
@@ -1549,7 +1549,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ld configure 2.26.90
+ld configure 2.27
 generated by GNU Autoconf 2.64
 
 Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2258,7 +2258,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 ld $as_me 2.26.90, which was
+It was created by ld $as_me 2.27, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   $ $0 $@
@@ -4068,7 +4068,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='ld'
- VERSION='2.26.90'
+ VERSION='2.27'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -17769,7 +17769,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 ld $as_me 2.26.90, which was
+This file was extended by ld $as_me 2.27, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -17833,7 +17833,7 @@ Report bugs to the package provider."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-ld config.status 2.26.90
+ld config.status 2.27
 configured by $0, generated by GNU Autoconf 2.64,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
index 777a875fa5a7cef875ae9aef0451b91565f770b9..c420bdd53ca4042246c514b80d515774f4f1aac3 100644 (file)
@@ -1,3 +1,7 @@
+2016-08-03  Tristan Gingold  <gingold@adacore.com>
+
+       * configure: Regenerate.
+
 2016-07-01  Tristan Gingold  <gingold@adacore.com>
 
        * configure: Regenerate.
index fa0bb72049b05c7efde2868c3f7feaaaf127ff31..5a4da0667464688b146904e2785dfd4e8fc92468 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.64 for opcodes 2.26.90.
+# Generated by GNU Autoconf 2.64 for opcodes 2.27.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@@ -556,8 +556,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='opcodes'
 PACKAGE_TARNAME='opcodes'
-PACKAGE_VERSION='2.26.90'
-PACKAGE_STRING='opcodes 2.26.90'
+PACKAGE_VERSION='2.27'
+PACKAGE_STRING='opcodes 2.27'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1321,7 +1321,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 opcodes 2.26.90 to adapt to many kinds of systems.
+\`configure' configures opcodes 2.27 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1392,7 +1392,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of opcodes 2.26.90:";;
+     short | recursive ) echo "Configuration of opcodes 2.27:";;
    esac
   cat <<\_ACEOF
 
@@ -1499,7 +1499,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-opcodes configure 2.26.90
+opcodes configure 2.27
 generated by GNU Autoconf 2.64
 
 Copyright (C) 2009 Free Software Foundation, Inc.
@@ -1909,7 +1909,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 opcodes $as_me 2.26.90, which was
+It was created by opcodes $as_me 2.27, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   $ $0 $@
@@ -3718,7 +3718,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='opcodes'
- VERSION='2.26.90'
+ VERSION='2.27'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13260,7 +13260,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 opcodes $as_me 2.26.90, which was
+This file was extended by opcodes $as_me 2.27, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13324,7 +13324,7 @@ Report bugs to the package provider."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-opcodes config.status 2.26.90
+opcodes config.status 2.27
 configured by $0, generated by GNU Autoconf 2.64,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"