Change version number to 2.47.50 and regenerate files

This commit is contained in:
Nick Clifton 2026-07-12 10:50:36 +01:00
parent e7c25d560b
commit 35c64456cd
18 changed files with 8336 additions and 8024 deletions

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.46.50.
# Generated by GNU Autoconf 2.69 for bfd 2.47.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.46.50'
PACKAGE_STRING='bfd 2.46.50'
PACKAGE_VERSION='2.47.50'
PACKAGE_STRING='bfd 2.47.50'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1410,7 +1410,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.46.50 to adapt to many kinds of systems.
\`configure' configures bfd 2.47.50 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1481,7 +1481,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of bfd 2.46.50:";;
short | recursive ) echo "Configuration of bfd 2.47.50:";;
esac
cat <<\_ACEOF
@ -1626,7 +1626,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
bfd configure 2.46.50
bfd configure 2.47.50
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -2220,7 +2220,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.46.50, which was
It was created by bfd $as_me 2.47.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -3203,7 +3203,7 @@ fi
# Define the identity of the package.
PACKAGE='bfd'
VERSION='2.46.50'
VERSION='2.47.50'
cat >>confdefs.h <<_ACEOF
@ -18143,7 +18143,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.46.50, which was
This file was extended by bfd $as_me 2.47.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -18209,7 +18209,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.46.50
bfd config.status 2.47.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.46.50])
m4_define([BFD_VERSION], [2.47.50])

View file

@ -54,8 +54,8 @@ Approx time to complete from here: 2 hours ...
4. Create the release branch using:
git branch binutils-2_47-branch
git push origin binutils-2_47-branch
git branch binutils-2_48-branch
git push origin binutils-2_48-branch
If you get a message like:
@ -65,7 +65,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_4y-branch 2.47
git clone ssh://sourceware.org/git/binutils-gdb.git -b binutils-2_48-branch 2.48
If you get a message about being in a "detached head" state, something
has gone wrong...
@ -96,18 +96,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.47 then the version number on
the BRANCH should be set to 2.46.90 - ie almost, but not quite 2.47,
and the version number on the MAINLINE should be set to 2.47.50 -
ie half way to 2.48 release.
So if the release is going to be 2.48 then the version number on
the BRANCH should be set to 2.47.90 - ie almost, but not quite 2.48,
and the version number on the MAINLINE should be set to 2.48.50 -
ie half way to 2.49 release.
So the BRANCH bfd/version.m4 has:
m4_define([BFD_VERSION], [2.46.90])
m4_define([BFD_VERSION], [2.47.90])
and the MAINLINE has:
m4_define([BFD_VERSION], [2.47.50])
m4_define([BFD_VERSION], [2.48.50])
Regenerate various files on both branch and HEAD by configuring
with "--enable-maintainer-mode --enable-gold --enable-shared" and then building
@ -157,7 +157,7 @@ Approx time to complete from here: 2 hours ...
For EVEN numbered releases:
scp binutils-with-gold-2.[N].90.tar.xz sourceware.org:/var/ftp/pub/binutils/snapshots
ssh sourceware.org sha256sum ~ftp/pub/binutils/snapshots/binutils-with-gold-2.[N].90.tar.xz
For ODD numbered releases:
scp binutils-2.[N].90.tar.xz sourceware.org:/var/ftp/pub/binutils/snapshots
ssh sourceware.org sha256sum ~ftp/pub/binutils/snapshots/binutils-2.[N].90.tar.xz
@ -175,7 +175,7 @@ Approx time to complete from here: 2 hours ...
------------------------------------------------------------------------
Dear Translation Project
The 2.47 release branch has been created for the GNU Binutils project.
The 2.48 release branch has been created for the GNU Binutils project.
A snapshot of the branch sources can be found here:

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.46.50.
# Generated by GNU Autoconf 2.69 for binutils 2.47.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.46.50'
PACKAGE_STRING='binutils 2.46.50'
PACKAGE_VERSION='2.47.50'
PACKAGE_STRING='binutils 2.47.50'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1408,7 +1408,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.46.50 to adapt to many kinds of systems.
\`configure' configures binutils 2.47.50 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1479,7 +1479,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of binutils 2.46.50:";;
short | recursive ) echo "Configuration of binutils 2.47.50:";;
esac
cat <<\_ACEOF
@ -1641,7 +1641,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
binutils configure 2.46.50
binutils configure 2.47.50
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -2109,7 +2109,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.46.50, which was
It was created by binutils $as_me 2.47.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -3092,7 +3092,7 @@ fi
# Define the identity of the package.
PACKAGE='binutils'
VERSION='2.46.50'
VERSION='2.47.50'
cat >>confdefs.h <<_ACEOF
@ -17449,7 +17449,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.46.50, which was
This file was extended by binutils $as_me 2.47.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -17515,7 +17515,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.46.50
binutils config.status 2.47.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

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.46.50.
# Generated by GNU Autoconf 2.69 for gas 2.47.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.46.50'
PACKAGE_STRING='gas 2.46.50'
PACKAGE_VERSION='2.47.50'
PACKAGE_STRING='gas 2.47.50'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1395,7 +1395,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.46.50 to adapt to many kinds of systems.
\`configure' configures gas 2.47.50 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1466,7 +1466,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of gas 2.46.50:";;
short | recursive ) echo "Configuration of gas 2.47.50:";;
esac
cat <<\_ACEOF
@ -1623,7 +1623,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
gas configure 2.46.50
gas configure 2.47.50
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -2034,7 +2034,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.46.50, which was
It was created by gas $as_me 2.47.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -3014,7 +3014,7 @@ fi
# Define the identity of the package.
PACKAGE='gas'
VERSION='2.46.50'
VERSION='2.47.50'
cat >>confdefs.h <<_ACEOF
@ -16927,7 +16927,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.46.50, which was
This file was extended by gas $as_me 2.47.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -16993,7 +16993,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.46.50
gas config.status 2.47.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

@ -8,11 +8,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n"
"POT-Creation-Date: 2026-01-28 09:57+1030\n"
"POT-Creation-Date: 2026-07-12 10:40+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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
@ -402,9 +401,9 @@ msgstr ""
#. These are relocations which should only be seen by the
#. dynamic linker, and should never be seen here.
#: arm.cc:8751 arm.cc:9232 i386.cc:1949 i386.cc:2435 mips.cc:11295 s390.cc:2468
#: s390.cc:2902 sparc.cc:2553 sparc.cc:3033 tilegx.cc:3584 tilegx.cc:4139
#: x86_64.cc:3364 x86_64.cc:3906
#: arm.cc:8751 arm.cc:9232 i386.cc:1949 i386.cc:2435 mips.cc:11295
#: s390.cc:2468 s390.cc:2902 sparc.cc:2553 sparc.cc:3033 tilegx.cc:3584
#: tilegx.cc:4139 x86_64.cc:3364 x86_64.cc:3906
#, c-format
msgid "%s: unexpected reloc %u in object file"
msgstr ""
@ -4194,8 +4193,8 @@ msgstr ""
#: symtab.cc:2687
#, c-format
msgid ""
"discarding version information for %s@%s, defined in unused shared library "
"%s (linked with --as-needed)"
"discarding version information for %s@%s, defined in unused shared library %"
"s (linked with --as-needed)"
msgstr ""
#: symtab.cc:3049 symtab.cc:3195

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

View file

@ -8,11 +8,10 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n"
"POT-Creation-Date: 2026-01-28 09:57+1030\n"
"POT-Creation-Date: 2026-07-12 10:43+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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
@ -211,47 +210,47 @@ msgstr ""
msgid "<cycle %d>"
msgstr ""
#: corefile.c:63
#: corefile.c:64
#, c-format
msgid "%s: unable to parse mapping file %s.\n"
msgstr ""
#: corefile.c:91 corefile.c:532
#: corefile.c:92 corefile.c:595
#, c-format
msgid "%s: could not open %s.\n"
msgstr ""
#: corefile.c:195
#: corefile.c:248
#, c-format
msgid "%s: %s: not in executable format\n"
msgstr ""
#: corefile.c:206
#: corefile.c:264
#, c-format
msgid "%s: can't find .text section in %s\n"
msgstr ""
#: corefile.c:287
#: corefile.c:348
#, c-format
msgid "%s: ran out room for %lu bytes of text space\n"
msgstr ""
#: corefile.c:301
#: corefile.c:362
#, c-format
msgid "%s: can't do -c\n"
msgstr ""
#: corefile.c:340
#: corefile.c:401
#, c-format
msgid "%s: -c not supported on architecture %s\n"
msgstr ""
#: corefile.c:543 corefile.c:647
#: corefile.c:606 corefile.c:710
#, c-format
msgid "%s: file `%s' has no symbols\n"
msgstr ""
#: corefile.c:548
#: corefile.c:611
#, c-format
msgid "%s: file `%s' has too many symbols\n"
msgstr ""
@ -530,12 +529,12 @@ msgstr ""
msgid "[find_call] 0x%lx: jalr\n"
msgstr ""
#: source.c:166
#: source.c:167
#, c-format
msgid "%s: could not locate `%s'\n"
msgstr ""
#: source.c:244
#: source.c:245
#, c-format
msgid "*** File %s:\n"
msgstr ""

