diff options
author | Nick Clifton <nickc@redhat.com> | 2020-09-19 11:36:14 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-09-19 11:36:14 +0100 |
commit | 7e46a74aa3713c563940960e361e08defda019c2 (patch) | |
tree | 11cfe244cfabe100f1536eb876001d75ac417847 /ld | |
parent | 4dce688b93484c74c46660fce3499258fa1f2414 (diff) | |
download | gdb-binutils-2_35_1.zip gdb-binutils-2_35_1.tar.gz gdb-binutils-2_35_1.tar.bz2 |
2.35.1 point releasebinutils-2_35_1
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 7 | ||||
-rwxr-xr-x | ld/configure | 20 | ||||
-rw-r--r-- | ld/po/ld.pot | 2 |
3 files changed, 18 insertions, 11 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index d927be5..4eec7d2 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2020-09-19 Nick Clifton <nickc@redhat.com> + + This is the 2.35.1 point release. + + * configure: Regenerate. + * po/ld.pot: Regenerate. + 2020-09-15 Hans-Peter Nilsson <hp@axis.com> Backport from mainline: diff --git a/ld/configure b/ld/configure index c3bc15d..6be5280 100755 --- a/ld/configure +++ b/ld/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for ld 2.35.0. +# Generated by GNU Autoconf 2.69 for ld 2.35.1. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ld' PACKAGE_TARNAME='ld' -PACKAGE_VERSION='2.35.0' -PACKAGE_STRING='ld 2.35.0' +PACKAGE_VERSION='2.35.1' +PACKAGE_STRING='ld 2.35.1' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1396,7 +1396,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.35.0 to adapt to many kinds of systems. +\`configure' configures ld 2.35.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1467,7 +1467,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ld 2.35.0:";; + short | recursive ) echo "Configuration of ld 2.35.1:";; esac cat <<\_ACEOF @@ -1606,7 +1606,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ld configure 2.35.0 +ld configure 2.35.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2321,7 +2321,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.35.0, which was +It was created by ld $as_me 2.35.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4272,7 +4272,7 @@ fi # Define the identity of the package. PACKAGE='ld' - VERSION='2.35.0' + VERSION='2.35.1' cat >>confdefs.h <<_ACEOF @@ -18325,7 +18325,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.35.0, which was +This file was extended by ld $as_me 2.35.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -18391,7 +18391,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -ld config.status 2.35.0 +ld config.status 2.35.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/ld/po/ld.pot b/ld/po/ld.pot index 44ad365..4f01b4c 100644 --- a/ld/po/ld.pot +++ b/ld/po/ld.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n" -"POT-Creation-Date: 2020-07-24 10:23+0100\n" +"POT-Creation-Date: 2020-09-19 11:21+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" |