Change version number to 2.36.50 and regenerate files

This commit is contained in:
Nick Clifton 2021-01-09 11:01:01 +00:00
parent 055bc77a80
commit 573fe3fbc1
19 changed files with 5744 additions and 5399 deletions

View File

@ -1,3 +1,9 @@
2021-01-09 Nick Clifton <nickc@redhat.com>
* version.m4: Change to 2.36.50.
* configure: Regenerate.
* po/bfd.pot: Regenerate.
2021-01-09 Nick Clifton <nickc@redhat.com>
* 2.36 release branch crated.

20
bfd/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for bfd 2.35.50.
# Generated by GNU Autoconf 2.69 for bfd 2.36.50.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='bfd'
PACKAGE_TARNAME='bfd'
PACKAGE_VERSION='2.35.50'
PACKAGE_STRING='bfd 2.35.50'
PACKAGE_VERSION='2.36.50'
PACKAGE_STRING='bfd 2.36.50'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1392,7 +1392,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.35.50 to adapt to many kinds of systems.
\`configure' configures bfd 2.36.50 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1463,7 +1463,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of bfd 2.35.50:";;
short | recursive ) echo "Configuration of bfd 2.36.50:";;
esac
cat <<\_ACEOF
@ -1590,7 +1590,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
bfd configure 2.35.50
bfd configure 2.36.50
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -2238,7 +2238,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.35.50, which was
It was created by bfd $as_me 2.36.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -4188,7 +4188,7 @@ fi
# Define the identity of the package.
PACKAGE='bfd'
VERSION='2.35.50'
VERSION='2.36.50'
cat >>confdefs.h <<_ACEOF
@ -16976,7 +16976,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.35.50, which was
This file was extended by bfd $as_me 2.36.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -17042,7 +17042,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="\\
bfd config.status 2.35.50
bfd config.status 2.36.50
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
m4_define([BFD_VERSION], [2.35.50])
m4_define([BFD_VERSION], [2.36.50])

View File

@ -1,6 +1,14 @@
2021-01-09 Nick Clifton <nickc@redhat.com>
* configure: Regenerate.
* po/binutils.pot: Regenerate.
2021-01-09 Nick Clifton <nickc@redhat.com>
* 2.36 release branch crated.
* README-how-to-make-a-release: Add note about updating Makefiles
and libtool files.
* BRANCHES: Add binutils-2.36-branch.
2021-01-09 Alan Modra <amodra@gmail.com>

20
binutils/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for binutils 2.35.50.
# Generated by GNU Autoconf 2.69 for binutils 2.36.50.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='binutils'
PACKAGE_TARNAME='binutils'
PACKAGE_VERSION='2.35.50'
PACKAGE_STRING='binutils 2.35.50'
PACKAGE_VERSION='2.36.50'
PACKAGE_STRING='binutils 2.36.50'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1389,7 +1389,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.35.50 to adapt to many kinds of systems.
\`configure' configures binutils 2.36.50 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1460,7 +1460,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of binutils 2.35.50:";;
short | recursive ) echo "Configuration of binutils 2.36.50:";;
esac
cat <<\_ACEOF
@ -1603,7 +1603,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
binutils configure 2.35.50
binutils configure 2.36.50
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -2251,7 +2251,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.35.50, which was
It was created by binutils $as_me 2.36.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -4201,7 +4201,7 @@ fi
# Define the identity of the package.
PACKAGE='binutils'
VERSION='2.35.50'
VERSION='2.36.50'
cat >>confdefs.h <<_ACEOF
@ -16085,7 +16085,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.35.50, which was
This file was extended by binutils $as_me 2.36.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -16151,7 +16151,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="\\
binutils config.status 2.35.50
binutils config.status 2.36.50
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
2021-01-09 Nick Clifton <nickc@redhat.com>
* configure: Regenerate.
* po/gas.pot: Regenerate.
2021-01-09 Nick Clifton <nickc@redhat.com>
* 2.36 release branch crated.

20
gas/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for gas 2.35.50.
# Generated by GNU Autoconf 2.69 for gas 2.36.50.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gas'
PACKAGE_TARNAME='gas'
PACKAGE_VERSION='2.35.50'
PACKAGE_STRING='gas 2.35.50'
PACKAGE_VERSION='2.36.50'
PACKAGE_STRING='gas 2.36.50'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1370,7 +1370,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.35.50 to adapt to many kinds of systems.
\`configure' configures gas 2.36.50 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1441,7 +1441,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of gas 2.35.50:";;
short | recursive ) echo "Configuration of gas 2.36.50:";;
esac
cat <<\_ACEOF
@ -1577,7 +1577,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
gas configure 2.35.50
gas configure 2.36.50
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -2042,7 +2042,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.35.50, which was
It was created by gas $as_me 2.36.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -3989,7 +3989,7 @@ fi
# Define the identity of the package.
PACKAGE='gas'
VERSION='2.35.50'
VERSION='2.36.50'
cat >>confdefs.h <<_ACEOF
@ -15794,7 +15794,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.35.50, which was
This file was extended by gas $as_me 2.36.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -15860,7 +15860,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="\\
gas config.status 2.35.50
gas config.status 2.36.50
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
2021-01-09 Nick Clifton <nickc@redhat.com>
* configure: Regenerate.
* po/gprof.pot: Regenerate.
2021-01-09 Nick Clifton <nickc@redhat.com>
* 2.36 release branch crated.

20
gprof/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for gprof 2.35.50.
# Generated by GNU Autoconf 2.69 for gprof 2.36.50.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gprof'
PACKAGE_TARNAME='gprof'
PACKAGE_VERSION='2.35.50'
PACKAGE_STRING='gprof 2.35.50'
PACKAGE_VERSION='2.36.50'
PACKAGE_STRING='gprof 2.36.50'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1338,7 +1338,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.35.50 to adapt to many kinds of systems.
\`configure' configures gprof 2.36.50 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1409,7 +1409,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of gprof 2.35.50:";;
short | recursive ) echo "Configuration of gprof 2.36.50:";;
esac
cat <<\_ACEOF
@ -1520,7 +1520,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
gprof configure 2.35.50
gprof configure 2.36.50
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -1885,7 +1885,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.35.50, which was
It was created by gprof $as_me 2.36.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -3832,7 +3832,7 @@ fi
# Define the identity of the package.
PACKAGE='gprof'
VERSION='2.35.50'
VERSION='2.36.50'
cat >>confdefs.h <<_ACEOF
@ -13118,7 +13118,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.35.50, which was
This file was extended by gprof $as_me 2.36.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -13184,7 +13184,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="\\
gprof config.status 2.35.50
gprof config.status 2.36.50
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

View File

@ -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-01-02 11:13+0000\n"
"POT-Creation-Date: 2021-01-09 10:56+0000\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"
@ -545,7 +545,7 @@ msgstr ""
msgid "*** File %s:\n"
msgstr ""
#: utils.c:106
#: utils.c:103
#, c-format
msgid " <cycle %d>"
msgstr ""

View File

@ -1,3 +1,8 @@
2021-01-09 Nick Clifton <nickc@redhat.com>
* configure: Regenerate.
* po/ld.pot: Regenerate.
2021-01-09 Nick Clifton <nickc@redhat.com>
* 2.36 release branch crated.

20
ld/configure vendored
View File

@ -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.50.
# Generated by GNU Autoconf 2.69 for ld 2.36.50.
#
#
# 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.50'
PACKAGE_STRING='ld 2.35.50'
PACKAGE_VERSION='2.36.50'
PACKAGE_STRING='ld 2.36.50'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1399,7 +1399,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.50 to adapt to many kinds of systems.
\`configure' configures ld 2.36.50 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1470,7 +1470,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of ld 2.35.50:";;
short | recursive ) echo "Configuration of ld 2.36.50:";;
esac
cat <<\_ACEOF
@ -1612,7 +1612,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
ld configure 2.35.50
ld configure 2.36.50
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -2327,7 +2327,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.50, which was
It was created by ld $as_me 2.36.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -4278,7 +4278,7 @@ fi
# Define the identity of the package.
PACKAGE='ld'
VERSION='2.35.50'
VERSION='2.36.50'
cat >>confdefs.h <<_ACEOF
@ -18373,7 +18373,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.50, which was
This file was extended by ld $as_me 2.36.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -18439,7 +18439,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.50
ld config.status 2.36.50
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
2021-01-09 Nick Clifton <nickc@redhat.com>
* configure: Regenerate.
* po/opcodes.pot: Regenerate.
2021-01-09 Nick Clifton <nickc@redhat.com>
* 2.36 release branch crated.

20
opcodes/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for opcodes 2.35.50.
# Generated by GNU Autoconf 2.69 for opcodes 2.36.50.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='opcodes'
PACKAGE_TARNAME='opcodes'
PACKAGE_VERSION='2.35.50'
PACKAGE_STRING='opcodes 2.35.50'
PACKAGE_VERSION='2.36.50'
PACKAGE_STRING='opcodes 2.36.50'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1356,7 +1356,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.35.50 to adapt to many kinds of systems.
\`configure' configures opcodes 2.36.50 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1427,7 +1427,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of opcodes 2.35.50:";;
short | recursive ) echo "Configuration of opcodes 2.36.50:";;
esac
cat <<\_ACEOF
@ -1539,7 +1539,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
opcodes configure 2.35.50
opcodes configure 2.36.50
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -1950,7 +1950,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.35.50, which was
It was created by opcodes $as_me 2.36.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -3897,7 +3897,7 @@ fi
# Define the identity of the package.
PACKAGE='opcodes'
VERSION='2.35.50'
VERSION='2.36.50'
cat >>confdefs.h <<_ACEOF
@ -13523,7 +13523,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.35.50, which was
This file was extended by opcodes $as_me 2.36.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -13589,7 +13589,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="\\
opcodes config.status 2.35.50
opcodes config.status 2.36.50
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

File diff suppressed because it is too large Load Diff