diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-07-21 15:22:13 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-07-21 15:22:13 -0700 |
commit | fecd57f9f1f58f043861d5929a650f35a88a6caa (patch) | |
tree | 314e7808f2f6935102db035dcfebacc7349f8db6 /bfd | |
parent | 89b829a8b3fc79f37f0506b11ad5d1ababcb7588 (diff) | |
download | gdb-fecd57f9f1f58f043861d5929a650f35a88a6caa.zip gdb-fecd57f9f1f58f043861d5929a650f35a88a6caa.tar.gz gdb-fecd57f9f1f58f043861d5929a650f35a88a6caa.tar.bz2 |
Set BFD_VERSION to 2.27.51
bfd/
* version.m4 (BFD_VERSION): Set to 2.27.51.
* configure: Regenerated.
binutils/
* configure: Regenerated.
gas/
* configure: Regenerated.
gprof/
* configure: Regenerated.
ld/
* configure: Regenerated.
opcodes/
* configure: Regenerated.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rwxr-xr-x | bfd/configure | 20 | ||||
-rw-r--r-- | bfd/version.m4 | 2 |
3 files changed, 16 insertions, 11 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0069b1f3..63daac4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2016-07-21 H.J. Lu <hongjiu.lu@intel.com> + + * version.m4 (BFD_VERSION): Set to 2.27.51. + * configure: Regenerated. + 2016-07-21 Nick Clifton <nickc@redhat.com> * elf.c (_bfd_elf_filter_global_symbols): Skip local symbols. diff --git a/bfd/configure b/bfd/configure index bc49dc4..3e03324 100755 --- a/bfd/configure +++ b/bfd/configure @@ -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.51. +# Generated by GNU Autoconf 2.64 for bfd 2.27.51. # # 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.51' -PACKAGE_STRING='bfd 2.26.51' +PACKAGE_VERSION='2.27.51' +PACKAGE_STRING='bfd 2.27.51' 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.51 to adapt to many kinds of systems. +\`configure' configures bfd 2.27.51 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.51:";; + short | recursive ) echo "Configuration of bfd 2.27.51:";; 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.51 +bfd configure 2.27.51 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.51, which was +It was created by bfd $as_me 2.27.51, 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.51' + VERSION='2.27.51' 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.51, which was +This file was extended by bfd $as_me 2.27.51, 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.51 +bfd config.status 2.27.51 configured by $0, generated by GNU Autoconf 2.64, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/bfd/version.m4 b/bfd/version.m4 index 3442882..dd45601 100644 --- a/bfd/version.m4 +++ b/bfd/version.m4 @@ -1 +1 @@ -m4_define([BFD_VERSION], [2.26.51]) +m4_define([BFD_VERSION], [2.27.51]) |