From: Nick Clifton Date: Sun, 24 Jan 2021 11:50:31 +0000 (+0000) Subject: Enable development. Set version to 2.36.0 X-Git-Tag: binutils-2_36_1~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=acda0027559c6112ea91af13fb32dd4bef8f0b8b;p=thirdparty%2Fbinutils-gdb.git Enable development. Set version to 2.36.0 --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 91a828c550a..96752efca28 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2021-01-24 Nick Clifton + + * version.m4: Set to 2.36.0. + * development.sh (development): Set to true. + * configure: Regenerate. + * po/bfd.pot: Regenerate. + 2021-01-24 Nick Clifton This is the 2.36 release. diff --git a/bfd/configure b/bfd/configure index 4e44eb05869..b3665c68c13 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.69 for bfd 2.36. +# Generated by GNU Autoconf 2.69 for bfd 2.36.0. # # # 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.36' -PACKAGE_STRING='bfd 2.36' +PACKAGE_VERSION='2.36.0' +PACKAGE_STRING='bfd 2.36.0' 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.36 to adapt to many kinds of systems. +\`configure' configures bfd 2.36.0 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.36:";; + short | recursive ) echo "Configuration of bfd 2.36.0:";; 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.36 +bfd configure 2.36.0 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.36, which was +It was created by bfd $as_me 2.36.0, 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.36' + VERSION='2.36.0' 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.36, which was +This file was extended by bfd $as_me 2.36.0, 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.36 +bfd config.status 2.36.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/bfd/development.sh b/bfd/development.sh index eb9762e4426..a376b02d869 100644 --- a/bfd/development.sh +++ b/bfd/development.sh @@ -16,7 +16,7 @@ # along with this program. If not, see . # Controls whether to enable development-mode features by default. -development=false +development=true # Indicate whether this is a release branch. experimental=false diff --git a/bfd/po/bfd.pot b/bfd/po/bfd.pot index c00be6459e8..c1b2ed936d2 100644 --- a/bfd/po/bfd.pot +++ b/bfd/po/bfd.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: 2021-01-24 10:42+0000\n" +"POT-Creation-Date: 2021-01-24 11:46+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/bfd/version.m4 b/bfd/version.m4 index 0e9d81ff8e9..755c0393dcd 100644 --- a/bfd/version.m4 +++ b/bfd/version.m4 @@ -1 +1 @@ -m4_define([BFD_VERSION], [2.36]) +m4_define([BFD_VERSION], [2.36.0]) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b81a7d369eb..4b3bee013a4 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2021-01-24 Nick Clifton + + * configure: Regenerate. + 2021-01-24 Nick Clifton This is the 2.36 release. diff --git a/binutils/configure b/binutils/configure index 1ea0b624ed3..83b4b0172db 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.69 for binutils 2.36. +# Generated by GNU Autoconf 2.69 for binutils 2.36.0. # # # 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.36' -PACKAGE_STRING='binutils 2.36' +PACKAGE_VERSION='2.36.0' +PACKAGE_STRING='binutils 2.36.0' 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.36 to adapt to many kinds of systems. +\`configure' configures binutils 2.36.0 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.36:";; + short | recursive ) echo "Configuration of binutils 2.36.0:";; 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.36 +binutils configure 2.36.0 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.36, which was +It was created by binutils $as_me 2.36.0, 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.36' + VERSION='2.36.0' 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.36, which was +This file was extended by binutils $as_me 2.36.0, 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.36 +binutils config.status 2.36.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/gas/ChangeLog b/gas/ChangeLog index fd17b2ba94d..bd62add5c65 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2021-01-24 Nick Clifton + + * configure: Regenerate. + 2021-01-24 Nick Clifton This is the 2.36 release. diff --git a/gas/configure b/gas/configure index adf248c3419..d03432c6dc6 100755 --- a/gas/configure +++ b/gas/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for gas 2.36. +# Generated by GNU Autoconf 2.69 for gas 2.36.0. # # # 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.36' -PACKAGE_STRING='gas 2.36' +PACKAGE_VERSION='2.36.0' +PACKAGE_STRING='gas 2.36.0' 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.36 to adapt to many kinds of systems. +\`configure' configures gas 2.36.0 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.36:";; + short | recursive ) echo "Configuration of gas 2.36.0:";; 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.36 +gas configure 2.36.0 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.36, which was +It was created by gas $as_me 2.36.0, 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.36' + VERSION='2.36.0' 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.36, which was +This file was extended by gas $as_me 2.36.0, 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.36 +gas config.status 2.36.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 39c939f2d14..843d784f818 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2021-01-24 Nick Clifton + + * configure: Regenerate. + 2021-01-24 Nick Clifton This is the 2.36 release. diff --git a/gprof/configure b/gprof/configure index 0089913632d..b12ec2e472f 100755 --- a/gprof/configure +++ b/gprof/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for gprof 2.36. +# Generated by GNU Autoconf 2.69 for gprof 2.36.0. # # # 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.36' -PACKAGE_STRING='gprof 2.36' +PACKAGE_VERSION='2.36.0' +PACKAGE_STRING='gprof 2.36.0' 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.36 to adapt to many kinds of systems. +\`configure' configures gprof 2.36.0 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.36:";; + short | recursive ) echo "Configuration of gprof 2.36.0:";; 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.36 +gprof configure 2.36.0 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.36, which was +It was created by gprof $as_me 2.36.0, 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.36' + VERSION='2.36.0' 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.36, which was +This file was extended by gprof $as_me 2.36.0, 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.36 +gprof config.status 2.36.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/ld/ChangeLog b/ld/ChangeLog index 1a2a60e70e7..6d36101b0d1 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2021-01-24 Nick Clifton + + * configure: Regenerate. + 2021-01-24 Nick Clifton This is the 2.36 release. diff --git a/ld/configure b/ld/configure index a8d248eab58..d399d08d0c4 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.36. +# Generated by GNU Autoconf 2.69 for ld 2.36.0. # # # 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.36' -PACKAGE_STRING='ld 2.36' +PACKAGE_VERSION='2.36.0' +PACKAGE_STRING='ld 2.36.0' 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.36 to adapt to many kinds of systems. +\`configure' configures ld 2.36.0 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.36:";; + short | recursive ) echo "Configuration of ld 2.36.0:";; 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.36 +ld configure 2.36.0 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.36, which was +It was created by ld $as_me 2.36.0, 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.36' + VERSION='2.36.0' 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.36, which was +This file was extended by ld $as_me 2.36.0, 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.36 +ld config.status 2.36.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 206957af5e8..60ac669c466 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2021-01-24 Nick Clifton + + * configure: Regenerate. + * po/opercodes.pot: Regenerate. + 2021-01-24 Nick Clifton This is the 2.36 release. diff --git a/opcodes/configure b/opcodes/configure index b72f679440d..dca94db9c3f 100755 --- a/opcodes/configure +++ b/opcodes/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for opcodes 2.36. +# Generated by GNU Autoconf 2.69 for opcodes 2.36.0. # # # 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.36' -PACKAGE_STRING='opcodes 2.36' +PACKAGE_VERSION='2.36.0' +PACKAGE_STRING='opcodes 2.36.0' 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.36 to adapt to many kinds of systems. +\`configure' configures opcodes 2.36.0 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.36:";; + short | recursive ) echo "Configuration of opcodes 2.36.0:";; 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.36 +opcodes configure 2.36.0 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.36, which was +It was created by opcodes $as_me 2.36.0, 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.36' + VERSION='2.36.0' 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.36, which was +This file was extended by opcodes $as_me 2.36.0, 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.36 +opcodes config.status 2.36.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/opcodes/po/opcodes.pot b/opcodes/po/opcodes.pot index 12e4ddfe091..902d8970953 100644 --- a/opcodes/po/opcodes.pot +++ b/opcodes/po/opcodes.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: 2021-01-24 10:43+0000\n" +"POT-Creation-Date: 2021-01-24 11:46+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"