From 96e786d198ffd33f33c65e8f83d869f0bc567449 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sat, 31 Dec 2022 12:23:00 +0000 Subject: Update version number and regenerate files --- binutils/README-how-to-make-a-release | 24 +- binutils/configure | 20 +- binutils/po/binutils.pot | 4609 +++++++++++++++++---------------- 3 files changed, 2396 insertions(+), 2257 deletions(-) (limited to 'binutils') diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index e81b410..3813a1d 100644 --- a/binutils/README-how-to-make-a-release +++ b/binutils/README-how-to-make-a-release @@ -46,8 +46,8 @@ Approx time to complete from here: 2 hours .... 4. Create the release branch using: - git branch binutils-2_40-branch - git push origin binutils-2_40-branch + git branch binutils-2_41-branch + git push origin binutils-2_41-branch If you get a message like: @@ -57,7 +57,7 @@ Approx time to complete from here: 2 hours .... 5. Make sure that the branch is there. IE check out the branch sources: - git clone ssh://sourceware.org/git/binutils-gdb.git -b binutils-2_40-branch 2.40 + git clone ssh://sourceware.org/git/binutils-gdb.git -b binutils-2_41-branch 2.41 If you get a message about being in a "detached head" state, something has gone wrong... @@ -79,27 +79,27 @@ Approx time to complete from here: 2 hours .... ask Joel Brobecker . 7. Rename the current HEAD version entry in Bugzilla, and create a - new one. E.g. rename "2.38 (HEAD)" to 2.38, and create - "2.39 (HEAD)": + new one. E.g. rename "2.41 (HEAD)" to 2.41, and create + "2.42 (HEAD)": https://sourceware.org/bugzilla/editversions.cgi?product=binutils 8. Update bfd/version.m4 on HEAD to indicate that is now a snapshot - of the next release and the BRANCH to indicated that it is almost + of the next release and the BRANCH to indicate that it is almost ready for the release. - So if the release is going to be 2.40 then the version number on - the BRANCH should be set to 2.39.90 - ie almost, but not quite 2.40, - and the version number on the MAINLINE should be set to 2.40.50 - - ie half way to 2.41 release. + So if the release is going to be 2.41 then the version number on + the BRANCH should be set to 2.40.90 - ie almost, but not quite 2.41, + and the version number on the MAINLINE should be set to 2.41.50 - + ie half way to 2.42 release. So the branch bfd/version.m4 has: - m4_define([BFD_VERSION], [2.39.90]) + m4_define([BFD_VERSION], [2.40.90]) and the mainline has: - m4_define([BFD_VERSION], [2.40.50]) + m4_define([BFD_VERSION], [2.41.50]) Regenerate various files on both branch and HEAD by configuring with "--enable-maintainer-mode --enable-gold --enable-shared" and then building diff --git a/binutils/configure b/binutils/configure index 5a3e501..9770aa3 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.39.50. +# Generated by GNU Autoconf 2.69 for binutils 2.40.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.39.50' -PACKAGE_STRING='binutils 2.39.50' +PACKAGE_VERSION='2.40.50' +PACKAGE_STRING='binutils 2.40.50' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1401,7 +1401,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.39.50 to adapt to many kinds of systems. +\`configure' configures binutils 2.40.50 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1472,7 +1472,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of binutils 2.39.50:";; + short | recursive ) echo "Configuration of binutils 2.40.50:";; esac cat <<\_ACEOF @@ -1631,7 +1631,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -binutils configure 2.39.50 +binutils configure 2.40.50 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2099,7 +2099,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.39.50, which was +It was created by binutils $as_me 2.40.50, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3081,7 +3081,7 @@ fi # Define the identity of the package. PACKAGE='binutils' - VERSION='2.39.50' + VERSION='2.40.50' cat >>confdefs.h <<_ACEOF @@ -15326,7 +15326,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.39.50, which was +This file was extended by binutils $as_me 2.40.50, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15392,7 +15392,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.39.50 +binutils config.status 2.40.50 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/binutils/po/binutils.pot b/binutils/po/binutils.pot index a0702af..dec3cef 100644 --- a/binutils/po/binutils.pot +++ b/binutils/po/binutils.pot @@ -8,11 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n" -"POT-Creation-Date: 2022-07-08 11:17+0100\n" +"POT-Creation-Date: 2022-12-31 12:19+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" @@ -57,9 +56,9 @@ msgid "" "\n" msgstr "" -#: addr2line.c:111 ar.c:359 ar.c:396 coffdump.c:471 dlltool.c:3713 -#: dllwrap.c:518 elfedit.c:976 objcopy.c:697 objcopy.c:752 readelf.c:5338 -#: size.c:109 srconv.c:1705 strings.c:1343 sysdump.c:655 windmc.c:227 +#: addr2line.c:111 ar.c:359 ar.c:396 coffdump.c:470 dlltool.c:3727 +#: dllwrap.c:518 elfedit.c:976 objcopy.c:703 objcopy.c:758 readelf.c:5334 +#: size.c:110 srconv.c:1705 strings.c:1343 sysdump.c:655 windmc.c:227 #: windres.c:690 #, c-format msgid "Report bugs to %s\n" @@ -96,12 +95,12 @@ msgstr "" msgid "%s: cannot find section %s" msgstr "" -#: addr2line.c:502 ar.c:758 dlltool.c:3237 nm.c:2013 objcopy.c:6033 -#: objdump.c:5568 size.c:151 strings.c:340 windmc.c:958 windres.c:816 +#: addr2line.c:502 ar.c:758 dlltool.c:3241 nm.c:2013 objcopy.c:6054 +#: objdump.c:5886 size.c:152 strings.c:340 windmc.c:956 windres.c:816 msgid "fatal error: libbfd ABI mismatch" msgstr "" -#: addr2line.c:529 nm.c:2039 objdump.c:5615 readelf.c:5622 +#: addr2line.c:529 nm.c:2039 objdump.c:5933 readelf.c:5631 #, c-format msgid "unknown demangling style `%s'" msgstr "" @@ -460,7 +459,7 @@ msgstr "" msgid "Cannot convert existing thin library %s to normal format" msgstr "" -#: ar.c:1089 ar.c:1189 ar.c:1511 objcopy.c:3626 +#: ar.c:1089 ar.c:1189 ar.c:1511 objcopy.c:3648 #, c-format msgid "internal stat error on %s" msgstr "" @@ -623,37 +622,37 @@ msgstr "" msgid "BFD header file version %s\n" msgstr "" -#: bucomm.c:462 +#: bucomm.c:461 #, c-format msgid "