20
gprofng/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 gprofng 2.46.50.
# Generated by GNU Autoconf 2.69 for gprofng 2.47.50.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gprofng'
PACKAGE_TARNAME='gprofng'
PACKAGE_VERSION='2.46.50'
PACKAGE_STRING='gprofng 2.46.50'
PACKAGE_VERSION='2.47.50'
PACKAGE_STRING='gprofng 2.47.50'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1365,7 +1365,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 gprofng 2.46.50 to adapt to many kinds of systems.
\`configure' configures gprofng 2.47.50 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1436,7 +1436,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of gprofng 2.46.50:";;
short | recursive ) echo "Configuration of gprofng 2.47.50:";;
esac
cat <<\_ACEOF
@ -1550,7 +1550,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
gprofng configure 2.46.50
gprofng configure 2.47.50
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -2082,7 +2082,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 gprofng $as_me 2.46.50, which was
It was created by gprofng $as_me 2.47.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -3058,7 +3058,7 @@ fi
# Define the identity of the package.
PACKAGE='gprofng'
VERSION='2.46.50'
VERSION='2.47.50'
cat >>confdefs.h <<_ACEOF
@ -18241,7 +18241,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 gprofng $as_me 2.46.50, which was
This file was extended by gprofng $as_me 2.47.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -18307,7 +18307,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="\\
gprofng config.status 2.46.50
gprofng config.status 2.47.50
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

View file

@ -1,4 +1,4 @@
@set UPDATED 1 January 2026
@set UPDATED-MONTH January 2026
@set EDITION 2.46.50
@set VERSION 2.46.50
@set UPDATED 9 February 2026
@set UPDATED-MONTH February 2026
@set EDITION 2.47.50
@set VERSION 2.47.50

View file

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

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.46.50.
# Generated by GNU Autoconf 2.69 for ld 2.47.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.46.50'
PACKAGE_STRING='ld 2.46.50'
PACKAGE_VERSION='2.47.50'
PACKAGE_STRING='ld 2.47.50'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1440,7 +1440,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.46.50 to adapt to many kinds of systems.
\`configure' configures ld 2.47.50 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1511,7 +1511,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of ld 2.46.50:";;
short | recursive ) echo "Configuration of ld 2.47.50:";;
esac
cat <<\_ACEOF
@ -1697,7 +1697,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
ld configure 2.46.50
ld configure 2.47.50
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -2229,7 +2229,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.46.50, which was
It was created by ld $as_me 2.47.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -3213,7 +3213,7 @@ fi
# Define the identity of the package.
PACKAGE='ld'
VERSION='2.46.50'
VERSION='2.47.50'
cat >>confdefs.h <<_ACEOF
@ -20101,7 +20101,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.46.50, which was
This file was extended by ld $as_me 2.47.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -20167,7 +20167,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.46.50
ld config.status 2.47.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

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

View file

@ -8,40 +8,39 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n"
"POT-Creation-Date: 2026-01-28 09:57+1030\n"
"POT-Creation-Date: 2026-07-12 10:33+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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: aarch64-asm.c:893
#: aarch64-asm.c:891
msgid "specified register cannot be read from"
msgstr ""
#: aarch64-asm.c:902
#: aarch64-asm.c:900
msgid "specified register cannot be written to"
msgstr ""
#. Invalid option.
#: aarch64-dis.c:103 arc-dis.c:795 arm-dis.c:11958 kvx-dis.c:154
#: aarch64-dis.c:116 arc-dis.c:795 arm-dis.c:11958 kvx-dis.c:154
#, c-format
msgid "unrecognised disassembler option: %s"
msgstr ""
#: aarch64-dis.c:4162
#: aarch64-dis.c:4172
#, c-format
msgid "this `%s' should have an immediately preceding `%s'"
msgstr ""
#: aarch64-dis.c:4169
#: aarch64-dis.c:4179
#, c-format
msgid "expected `%s' after previous `%s'"
msgstr ""
#: aarch64-dis.c:4585
#: aarch64-dis.c:4611
#, c-format
msgid ""
"\n"
@ -49,356 +48,366 @@ msgid ""
"with the -M switch (multiple options should be separated by commas):\n"
msgstr ""
#: aarch64-dis.c:4589
#: aarch64-dis.c:4615
#, c-format
msgid ""
"\n"
" no-aliases Don't print instruction aliases.\n"
msgstr ""
#: aarch64-dis.c:4592
#: aarch64-dis.c:4618
#, c-format
msgid ""
"\n"
" aliases Do print instruction aliases.\n"
msgstr ""
#: aarch64-dis.c:4595
#: aarch64-dis.c:4621
#, c-format
msgid ""
"\n"
" no-notes Don't print instruction notes.\n"
msgstr ""
#: aarch64-dis.c:4598
#: aarch64-dis.c:4624
#, c-format
msgid ""
"\n"
" notes Do print instruction notes.\n"
msgstr ""
#: aarch64-dis.c:4602
#: aarch64-dis.c:4627
#, c-format
msgid ""
"\n"
" annotate Display symbol names for undefined instructions.\n"
msgstr ""
#: aarch64-dis.c:4630
#, c-format
msgid ""
"\n"
" no-annotate Do not display symbol names for undefined instructions.\n"
msgstr ""
#: aarch64-dis.c:4634
#, c-format
msgid ""
"\n"
" debug_dump Temp switch for debug trace.\n"
msgstr ""
#: aarch64-dis.c:4606 arc-dis.c:1584 arc-dis.c:1607 arc-dis.c:1610
#: aarch64-dis.c:4638 arc-dis.c:1584 arc-dis.c:1607 arc-dis.c:1610
#: kvx-dis.c:1586 loongarch-dis.c:371 mips-dis.c:2930 mips-dis.c:2942
#: mips-dis.c:2945 nfp-dis.c:3004 riscv-dis.c:1750 riscv-dis.c:1753
#: mips-dis.c:2945 nfp-dis.c:3004 riscv-dis.c:1860 riscv-dis.c:1863
#, c-format
msgid "\n"
msgstr ""
#: aarch64-opc.c:1485
#: aarch64-opc.c:1153
msgid "immediate value"
msgstr ""
#: aarch64-opc.c:1495
#: aarch64-opc.c:1163
msgid "immediate offset"
msgstr ""
#: aarch64-opc.c:1505
#: aarch64-opc.c:1173
msgid "register number"
msgstr ""
#: aarch64-opc.c:1515
#: aarch64-opc.c:1183
msgid "register element index"
msgstr ""
#: aarch64-opc.c:1525
#: aarch64-opc.c:1193
msgid "shift amount"
msgstr ""
#: aarch64-opc.c:1537
#: aarch64-opc.c:1205
msgid "multiplier"
msgstr ""
#: aarch64-opc.c:1706
#: aarch64-opc.c:1374
msgid "expected a selection register in the range w12-w15"
msgstr ""
#: aarch64-opc.c:1710
#: aarch64-opc.c:1378
msgid "expected a selection register in the range w8-w11"
msgstr ""
#: aarch64-opc.c:1729
#: aarch64-opc.c:1397
msgid "starting offset is not a multiple of 2"
msgstr ""
#: aarch64-opc.c:1730
#: aarch64-opc.c:1398
msgid "starting offset is not a multiple of 4"
msgstr ""
#: aarch64-opc.c:1738
#: aarch64-opc.c:1406
msgid "expected a single offset rather than a range"
msgstr ""
#: aarch64-opc.c:1742
#: aarch64-opc.c:1410
msgid "expected a range of two offsets"
msgstr ""
#: aarch64-opc.c:1745
#: aarch64-opc.c:1413
msgid "expected a range of four offsets"
msgstr ""
#: aarch64-opc.c:1826
#: aarch64-opc.c:1494
msgid "second reg in pair should be xzr if first is xzr"
msgstr ""
#: aarch64-opc.c:1840
#: aarch64-opc.c:1508
msgid "reg pair must start from even reg"
msgstr ""
#: aarch64-opc.c:1846
#: aarch64-opc.c:1514
msgid "reg pair must be contiguous"
msgstr ""
#: aarch64-opc.c:1862
#: aarch64-opc.c:1530
msgid "extraneous register"
msgstr ""
#: aarch64-opc.c:1868
#: aarch64-opc.c:1536
msgid "missing register"
msgstr ""
#: aarch64-opc.c:1880
msgid "stack pointer register expected"
msgstr ""
#: aarch64-opc.c:1986 aarch64-opc.c:2004 aarch64-opc.c:2013 arc-opc.c:188
#: aarch64-opc.c:1640 aarch64-opc.c:1658 aarch64-opc.c:1667 arc-opc.c:188
msgid "register out of range"
msgstr ""
#: aarch64-opc.c:2054 aarch64-opc.c:2070 aarch64-opc.c:2095
#: aarch64-opc.c:1708 aarch64-opc.c:1724 aarch64-opc.c:1749
msgid "start register out of range"
msgstr ""
#: aarch64-opc.c:2280 aarch64-opc.c:2288 aarch64-opc.c:2311
#: aarch64-opc.c:1934 aarch64-opc.c:1942 aarch64-opc.c:1965
msgid "unexpected address writeback"
msgstr ""
#: aarch64-opc.c:2299
#: aarch64-opc.c:1953
msgid "address writeback expected"
msgstr ""
#: aarch64-opc.c:2359
msgid "negative or unaligned offset expected"
msgstr ""
#: aarch64-opc.c:2416
#: aarch64-opc.c:2058
msgid "invalid register offset"
msgstr ""
#: aarch64-opc.c:2438
#: aarch64-opc.c:2080
msgid "invalid post-increment amount"
msgstr ""
#: aarch64-opc.c:2454 aarch64-opc.c:3009
#: aarch64-opc.c:2096 aarch64-opc.c:2651
msgid "invalid shift amount"
msgstr ""
#: aarch64-opc.c:2467
#: aarch64-opc.c:2109
msgid "invalid extend/shift operator"
msgstr ""
#: aarch64-opc.c:2542 aarch64-opc.c:2584 aarch64-opc.c:2652 aarch64-opc.c:2686
#: aarch64-opc.c:2184 aarch64-opc.c:2226 aarch64-opc.c:2294 aarch64-opc.c:2328
msgid "invalid addressing mode"
msgstr ""
#: aarch64-opc.c:2644
#: aarch64-opc.c:2286
msgid "index register xzr is not allowed"
msgstr ""
#: aarch64-opc.c:2713
#: aarch64-opc.c:2355
msgid "invalid increment amount"
msgstr ""
#: aarch64-opc.c:2796 aarch64-opc.c:2818 aarch64-opc.c:3042 aarch64-opc.c:3050
#: aarch64-opc.c:3116 aarch64-opc.c:3145
#: aarch64-opc.c:2438 aarch64-opc.c:2460 aarch64-opc.c:2684 aarch64-opc.c:2692
#: aarch64-opc.c:2758 aarch64-opc.c:2787
msgid "invalid shift operator"
msgstr ""
#: aarch64-opc.c:2802
#: aarch64-opc.c:2444
msgid "shift amount must be 0 or 12"
msgstr ""
#: aarch64-opc.c:2808 aarch64-opc.c:2843 aarch64-opc.c:2862 aarch64-opc.c:2870
#: aarch64-opc.c:2962 aarch64-opc.c:3139 aarch64-opc.c:3239 aarch64-opc.c:3252
#: aarch64-opc.c:2450 aarch64-opc.c:2485 aarch64-opc.c:2504 aarch64-opc.c:2512
#: aarch64-opc.c:2604 aarch64-opc.c:2781 aarch64-opc.c:2881 aarch64-opc.c:2894
msgid "immediate out of range"
msgstr ""
#: aarch64-opc.c:2825
#: aarch64-opc.c:2467
msgid "shift amount must be a multiple of 16"
msgstr ""
#: aarch64-opc.c:2837
#: aarch64-opc.c:2479
msgid "negative immediate value not allowed"
msgstr ""
#: aarch64-opc.c:2973
#: aarch64-opc.c:2615
msgid "immediate zero expected"
msgstr ""
#: aarch64-opc.c:2987
#: aarch64-opc.c:2629
msgid "rotate expected to be 0, 90, 180 or 270"
msgstr ""
#: aarch64-opc.c:2998
#: aarch64-opc.c:2640
msgid "rotate expected to be 90 or 270"
msgstr ""
#: aarch64-opc.c:3058
#: aarch64-opc.c:2700
msgid "shift is not permitted"
msgstr ""
#: aarch64-opc.c:3083
#: aarch64-opc.c:2725
msgid "invalid value for immediate"
msgstr ""
#: aarch64-opc.c:3108
#: aarch64-opc.c:2750
msgid "shift amount must be 0 or 16"
msgstr ""
#: aarch64-opc.c:3129
#: aarch64-opc.c:2771
msgid "floating-point immediate expected"
msgstr ""
#: aarch64-opc.c:3163
#: aarch64-opc.c:2805
msgid "no shift amount allowed for 8-bit constants"
msgstr ""
#: aarch64-opc.c:3173
#: aarch64-opc.c:2815
msgid "shift amount must be 0 or 8"
msgstr ""
#: aarch64-opc.c:3186
#: aarch64-opc.c:2828
msgid "immediate too big for element size"
msgstr ""
#: aarch64-opc.c:3193
#: aarch64-opc.c:2835
msgid "invalid arithmetic immediate"
msgstr ""
#: aarch64-opc.c:3207
#: aarch64-opc.c:2849
msgid "floating-point value must be 0.5 or 1.0"
msgstr ""
#: aarch64-opc.c:3217
#: aarch64-opc.c:2859
msgid "floating-point value must be 0.5 or 2.0"
msgstr ""
#: aarch64-opc.c:3227
#: aarch64-opc.c:2869
msgid "floating-point value must be 0.0 or 1.0"
msgstr ""
#: aarch64-opc.c:3258
#: aarch64-opc.c:2900
msgid "invalid replicated MOV immediate"
msgstr ""
#: aarch64-opc.c:3317
#: aarch64-opc.c:2959
msgid "byte index must be a multiple of 8"
msgstr ""
#: aarch64-opc.c:3355
#: aarch64-opc.c:2997
msgid ""
"the register-index form of PRFM does not accept opcodes in the range 24-31"
msgstr ""
#: aarch64-opc.c:3424
#: aarch64-opc.c:3066
msgid "extend operator expected"
msgstr ""
#: aarch64-opc.c:3437
#: aarch64-opc.c:3079
msgid "missing extend operator"
msgstr ""
#: aarch64-opc.c:3443
#: aarch64-opc.c:3085
msgid "'LSL' operator not allowed"
msgstr ""
#: aarch64-opc.c:3464
#: aarch64-opc.c:3106
msgid "W register expected"
msgstr ""
#: aarch64-opc.c:3475
#: aarch64-opc.c:3117
msgid "shift operator expected"
msgstr ""
#: aarch64-opc.c:3482
#: aarch64-opc.c:3124
msgid "'ROR' operator not allowed"
msgstr ""
#: aarch64-opc.c:5064
#: aarch64-opc.c:3303
msgid "expected at least one stack pointer operand"
msgstr ""
#: aarch64-opc.c:4725
msgid "writing to a read-only register"
msgstr ""
#: aarch64-opc.c:5066
#: aarch64-opc.c:4727
msgid "reading from a write-only register"
msgstr ""
#: aarch64-opc.c:5750
#: aarch64-opc.c:5401
msgid "the three register operands must be distinct from one another"
msgstr ""
#: aarch64-opc.c:5779
#: aarch64-opc.c:5430
msgid "the two register operands must be distinct from each other"
msgstr ""
#: aarch64-opc.c:5890
#: aarch64-opc.c:5541
msgid "destination register differs from preceding instruction"
msgstr ""
#: aarch64-opc.c:5893
#: aarch64-opc.c:5544
msgid "source register differs from preceding instruction"
msgstr ""
#: aarch64-opc.c:5896
#: aarch64-opc.c:5547
msgid "size register differs from preceding instruction"
msgstr ""
#: aarch64-opc.c:5944
#: aarch64-opc.c:5595
msgid "instruction opens new dependency sequence without ending previous one"
msgstr ""
#: aarch64-opc.c:5973
#: aarch64-opc.c:5624
msgid "previous `movprfx' sequence not closed"
msgstr ""
#: aarch64-opc.c:6004
#: aarch64-opc.c:5655
msgid "SVE instruction expected after `movprfx'"
msgstr ""
#: aarch64-opc.c:6017
#: aarch64-opc.c:5668
msgid "SVE `movprfx' compatible instruction expected"
msgstr ""
#: aarch64-opc.c:6105
#: aarch64-opc.c:5756
msgid "predicated instruction expected after `movprfx'"
msgstr ""
#: aarch64-opc.c:6117
#: aarch64-opc.c:5768
msgid "merging predicate expected due to preceding `movprfx'"
msgstr ""
#: aarch64-opc.c:6129
#: aarch64-opc.c:5780
msgid "predicate register differs from that in preceding `movprfx'"
msgstr ""
#: aarch64-opc.c:6148
#: aarch64-opc.c:5799
msgid "output register of preceding `movprfx' not used in current instruction"
msgstr ""
#: aarch64-opc.c:6161
#: aarch64-opc.c:5812
msgid "output register of preceding `movprfx' expected as output"
msgstr ""
#: aarch64-opc.c:6173
#: aarch64-opc.c:5824
msgid "output register of preceding `movprfx' used as input"
msgstr ""
#: aarch64-opc.c:6189
#: aarch64-opc.c:5840
msgid "register size not compatible with previous `movprfx'"
msgstr ""
@ -481,7 +490,7 @@ msgid ""
"with the -M switch (multiple options should be separated by commas):\n"
msgstr ""
#: arc-dis.c:1593 mips-dis.c:2937 riscv-dis.c:1745
#: arc-dis.c:1593 mips-dis.c:2937 riscv-dis.c:1855
#, c-format
msgid ""
"\n"
@ -749,7 +758,7 @@ msgid ""
msgstr ""
#. The option without '=' should be defined above.
#: bpf-dis.c:90 riscv-dis.c:124 riscv-dis.c:162
#: bpf-dis.c:90 riscv-dis.c:140 riscv-dis.c:178
#, c-format
msgid "unrecognized disassembler option: %s"
msgstr ""
@ -759,7 +768,7 @@ msgstr ""
msgid "unknown BPF CPU version %u\n"
msgstr ""
#: bpf-dis.c:296
#: bpf-dis.c:290
#, c-format
msgid "# internal error, unknown tag in opcode template (%s)"
msgstr ""
@ -805,12 +814,12 @@ msgid "<unknown register %d>"
msgstr ""
#. Can't happen.
#: dis-buf.c:61
#: dis-buf.c:62
#, c-format
msgid "Unknown error %d\n"
msgstr ""
#: dis-buf.c:67
#: dis-buf.c:68
#, c-format
msgid "Address 0x%<PRIx64> is out of bounds.\n"
msgstr ""
@ -879,11 +888,12 @@ msgstr ""
#: ip2k-asm.c:792 ip2k-asm.c:899 iq2000-asm.c:647 iq2000-asm.c:651
#: iq2000-asm.c:740 iq2000-asm.c:847 lm32-asm.c:537 lm32-asm.c:541
#: lm32-asm.c:630 lm32-asm.c:737 m32c-asm.c:1772 m32c-asm.c:1776
#: m32c-asm.c:1865 m32c-asm.c:1972 m32r-asm.c:516 m32r-asm.c:520 m32r-asm.c:609
#: m32r-asm.c:716 mep-asm.c:1475 mep-asm.c:1479 mep-asm.c:1568 mep-asm.c:1675
#: mt-asm.c:783 mt-asm.c:787 mt-asm.c:876 mt-asm.c:983 or1k-asm.c:763
#: or1k-asm.c:767 or1k-asm.c:856 or1k-asm.c:963 xstormy16-asm.c:464
#: xstormy16-asm.c:468 xstormy16-asm.c:557 xstormy16-asm.c:664
#: m32c-asm.c:1865 m32c-asm.c:1972 m32r-asm.c:516 m32r-asm.c:520
#: m32r-asm.c:609 m32r-asm.c:716 mep-asm.c:1475 mep-asm.c:1479 mep-asm.c:1568
#: mep-asm.c:1675 mt-asm.c:783 mt-asm.c:787 mt-asm.c:876 mt-asm.c:983
#: or1k-asm.c:763 or1k-asm.c:767 or1k-asm.c:856 or1k-asm.c:963
#: xstormy16-asm.c:464 xstormy16-asm.c:468 xstormy16-asm.c:557
#: xstormy16-asm.c:664
msgid "unrecognized instruction"
msgstr ""
@ -952,8 +962,8 @@ msgid "*unknown*"
msgstr ""
#: epiphany-dis.c:279 fr30-dis.c:300 frv-dis.c:397 ip2k-dis.c:289
#: iq2000-dis.c:190 lm32-dis.c:148 m32c-dis.c:892 m32r-dis.c:280 mep-dis.c:1202
#: mt-dis.c:288 or1k-dis.c:175 xstormy16-dis.c:169
#: iq2000-dis.c:190 lm32-dis.c:148 m32c-dis.c:892 m32r-dis.c:280
#: mep-dis.c:1201 mt-dis.c:288 or1k-dis.c:175 xstormy16-dis.c:169
#, c-format
msgid "internal error: unrecognized field %d while printing insn"
msgstr ""
@ -1105,11 +1115,11 @@ msgstr ""
msgid "Don't understand 0x%x \n"
msgstr ""
#: i386-dis.c:8777
#: i386-dis.c:8784
msgid "<internal disassembler error>"
msgstr ""
#: i386-dis.c:9025
#: i386-dis.c:9032
#, c-format
msgid ""
"\n"
@ -1118,86 +1128,91 @@ msgid ""
"with the -M switch (multiple options should be separated by commas):\n"
msgstr ""
#: i386-dis.c:9029
#: i386-dis.c:9036
#, c-format
msgid " x86-64 Disassemble in 64bit mode\n"
msgstr ""
#: i386-dis.c:9030
#: i386-dis.c:9037
#, c-format
msgid " i386 Disassemble in 32bit mode\n"
msgstr ""
#: i386-dis.c:9031
#: i386-dis.c:9038
#, c-format
msgid " i8086 Disassemble in 16bit mode\n"
msgstr ""
#: i386-dis.c:9032
#: i386-dis.c:9039
#, c-format
msgid " att Display instruction in AT&T syntax\n"
msgstr ""
#: i386-dis.c:9033
#: i386-dis.c:9040
#, c-format
msgid " intel Display instruction in Intel syntax\n"
msgstr ""
#: i386-dis.c:9034
#: i386-dis.c:9041
#, c-format
msgid ""
" att-mnemonic (AT&T syntax only)\n"
" Display instruction with AT&T mnemonic\n"
msgstr ""
#: i386-dis.c:9036
#: i386-dis.c:9043
#, c-format
msgid ""
" intel-mnemonic (AT&T syntax only)\n"
" Display instruction with Intel mnemonic\n"
msgstr ""
#: i386-dis.c:9038
#: i386-dis.c:9045
#, c-format
msgid " addr64 Assume 64bit address size\n"
msgstr ""
#: i386-dis.c:9039
#: i386-dis.c:9046
#, c-format
msgid " addr32 Assume 32bit address size\n"
msgstr ""
#: i386-dis.c:9040
#: i386-dis.c:9047
#, c-format
msgid " addr16 Assume 16bit address size\n"
msgstr ""
#: i386-dis.c:9041
#: i386-dis.c:9048
#, c-format
msgid " data32 Assume 32bit data size\n"
msgstr ""
#: i386-dis.c:9042
#: i386-dis.c:9049
#, c-format
msgid " data16 Assume 16bit data size\n"
msgstr ""
#: i386-dis.c:9043
#: i386-dis.c:9050
#, c-format
msgid " suffix Always display instruction suffix in AT&T syntax\n"
msgstr ""
#: i386-dis.c:9044
#: i386-dis.c:9051
#, c-format
msgid " amd64 Display instruction in AMD64 ISA\n"
msgstr ""
#: i386-dis.c:9045
#: i386-dis.c:9052
#, c-format
msgid " intel64 Display instruction in Intel64 ISA\n"
msgstr ""
#: i386-dis.c:9835
#: i386-dis.c:9053
#, c-format
msgid " annotate-immediates Annotate immediate operands that match symbols\n"
msgstr ""
#: i386-dis.c:9846
msgid "64-bit address is disabled"
msgstr ""
@ -1563,7 +1578,7 @@ msgstr ""
msgid "internal error: mep_cgen_cpu_open: no endianness specified"
msgstr ""
#: mep-dis.c:662
#: mep-dis.c:661
#, c-format
msgid "illegal MEP INDEX setting '%x' in ELF header e_flags field"
msgstr ""
@ -1954,98 +1969,110 @@ msgstr ""
msgid "illegal immediate value"
msgstr ""
#: ppc-opc.c:2070
#: ppc-opc.c:1828
msgid "invalid SR value (must be 0-23)"
msgstr ""
#: ppc-opc.c:1854
msgid "invalid combination: ID=1 with BL=0 or BL=1"
msgstr ""
#: ppc-opc.c:2122
msgid "invalid bat number"
msgstr ""
#: ppc-opc.c:2105
#: ppc-opc.c:2157
msgid "invalid sprg number"
msgstr ""
#: ppc-opc.c:2142
#: ppc-opc.c:2194
msgid "invalid tbr number"
msgstr ""
#: ppc-opc.c:2249 ppc-opc.c:2317
#: ppc-opc.c:2301 ppc-opc.c:2369
msgid "VSR overlaps ACC operand"
msgstr ""
#: ppc-opc.c:2426
#: ppc-opc.c:2423
msgid "invalid S value (must be 0 - 6)"
msgstr ""
#: ppc-opc.c:2503
msgid "invalid constant"
msgstr ""
#: ppc-opc.c:2448
#: ppc-opc.c:2525
msgid "invalid M value"
msgstr ""
#: ppc-opc.c:2550 ppc-opc.c:2573 ppc-opc.c:2596 ppc-opc.c:2619
#: ppc-opc.c:2627 ppc-opc.c:2650 ppc-opc.c:2673 ppc-opc.c:2696
msgid "UIMM = 00000 is illegal"
msgstr ""
#: ppc-opc.c:2642
#: ppc-opc.c:2719
msgid "UIMM values >7 are illegal"
msgstr ""
#: ppc-opc.c:2665
#: ppc-opc.c:2742
msgid "UIMM values >15 are illegal"
msgstr ""
#: ppc-opc.c:2688
#: ppc-opc.c:2765
msgid "GPR odd is illegal"
msgstr ""
#: ppc-opc.c:2711 ppc-opc.c:2734
#: ppc-opc.c:2788 ppc-opc.c:2811
msgid "invalid offset"
msgstr ""
#: ppc-opc.c:2757
#: ppc-opc.c:2834
msgid "invalid Ddd value"
msgstr ""
#: ppc-opc.c:2810 ppc-opc.c:2837
#: ppc-opc.c:2887 ppc-opc.c:2914
msgid "invalid TH value"
msgstr ""
#. Invalid options with '=', no option name before '=',
#. and no value after '='.
#: riscv-dis.c:132
#: riscv-dis.c:148
#, c-format
msgid "unrecognized disassembler option with '=': %s"
msgstr ""
#: riscv-dis.c:147
#: riscv-dis.c:163
#, c-format
msgid "unknown privileged spec set by %s=%s"
msgstr ""
#: riscv-dis.c:154
#: riscv-dis.c:170
#, c-format
msgid ""
"mis-matched privilege spec set by %s=%s, the elf privilege attribute is %s"
msgstr ""
#: riscv-dis.c:929
#: riscv-dis.c:1039
#, c-format
msgid "# internal error, undefined modifier (%c)"
msgstr ""
#: riscv-dis.c:1623
#: riscv-dis.c:1733
msgid "Disassemble without checking architecture string."
msgstr ""
#: riscv-dis.c:1626
#: riscv-dis.c:1736
msgid "Print numeric register names, rather than ABI names."
msgstr ""
#: riscv-dis.c:1629
#: riscv-dis.c:1739
msgid "Disassemble only into canonical instructions."
msgstr ""
#: riscv-dis.c:1632
#: riscv-dis.c:1742
msgid "Print the CSR according to the chosen privilege spec."
msgstr ""
#: riscv-dis.c:1708
#: riscv-dis.c:1818
#, c-format
msgid ""
"\n"