diff options
author | Tristan Gingold <gingold@adacore.com> | 2013-09-18 11:02:05 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2013-09-18 11:02:05 +0000 |
commit | bc080e949dc7cbeafd60773d658f58afcf60e498 (patch) | |
tree | 9328447d58a0d4f35fbffed3691cd6b99d735f54 /bfd | |
parent | 58ca03a25dd2f2fc8df2cd0e70ed9e56ee1c56db (diff) | |
download | gdb-bc080e949dc7cbeafd60773d658f58afcf60e498.zip gdb-bc080e949dc7cbeafd60773d658f58afcf60e498.tar.gz gdb-bc080e949dc7cbeafd60773d658f58afcf60e498.tar.bz2 |
bfd/
2013-09-18 Tristan Gingold <gingold@adacore.com>
* configure.in: Bump version to 2.24.51
* configure: Regenerate.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rwxr-xr-x | bfd/configure | 20 | ||||
-rw-r--r-- | bfd/configure.in | 2 |
3 files changed, 16 insertions, 11 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 116532c..7522012 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2013-09-18 Tristan Gingold <gingold@adacore.com> + + * configure.in: Bump version to 2.24.51 + * configure: Regenerate. + 2013-09-17 Doug Gilmore <Doug.Gilmore@imgtec.com> * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): Handle diff --git a/bfd/configure b/bfd/configure index e8cfc6c..85ea4b9 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.23.52. +# Generated by GNU Autoconf 2.64 for bfd 2.24.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.23.52' -PACKAGE_STRING='bfd 2.23.52' +PACKAGE_VERSION='2.24.51' +PACKAGE_STRING='bfd 2.24.51' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1349,7 +1349,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.23.52 to adapt to many kinds of systems. +\`configure' configures bfd 2.24.51 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1420,7 +1420,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of bfd 2.23.52:";; + short | recursive ) echo "Configuration of bfd 2.24.51:";; esac cat <<\_ACEOF @@ -1541,7 +1541,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -bfd configure 2.23.52 +bfd configure 2.24.51 generated by GNU Autoconf 2.64 Copyright (C) 2009 Free Software Foundation, Inc. @@ -2183,7 +2183,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.23.52, which was +It was created by bfd $as_me 2.24.51, which was generated by GNU Autoconf 2.64. Invocation command line was $ $0 $@ @@ -3991,7 +3991,7 @@ fi # Define the identity of the package. PACKAGE='bfd' - VERSION='2.23.52' + VERSION='2.24.51' cat >>confdefs.h <<_ACEOF @@ -16475,7 +16475,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.23.52, which was +This file was extended by bfd $as_me 2.24.51, which was generated by GNU Autoconf 2.64. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16539,7 +16539,7 @@ Report bugs to the package provider." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -bfd config.status 2.23.52 +bfd config.status 2.24.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/configure.in b/bfd/configure.in index 8135fbe..8665937 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -18,7 +18,7 @@ dnl <http://www.gnu.org/licenses/>. dnl AC_PREREQ(2.59) -AC_INIT([bfd], [2.23.52]) +AC_INIT([bfd], [2.24.51]) AC_CONFIG_SRCDIR([libbfd.c]) AC_CANONICAL_TARGET |