From 47fdedbb95cfb7d8d2bc15f4726f0a0c41371963 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sun, 13 Jul 2025 08:57:08 +0100 Subject: Update version number on mainline --- binutils/README-how-to-make-a-release | 22 +- binutils/configure | 20 +- binutils/po/binutils.pot | 3949 +++++++++++++++++---------------- 3 files changed, 2023 insertions(+), 1968 deletions(-) (limited to 'binutils') diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index 574aa9d..de34c10 100644 --- a/binutils/README-how-to-make-a-release +++ b/binutils/README-how-to-make-a-release @@ -55,8 +55,8 @@ Approx time to complete from here: 2 hours ... 4. Create the release branch using: - git branch binutils-2_45-branch - git push origin binutils-2_45-branch + git branch binutils-2_46-branch + git push origin binutils-2_46-branch If you get a message like: @@ -66,7 +66,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_45-branch 2.45 + git clone ssh://sourceware.org/git/binutils-gdb.git -b binutils-2_46-branch 2.46 If you get a message about being in a "detached head" state, something has gone wrong... @@ -88,8 +88,8 @@ 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.45 (HEAD)" to 2.45, and create - "2.46 (HEAD)": + new one. E.g. rename "2.46 (HEAD)" to 2.46, and create + "2.47 (HEAD)": https://sourceware.org/bugzilla/editversions.cgi?product=binutils @@ -97,18 +97,18 @@ Approx time to complete from here: 2 hours ... 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.45 then the version number on - the BRANCH should be set to 2.44.90 - ie almost, but not quite 2.45, - and the version number on the MAINLINE should be set to 2.45.50 - - ie half way to 2.46 release. + So if the release is going to be 2.46 then the version number on + the BRANCH should be set to 2.45.90 - ie almost, but not quite 2.46, + and the version number on the MAINLINE should be set to 2.46.50 - + ie half way to 2.47 release. So the BRANCH bfd/version.m4 has: - m4_define([BFD_VERSION], [2.44.90]) + m4_define([BFD_VERSION], [2.45.90]) and the MAINLINE has: - m4_define([BFD_VERSION], [2.45.50]) + m4_define([BFD_VERSION], [2.46.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 4b24376..6f54be9 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.44.50. +# Generated by GNU Autoconf 2.69 for binutils 2.45.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.44.50' -PACKAGE_STRING='binutils 2.44.50' +PACKAGE_VERSION='2.45.50' +PACKAGE_STRING='binutils 2.45.50' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1407,7 +1407,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.44.50 to adapt to many kinds of systems. +\`configure' configures binutils 2.45.50 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1478,7 +1478,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of binutils 2.44.50:";; + short | recursive ) echo "Configuration of binutils 2.45.50:";; esac cat <<\_ACEOF @@ -1640,7 +1640,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -binutils configure 2.44.50 +binutils configure 2.45.50 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2108,7 +2108,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.44.50, which was +It was created by binutils $as_me 2.45.50, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3091,7 +3091,7 @@ fi # Define the identity of the package. PACKAGE='binutils' - VERSION='2.44.50' + VERSION='2.45.50' cat >>confdefs.h <<_ACEOF @@ -16879,7 +16879,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.44.50, which was +This file was extended by binutils $as_me 2.45.50, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16945,7 +16945,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.44.50 +binutils config.status 2.45.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 e9a21df..2760c4c 100644 --- a/binutils/po/binutils.pot +++ b/binutils/po/binutils.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n" -"POT-Creation-Date: 2025-01-19 12:23+0000\n" +"POT-Creation-Date: 2025-07-13 08:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -56,10 +56,10 @@ msgid "" "\n" msgstr "" -#: addr2line.c:111 ar.c:354 ar.c:391 coffdump.c:470 dlltool.c:3724 -#: dllwrap.c:518 elfedit.c:976 objcopy.c:706 objcopy.c:762 readelf.c:6328 +#: addr2line.c:111 ar.c:356 ar.c:393 coffdump.c:470 dlltool.c:3770 +#: dllwrap.c:518 elfedit.c:987 objcopy.c:717 objcopy.c:777 readelf.c:6332 #: size.c:110 srconv.c:1705 strings.c:1361 sysdump.c:655 windmc.c:227 -#: windres.c:690 +#: windres.c:670 #, c-format msgid "Report bugs to %s\n" msgstr "" @@ -95,266 +95,266 @@ msgstr "" msgid "%s: cannot find section %s" msgstr "" -#: addr2line.c:514 ar.c:750 dlltool.c:3240 nm.c:1981 objcopy.c:6222 -#: objdump.c:5982 size.c:152 strings.c:356 windmc.c:958 windres.c:816 +#: addr2line.c:514 ar.c:759 dlltool.c:3285 nm.c:1995 objcopy.c:6268 +#: objdump.c:6023 size.c:152 strings.c:356 windmc.c:958 windres.c:796 msgid "fatal error: libbfd ABI mismatch" msgstr "" -#: addr2line.c:541 nm.c:2007 objdump.c:6034 readelf.c:6635 +#: addr2line.c:541 nm.c:2021 objdump.c:6075 readelf.c:6647 #, c-format msgid "unknown demangling style `%s'" msgstr "" -#: ar.c:270 +#: ar.c:272 #, c-format msgid "no entry %s in archive\n" msgstr "" -#: ar.c:284 +#: ar.c:286 #, c-format msgid "" "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin " "] [member-name] [count] archive-file file...\n" msgstr "" -#: ar.c:290 +#: ar.c:292 #, c-format msgid "" "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [member-" "name] [count] archive-file file...\n" msgstr "" -#: ar.c:298 +#: ar.c:300 #, c-format msgid " %s -M [ ] - specify the dependencies of this library\n" msgstr "" -#: ar.c:335 +#: ar.c:337 #, c-format msgid " [S] - do not build a symbol table\n" msgstr "" -#: ar.c:336 +#: ar.c:338 #, c-format msgid " [T] - deprecated, use --thin instead\n" msgstr "" -#: ar.c:337 +#: ar.c:339 #, c-format msgid " [v] - be verbose\n" msgstr "" -#: ar.c:338 +#: ar.c:340 #, c-format msgid " [V] - display the version number\n" msgstr "" -#: ar.c:339 +#: ar.c:341 #, c-format msgid " @ - read options from \n" msgstr "" -#: ar.c:340 +#: ar.c:342 #, c-format msgid " --target=BFDNAME - specify the target object format as BFDNAME\n" msgstr "" -#: ar.c:341 +#: ar.c:343 #, c-format msgid "" " --output=DIRNAME - specify the output directory for extraction operations\n" msgstr "" -#: ar.c:342 +#: ar.c:344 #, c-format msgid " --record-libdeps= - specify the dependencies of this library\n" msgstr "" -#: ar.c:343 +#: ar.c:345 #, c-format msgid " --thin - make a thin archive\n" msgstr "" -#: ar.c:345 +#: ar.c:347 #, c-format msgid " optional:\n" msgstr "" -#: ar.c:346 +#: ar.c:348 #, c-format msgid " --plugin

