diff options
| author | Tristan Gingold <gingold@adacore.com> | 2016-08-03 11:24:16 +0200 |
|---|---|---|
| committer | Tristan Gingold <gingold@adacore.com> | 2016-08-03 11:24:16 +0200 |
| commit | 2870b1ba83fc0e0ee7eadf72d614a7ec4591b169 (patch) | |
| tree | 842b4163cbb367de1636d0e62e50ce0ebcb93fda /binutils | |
| parent | 618c19918a47c9008e25f11c395251acb09737c5 (diff) | |
| download | gdb-binutils-2_27.zip gdb-binutils-2_27.tar.gz gdb-binutils-2_27.tar.bz2 | |
Release 2.27binutils-2_27
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.
Diffstat (limited to 'binutils')
| -rw-r--r-- | binutils/ChangeLog | 4 | ||||
| -rwxr-xr-x | binutils/configure | 20 |
2 files changed, 14 insertions, 10 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index d81e970..b92bf46 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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: diff --git a/binutils/configure b/binutils/configure index 938eeff..ea013d1 100755 --- a/binutils/configure +++ b/binutils/configure @@ -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'`\\" |