- load the specified plugin\n" msgstr "" -#: ar.c:367 +#: ar.c:369 #, c-format msgid "Usage: %s [options] archive\n" msgstr "" -#: ar.c:368 +#: ar.c:370 #, c-format msgid " Generate an index to speed access to archives\n" msgstr "" -#: ar.c:369 +#: ar.c:371 #, c-format msgid "" " The options are:\n" " @ Read options from \n" msgstr "" -#: ar.c:372 +#: ar.c:374 #, c-format msgid " --plugin Load the specified plugin\n" msgstr "" -#: ar.c:376 +#: ar.c:378 #, c-format msgid "" " -D Use zero for symbol map timestamp (default)\n" " -U Use an actual symbol map timestamp\n" msgstr "" -#: ar.c:380 +#: ar.c:382 #, c-format msgid "" " -D Use zero for symbol map timestamp\n" " -U Use actual symbol map timestamp (default)\n" msgstr "" -#: ar.c:383 +#: ar.c:385 #, c-format msgid "" " -t Update the archive's symbol map timestamp\n" @@ -362,134 +362,134 @@ msgid "" " -v --version Print version information\n" msgstr "" -#: ar.c:507 +#: ar.c:509 msgid "two different operation options specified" msgstr "" -#: ar.c:543 +#: ar.c:545 msgid "libdeps specified more than once" msgstr "" -#: ar.c:604 ar.c:679 nm.c:2126 +#: ar.c:606 ar.c:681 nm.c:2140 objcopy.c:4996 #, c-format msgid "sorry - this program has been built without plugin support\n" msgstr "" -#: ar.c:806 +#: ar.c:815 msgid "no operation specified" msgstr "" -#: ar.c:809 +#: ar.c:818 msgid "`u' is only meaningful with the `r' option." msgstr "" -#: ar.c:812 +#: ar.c:821 msgid "" "`u' is not meaningful with the `D' option - replacement will always happen." msgstr "" -#: ar.c:815 +#: ar.c:824 msgid "`u' modifier ignored since `D' is the default (see `U')" msgstr "" -#: ar.c:824 +#: ar.c:833 msgid "missing position arg." msgstr "" -#: ar.c:830 +#: ar.c:839 msgid "`N' is only meaningful with the `x' and `d' options." msgstr "" -#: ar.c:832 +#: ar.c:841 msgid "`N' missing value." msgstr "" -#: ar.c:835 +#: ar.c:844 msgid "Value for `N' must be positive." msgstr "" -#: ar.c:851 +#: ar.c:860 msgid "`x' cannot be used on thin archives." msgstr "" -#: ar.c:865 +#: ar.c:874 msgid "Cannot create libdeps record." msgstr "" -#: ar.c:868 +#: ar.c:877 msgid "Cannot set libdeps record type to binary." msgstr "" -#: ar.c:871 +#: ar.c:880 msgid "Cannot set libdeps object format." msgstr "" -#: ar.c:874 +#: ar.c:883 msgid "Cannot make libdeps object writable." msgstr "" -#: ar.c:877 +#: ar.c:886 msgid "Cannot write libdeps record." msgstr "" -#: ar.c:880 +#: ar.c:889 msgid "Cannot make libdeps object readable." msgstr "" -#: ar.c:883 +#: ar.c:892 msgid "Cannot reset libdeps record type." msgstr "" -#: ar.c:955 +#: ar.c:964 #, c-format msgid "internal error -- this option not implemented" msgstr "" -#: ar.c:1026 +#: ar.c:1035 #, c-format msgid "creating %s" msgstr "" -#: ar.c:1051 +#: ar.c:1060 #, c-format msgid "Cannot convert existing library %s to thin format" msgstr "" -#: ar.c:1057 +#: ar.c:1066 #, c-format msgid "Cannot convert existing thin library %s to normal format" msgstr "" -#: ar.c:1088 ar.c:1193 ar.c:1522 objcopy.c:3716 +#: ar.c:1097 ar.c:1202 ar.c:1531 objcopy.c:3742 #, c-format msgid "internal stat error on %s" msgstr "" -#: ar.c:1108 ar.c:1220 +#: ar.c:1117 ar.c:1229 #, c-format msgid "%s is not a valid archive" msgstr "" -#: ar.c:1138 +#: ar.c:1147 #, c-format msgid "illegal output pathname for archive member: %s, using '%s' instead" msgstr "" -#: ar.c:1270 +#: ar.c:1279 msgid "could not create temporary file whilst writing archive" msgstr "" -#: ar.c:1420 +#: ar.c:1429 #, c-format msgid "No member named `%s'\n" msgstr "" -#: ar.c:1473 +#: ar.c:1482 #, c-format msgid "no entry %s in archive %s!" msgstr "" -#: ar.c:1655 +#: ar.c:1664 #, c-format msgid "%s: no archive map to update" msgstr "" @@ -623,37 +623,37 @@ msgstr "" msgid "BFD header file version %s\n" msgstr "" -#: bucomm.c:461 +#: bucomm.c:462 #, c-format msgid "