aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2025-01-19 12:40:46 +0000
committerNick Clifton <nickc@redhat.com>2025-01-19 12:40:46 +0000
commit8c7653ab099c37250c0ffbf6b0925e8b6248a451 (patch)
tree67fafac099251afbb2ff8c82df25868cd5882ab3 /binutils
parent572920f968385ece96e6df2e49cb9776f64f71cf (diff)
downloadbinutils-8c7653ab099c37250c0ffbf6b0925e8b6248a451.zip
binutils-8c7653ab099c37250c0ffbf6b0925e8b6248a451.tar.gz
binutils-8c7653ab099c37250c0ffbf6b0925e8b6248a451.tar.bz2
Change version to 2.44.50 and regenerate files
Diffstat (limited to 'binutils')
-rw-r--r--binutils/README-how-to-make-a-release22
-rwxr-xr-xbinutils/configure20
-rw-r--r--binutils/po/binutils.pot4039
3 files changed, 2041 insertions, 2040 deletions
diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release
index 595ac57..0079dc0 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_44-branch
- git push origin binutils-2_44-branch
+ git branch binutils-2_45-branch
+ git push origin binutils-2_45-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_44-branch 2.44
+ git clone ssh://sourceware.org/git/binutils-gdb.git -b binutils-2_45-branch 2.45
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 <brobecker AT adacore DOT com>.
7. Rename the current HEAD version entry in Bugzilla, and create a
- new one. E.g. rename "2.44 (HEAD)" to 2.44, and create
- "2.45 (HEAD)":
+ new one. E.g. rename "2.45 (HEAD)" to 2.45, and create
+ "2.46 (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.44 then the version number on
- the BRANCH should be set to 2.43.90 - ie almost, but not quite 2.44,
- and the version number on the MAINLINE should be set to 2.44.50 -
- ie half way to 2.45 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 the BRANCH bfd/version.m4 has:
- m4_define([BFD_VERSION], [2.43.90])
+ m4_define([BFD_VERSION], [2.44.90])
and the MAINLINE has:
- m4_define([BFD_VERSION], [2.44.50])
+ m4_define([BFD_VERSION], [2.45.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 41e41c6..a2a5bf0 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.43.50.
+# Generated by GNU Autoconf 2.69 for binutils 2.44.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.43.50'
-PACKAGE_STRING='binutils 2.43.50'
+PACKAGE_VERSION='2.44.50'
+PACKAGE_STRING='binutils 2.44.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.43.50 to adapt to many kinds of systems.
+\`configure' configures binutils 2.44.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.43.50:";;
+ short | recursive ) echo "Configuration of binutils 2.44.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.43.50
+binutils configure 2.44.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.43.50, which was
+It was created by binutils $as_me 2.44.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.43.50'
+ VERSION='2.44.50'
cat >>confdefs.h <<_ACEOF
@@ -17160,7 +17160,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.43.50, which was
+This file was extended by binutils $as_me 2.44.50, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -17226,7 +17226,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.43.50
+binutils config.status 2.44.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 0949403..e9a21df 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: 2024-07-20 13:04+0100\n"
+"POT-Creation-Date: 2025-01-19 12:23+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"
@@ -56,8 +56,8 @@ msgid ""
"\n"
msgstr ""
-#: addr2line.c:111 ar.c:354 ar.c:391 coffdump.c:470 dlltool.c:3822
-#: dllwrap.c:518 elfedit.c:976 objcopy.c:706 objcopy.c:762 readelf.c:6305
+#: 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
#: size.c:110 srconv.c:1705 strings.c:1361 sysdump.c:655 windmc.c:227
#: windres.c:690
#, c-format
@@ -95,12 +95,12 @@ msgstr ""
msgid "%s: cannot find section %s"
msgstr ""
-#: addr2line.c:514 ar.c:748 dlltool.c:3329 nm.c:1987 objcopy.c:6253
-#: objdump.c:6002 size.c:152 strings.c:356 windmc.c:958 windres.c:816
+#: 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
msgid "fatal error: libbfd ABI mismatch"
msgstr ""
-#: addr2line.c:541 nm.c:2013 objdump.c:6052 readelf.c:6612
+#: addr2line.c:541 nm.c:2007 objdump.c:6034 readelf.c:6635
#, c-format
msgid "unknown demangling style `%s'"
msgstr ""
@@ -362,134 +362,134 @@ msgid ""
" -v --version Print version information\n"
msgstr ""
-#: ar.c:505
+#: ar.c:507
msgid "two different operation options specified"
msgstr ""
-#: ar.c:541
+#: ar.c:543
msgid "libdeps specified more than once"
msgstr ""
-#: ar.c:602 ar.c:677 nm.c:2132
+#: ar.c:604 ar.c:679 nm.c:2126
#, c-format
msgid "sorry - this program has been built without plugin support\n"
msgstr ""
-#: ar.c:804
+#: ar.c:806
msgid "no operation specified"
msgstr ""
-#: ar.c:807
+#: ar.c:809
msgid "`u' is only meaningful with the `r' option."
msgstr ""
-#: ar.c:810
+#: ar.c:812
msgid ""
"`u' is not meaningful with the `D' option - replacement will always happen."
msgstr ""
-#: ar.c:813
+#: ar.c:815
msgid "`u' modifier ignored since `D' is the default (see `U')"
msgstr ""
-#: ar.c:822
+#: ar.c:824
msgid "missing position arg."
msgstr ""
-#: ar.c:828
+#: ar.c:830
msgid "`N' is only meaningful with the `x' and `d' options."
msgstr ""
-#: ar.c:830
+#: ar.c:832
msgid "`N' missing value."
msgstr ""
-#: ar.c:833
+#: ar.c:835
msgid "Value for `N' must be positive."
msgstr ""
-#: ar.c:849
+#: ar.c:851
msgid "`x' cannot be used on thin archives."
msgstr ""
-#: ar.c:863
+#: ar.c:865
msgid "Cannot create libdeps record."
msgstr ""
-#: ar.c:866
+#: ar.c:868
msgid "Cannot set libdeps record type to binary."
msgstr ""
-#: ar.c:869
+#: ar.c:871
msgid "Cannot set libdeps object format."
msgstr ""
-#: ar.c:872
+#: ar.c:874
msgid "Cannot make libdeps object writable."
msgstr ""
-#: ar.c:875
+#: ar.c:877
msgid "Cannot write libdeps record."
msgstr ""
-#: ar.c:878
+#: ar.c:880
msgid "Cannot make libdeps object readable."
msgstr ""
-#: ar.c:881
+#: ar.c:883
msgid "Cannot reset libdeps record type."
msgstr ""
-#: ar.c:944
+#: ar.c:955
#, c-format
msgid "internal error -- this option not implemented"
msgstr ""
-#: ar.c:1011
+#: ar.c:1026
#, c-format
msgid "creating %s"
msgstr ""
-#: ar.c:1039
+#: ar.c:1051
#, c-format
msgid "Cannot convert existing library %s to thin format"
msgstr ""
-#: ar.c:1045
+#: ar.c:1057
#, c-format
msgid "Cannot convert existing thin library %s to normal format"
msgstr ""
-#: ar.c:1076 ar.c:1177 ar.c:1499 objcopy.c:3744
+#: ar.c:1088 ar.c:1193 ar.c:1522 objcopy.c:3716
#, c-format
msgid "internal stat error on %s"
msgstr ""
-#: ar.c:1096 ar.c:1204
+#: ar.c:1108 ar.c:1220
#, c-format
msgid "%s is not a valid archive"
msgstr ""
-#: ar.c:1124
+#: ar.c:1138
#, c-format
msgid "illegal output pathname for archive member: %s, using '%s' instead"
msgstr ""
-#: ar.c:1252
+#: ar.c:1270
msgid "could not create temporary file whilst writing archive"
msgstr ""
-#: ar.c:1400
+#: ar.c:1420
#, c-format
msgid "No member named `%s'\n"
msgstr ""
-#: ar.c:1450
+#: ar.c:1473
#, c-format
msgid "no entry %s in archive %s!"
msgstr ""
-#: ar.c:1629
+#: ar.c:1655
#, c-format
msgid "%s: no archive map to update"
msgstr ""
@@ -763,7 +763,7 @@ msgstr ""
msgid "Symbol %s, tag %d, number %d"
msgstr ""
-#: coffdump.c:345 readelf.c:20364 readelf.c:20460
+#: coffdump.c:345 readelf.c:20401 readelf.c:20497
#, c-format
msgid "Type"
msgstr ""
@@ -975,7 +975,7 @@ msgstr ""
msgid "%s: is not a COFF format file"
msgstr ""
-#: cxxfilt.c:124 nm.c:380 objdump.c:464
+#: cxxfilt.c:124 nm.c:380 objdump.c:465
#, c-format
msgid "Report bugs to %s.\n"
msgstr ""
@@ -1073,522 +1073,522 @@ msgstr ""
msgid "debug_write_type: illegal type encountered"
msgstr ""
-#: dlltool.c:927 dlltool.c:952 dlltool.c:982
+#: dlltool.c:876 dlltool.c:901
#, c-format
msgid "Internal error: Unknown machine type: %d"
msgstr ""
-#: dlltool.c:1024
+#: dlltool.c:952
#, c-format
msgid "Can't open def file: %s"
msgstr ""
-#: dlltool.c:1029
+#: dlltool.c:957
#, c-format
msgid "Processing def file: %s"
msgstr ""
-#: dlltool.c:1033
+#: dlltool.c:961
msgid "Processed def file"
msgstr ""
-#: dlltool.c:1057
+#: dlltool.c:985
#, c-format
msgid "Syntax error in def file %s:%d"
msgstr ""
-#: dlltool.c:1092
+#: dlltool.c:1020
#, c-format
msgid "%s: Path components stripped from image name, '%s'."
msgstr ""
-#: dlltool.c:1110
+#: dlltool.c:1038
#, c-format
msgid "NAME: %s base: %x"
msgstr ""
-#: dlltool.c:1113 dlltool.c:1134
+#: dlltool.c:1041 dlltool.c:1062
msgid "Can't have LIBRARY and NAME"
msgstr ""
-#: dlltool.c:1131
+#: dlltool.c:1059
#, c-format
msgid "LIBRARY: %s base: %x"
msgstr ""
-#: dlltool.c:1286
+#: dlltool.c:1214
#, c-format
msgid "VERSION %d.%d\n"
msgstr ""
-#: dlltool.c:1334
+#: dlltool.c:1261
#, c-format
msgid "run: %s %s"
msgstr ""
-#: dlltool.c:1375 resrc.c:289
+#: dlltool.c:1302 resrc.c:289
#, c-format
msgid "wait: %s"
msgstr ""
-#: dlltool.c:1380 dllwrap.c:416 resrc.c:294
+#: dlltool.c:1307 dllwrap.c:416 resrc.c:294
#, c-format
msgid "subprocess got fatal signal %d"
msgstr ""
-#: dlltool.c:1386 dllwrap.c:423 resrc.c:301
+#: dlltool.c:1313 dllwrap.c:423 resrc.c:301
#, c-format
msgid "%s exited with status %d"
msgstr ""
-#: dlltool.c:1417
+#: dlltool.c:1344
#, c-format
msgid "Sucking in info from %s section in %s"
msgstr ""
-#: dlltool.c:1558
+#: dlltool.c:1486
#, c-format
msgid "Excluding symbol: %s"
msgstr ""
-#: dlltool.c:1647 dlltool.c:1658 nm.c:1408 nm.c:1417
+#: dlltool.c:1575 dlltool.c:1586 nm.c:1410 nm.c:1419
#, c-format
msgid "%s: no symbols"
msgstr ""
#. FIXME: we ought to read in and block out the base relocations.
-#: dlltool.c:1684
+#: dlltool.c:1612
#, c-format
msgid "Done reading %s"
msgstr ""
-#: dlltool.c:1694
+#: dlltool.c:1622
#, c-format
msgid "Unable to open object file: %s: %s"
msgstr ""
-#: dlltool.c:1697
+#: dlltool.c:1625
#, c-format
msgid "Scanning object file %s"
msgstr ""
-#: dlltool.c:1717
+#: dlltool.c:1645
#, c-format
msgid "Cannot produce mcore-elf dll from archive file: %s"
msgstr ""
-#: dlltool.c:1819
+#: dlltool.c:1747
msgid "Adding exports to output file"
msgstr ""
-#: dlltool.c:1871
+#: dlltool.c:1799
msgid "Added exports to output file"
msgstr ""
-#: dlltool.c:2039
+#: dlltool.c:1966
#, c-format
msgid "Generating export file: %s"
msgstr ""
-#: dlltool.c:2044
+#: dlltool.c:1971
#, c-format
msgid "Unable to open temporary assembler file: %s"
msgstr ""
-#: dlltool.c:2049
+#: dlltool.c:1976
#, c-format
msgid "Opened temporary file: %s"
msgstr ""
-#: dlltool.c:2225
+#: dlltool.c:2157
msgid "failed to read the number of entries from base file"
msgstr ""
-#: dlltool.c:2276
+#: dlltool.c:2208
msgid "Generated exports file"
msgstr ""
-#: dlltool.c:2434
+#: dlltool.c:2351
#, c-format
msgid "bfd_open failed open stub file: %s: %s"
msgstr ""
-#: dlltool.c:2438
+#: dlltool.c:2355
#, c-format
msgid "Creating stub file: %s"
msgstr ""
-#: dlltool.c:2777
+#: dlltool.c:2698
#, c-format
msgid "bfd_open failed reopen stub file: %s: %s"
msgstr ""
-#: dlltool.c:2791 dlltool.c:2870
+#: dlltool.c:2712 dlltool.c:2791
#, c-format
msgid "failed to open temporary head file: %s"
msgstr ""
-#: dlltool.c:2855 dlltool.c:2945
+#: dlltool.c:2776 dlltool.c:2866
#, c-format
msgid "failed to open temporary head file: %s: %s"
msgstr ""
-#: dlltool.c:2960
+#: dlltool.c:2881
#, c-format
msgid "failed to open temporary tail file: %s"
msgstr ""
-#: dlltool.c:2996
+#: dlltool.c:2917
#, c-format
msgid "failed to open temporary tail file: %s: %s"
msgstr ""
-#: dlltool.c:3019
+#: dlltool.c:2940
#, c-format
msgid "Can't create .lib file: %s: %s"
msgstr ""
-#: dlltool.c:3023
+#: dlltool.c:2944
#, c-format
msgid "Creating library file: %s"
msgstr ""
-#: dlltool.c:3116 dlltool.c:3122
+#: dlltool.c:3028 dlltool.c:3034
#, c-format
msgid "cannot delete %s: %s"
msgstr ""
-#: dlltool.c:3128
+#: dlltool.c:3039
msgid "Created lib file"
msgstr ""
-#: dlltool.c:3334
+#: dlltool.c:3245
#, c-format
msgid "Can't open .lib file: %s: %s"
msgstr ""
-#: dlltool.c:3342 dlltool.c:3364
+#: dlltool.c:3253 dlltool.c:3275
#, c-format
msgid "%s is not a library"
msgstr ""
-#: dlltool.c:3382
+#: dlltool.c:3293
#, c-format
msgid "Import library `%s' specifies two or more dlls"
msgstr ""
-#: dlltool.c:3393
+#: dlltool.c:3304
#, c-format
msgid "Unable to determine dll name for `%s' (not an import library?)"
msgstr ""
-#: dlltool.c:3619
+#: dlltool.c:3521
#, c-format
msgid "Warning, ignoring duplicate EXPORT %s %d,%d"
msgstr ""
-#: dlltool.c:3625
+#: dlltool.c:3527
#, c-format
msgid "Error, duplicate EXPORT with ordinals: %s"
msgstr ""
-#: dlltool.c:3730
+#: dlltool.c:3632
msgid "Processing definitions"
msgstr ""
-#: dlltool.c:3762
+#: dlltool.c:3664
msgid "Processed definitions"
msgstr ""
#. xgetext:c-format
-#: dlltool.c:3769 dllwrap.c:477
+#: dlltool.c:3671 dllwrap.c:477
#, c-format
msgid "Usage %s <option(s)> <object-file(s)>\n"
msgstr ""
#. xgetext:c-format
-#: dlltool.c:3771
+#: dlltool.c:3673
#, c-format
msgid ""
" -m --machine <machine> Create as DLL for <machine>. [default: %s]\n"
msgstr ""
-#: dlltool.c:3772
+#: dlltool.c:3674
#, c-format
msgid ""
" possible <machine>: arm[_interwork], arm64, i386, mcore[-elf]{-le|-"
"be}, thumb\n"
msgstr ""
-#: dlltool.c:3773
+#: dlltool.c:3675
#, c-format
msgid " -e --output-exp <outname> Generate an export file.\n"
msgstr ""
-#: dlltool.c:3774
+#: dlltool.c:3676
#, c-format
msgid " -l --output-lib <outname> Generate an interface library.\n"
msgstr ""
-#: dlltool.c:3775
+#: dlltool.c:3677
#, c-format
msgid " -y --output-delaylib <outname> Create a delay-import library.\n"
msgstr ""
-#: dlltool.c:3776
+#: dlltool.c:3678
#, c-format
msgid " --deterministic-libraries\n"
msgstr ""
-#: dlltool.c:3778
+#: dlltool.c:3680
#, c-format
msgid ""
" Use zero for timestamps and uids/gids in output "
"libraries (default)\n"
msgstr ""
-#: dlltool.c:3780
+#: dlltool.c:3682
#, c-format
msgid ""
" Use zero for timestamps and uids/gids in output "
"libraries\n"
msgstr ""
-#: dlltool.c:3781
+#: dlltool.c:3683
#, c-format
msgid " --non-deterministic-libraries\n"
msgstr ""
-#: dlltool.c:3783
+#: dlltool.c:3685
#, c-format
msgid ""
" Use actual timestamps and uids/gids in output "
"libraries\n"
msgstr ""
-#: dlltool.c:3785
+#: dlltool.c:3687
#, c-format
msgid ""
" Use actual timestamps and uids/gids in output "
"libraries (default)\n"
msgstr ""
-#: dlltool.c:3786
+#: dlltool.c:3688
#, c-format
msgid " -a --add-indirect Add dll indirects to export file.\n"
msgstr ""
-#: dlltool.c:3787
+#: dlltool.c:3689
#, c-format
msgid ""
" -D --dllname <name> Name of input dll to put into interface lib.\n"
msgstr ""
-#: dlltool.c:3788
+#: dlltool.c:3690
#, c-format
msgid " -d --input-def <deffile> Name of .def file to be read in.\n"
msgstr ""
-#: dlltool.c:3789
+#: dlltool.c:3691
#, c-format
msgid " -z --output-def <deffile> Name of .def file to be created.\n"
msgstr ""
-#: dlltool.c:3790
+#: dlltool.c:3692
#, c-format
msgid " --export-all-symbols Export all symbols to .def\n"
msgstr ""
-#: dlltool.c:3791
+#: dlltool.c:3693
#, c-format
msgid " --no-export-all-symbols Only export listed symbols\n"
msgstr ""
-#: dlltool.c:3792
+#: dlltool.c:3694
#, c-format
msgid " --exclude-symbols <list> Don't export <list>\n"
msgstr ""
-#: dlltool.c:3793
+#: dlltool.c:3695
#, c-format
msgid " --no-default-excludes Clear default exclude symbols\n"
msgstr ""
-#: dlltool.c:3794
+#: dlltool.c:3696
#, c-format
msgid " -b --base-file <basefile> Read linker generated base file.\n"
msgstr ""
-#: dlltool.c:3795
+#: dlltool.c:3697
#, c-format
msgid " -x --no-idata4 Don't generate idata$4 section.\n"
msgstr ""
-#: dlltool.c:3796
+#: dlltool.c:3698
#, c-format
msgid " -c --no-idata5 Don't generate idata$5 section.\n"
msgstr ""
-#: dlltool.c:3797
+#: dlltool.c:3699
#, c-format
msgid ""
" --use-nul-prefixed-import-tables Use zero prefixed idata$4 and idata"
"$5.\n"
msgstr ""
-#: dlltool.c:3798
+#: dlltool.c:3700
#, c-format
msgid ""
" -U --add-underscore Add underscores to all symbols in interface "
"library.\n"
msgstr ""
-#: dlltool.c:3799
+#: dlltool.c:3701
#, c-format
msgid ""
" --add-stdcall-underscore Add underscores to stdcall symbols in "
"interface library.\n"
msgstr ""
-#: dlltool.c:3800
+#: dlltool.c:3702
#, c-format
msgid ""
" --no-leading-underscore All symbols shouldn't be prefixed by an "
"underscore.\n"
msgstr ""
-#: dlltool.c:3801
+#: dlltool.c:3703
#, c-format
msgid ""
" --leading-underscore All symbols should be prefixed by an "
"underscore.\n"
msgstr ""
-#: dlltool.c:3802
+#: dlltool.c:3704
#, c-format
msgid " -k --kill-at Kill @<n> from exported names.\n"
msgstr ""
-#: dlltool.c:3803
+#: dlltool.c:3705
#, c-format
msgid " -A --add-stdcall-alias Add aliases without @<n>.\n"
msgstr ""
-#: dlltool.c:3804
+#: dlltool.c:3706
#, c-format
msgid " -p --ext-prefix-alias <prefix> Add aliases with <prefix>.\n"
msgstr ""
-#: dlltool.c:3805
+#: dlltool.c:3707
#, c-format
msgid " -S --as <name> Use <name> for assembler.\n"
msgstr ""
-#: dlltool.c:3806
+#: dlltool.c:3708
#, c-format
msgid " -f --as-flags <flags> Pass <flags> to the assembler.\n"
msgstr ""
-#: dlltool.c:3807
+#: dlltool.c:3709
#, c-format
msgid ""
" -C --compat-implib Create backward compatible import library.\n"
msgstr ""
-#: dlltool.c:3808
+#: dlltool.c:3710
#, c-format
msgid ""
" -n --no-delete Keep temp files (repeat for extra "
"preservation).\n"
msgstr ""
-#: dlltool.c:3809
+#: dlltool.c:3711
#, c-format
msgid ""
" -t --temp-prefix <prefix> Use <prefix> to construct temp file names.\n"
msgstr ""
-#: dlltool.c:3810
+#: dlltool.c:3712
#, c-format
msgid ""
" -I --identify <implib> Report the name of the DLL associated with "
"<implib>.\n"
msgstr ""
-#: dlltool.c:3811
+#: dlltool.c:3713
#, c-format
msgid ""
" --identify-strict Causes --identify to report error when multiple "
"DLLs.\n"
msgstr ""
-#: dlltool.c:3812
+#: dlltool.c:3714
#, c-format
msgid " -v --verbose Be verbose.\n"
msgstr ""
-#: dlltool.c:3813
+#: dlltool.c:3715
#, c-format
msgid " -V --version Display the program version.\n"
msgstr ""
-#: dlltool.c:3814
+#: dlltool.c:3716
#, c-format
msgid " -h --help Display this information.\n"
msgstr ""
-#: dlltool.c:3815
+#: dlltool.c:3717
#, c-format
msgid " @<file> Read options from <file>.\n"
msgstr ""
-#: dlltool.c:3817
+#: dlltool.c:3719
#, c-format
msgid ""
" -M --mcore-elf <outname> Process mcore-elf object files into <outname>.\n"
msgstr ""
-#: dlltool.c:3818
+#: dlltool.c:3720
#, c-format
msgid " -L --linker <name> Use <name> as the linker.\n"
msgstr ""
-#: dlltool.c:3819
+#: dlltool.c:3721
#, c-format
msgid " -F --linker-flags <flags> Pass <flags> to the linker.\n"
msgstr ""
-#: dlltool.c:3969
+#: dlltool.c:3871
#, c-format
msgid "Unable to open def-file: %s"
msgstr ""
-#: dlltool.c:3974
+#: dlltool.c:3876
#, c-format
msgid "Path components stripped from dllname, '%s'."
msgstr ""
-#: dlltool.c:4022
+#: dlltool.c:3924
#, c-format
msgid "Unable to open base-file: %s"
msgstr ""
-#: dlltool.c:4060
+#: dlltool.c:3962
#, c-format
msgid "Machine '%s' not supported"
msgstr ""
-#: dlltool.c:4159
+#: dlltool.c:4063
#, c-format
msgid "Warning, machine type (%d) not supported for delayimport."
msgstr ""
-#: dlltool.c:4227 dllwrap.c:206
+#: dlltool.c:4131 dllwrap.c:206
#, c-format
msgid "Tried file: %s"
msgstr ""
-#: dlltool.c:4234 dllwrap.c:213
+#: dlltool.c:4138 dllwrap.c:213
#, c-format
msgid "Using file: %s"
msgstr ""
@@ -1866,7 +1866,7 @@ msgstr ""
msgid "Encoded size of 0 is too small to read\n"
msgstr ""
-#: dwarf.c:263 readelf.c:3921 readelf.c:12029
+#: dwarf.c:263 readelf.c:3943 readelf.c:12059
msgid "unknown"
msgstr ""
@@ -1886,7 +1886,7 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: dwarf.c:430 dwarf.c:5553
+#: dwarf.c:430 dwarf.c:5574
msgid "Badly formed extended line op encountered!\n"
msgstr ""
@@ -1917,7 +1917,7 @@ msgstr ""
msgid "define new File Table entry\n"
msgstr ""
-#: dwarf.c:463 dwarf.c:4826
+#: dwarf.c:463 dwarf.c:4847
#, c-format
msgid " Entry\tDir\tTime\tSize\tName\n"
msgstr ""
@@ -1964,7 +1964,7 @@ msgstr ""
msgid "DW_FORM_strp offset too big: %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:598 dwarf.c:625 dwarf.c:1797
+#: dwarf.c:598 dwarf.c:625 dwarf.c:1796
msgid "<offset is too big>"
msgstr ""
@@ -2008,1616 +2008,1618 @@ msgstr ""
msgid "<string index too big>"
msgstr ""
-#: dwarf.c:683
+#: dwarf.c:682
#, c-format
msgid "indirect offset too big: %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:684
+#: dwarf.c:683
msgid "<indirect index offset is too big>"
msgstr ""
-#: dwarf.c:694
+#: dwarf.c:693
msgid "<no NUL byte at end of section>"
msgstr ""
-#: dwarf.c:706
+#: dwarf.c:705
msgid "Cannot fetch indexed address: the .debug_addr section is missing\n"
msgstr ""
-#: dwarf.c:712
+#: dwarf.c:711
#, c-format
msgid "Offset into section %s too big: %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:740
+#: dwarf.c:739
#, c-format
msgid "Unable to locate %s section\n"
msgstr ""
-#: dwarf.c:746
+#: dwarf.c:745
#, c-format
msgid ""
"Section %s is too small to contain an value indexed from another section!\n"
msgstr ""
-#: dwarf.c:753
+#: dwarf.c:752
#, c-format
msgid "Offset of %#<PRIx64> is too big for section %s\n"
msgstr ""
#. Report the missing single zero which ends the section.
-#: dwarf.c:1028
+#: dwarf.c:1027
#, c-format
msgid "%s section not zero terminated\n"
msgstr ""
#. PR 17531: file:4bcd9ce9.
-#: dwarf.c:1055
+#: dwarf.c:1054
#, c-format
msgid ""
"Debug info is corrupted, abbrev size (%#<PRIx64>) is larger than abbrev "
"section size (%#<PRIx64>)\n"
msgstr ""
-#: dwarf.c:1062
+#: dwarf.c:1061
#, c-format
msgid ""
"Debug info is corrupted, abbrev offset (%#<PRIx64>) is larger than abbrev "
"section size (%#<PRIx64>)\n"
msgstr ""
-#: dwarf.c:1095
+#: dwarf.c:1094
#, c-format
msgid "User TAG value: %#<PRIx64>"
msgstr ""
-#: dwarf.c:1098
+#: dwarf.c:1097
#, c-format
msgid "Unknown TAG value: %#<PRIx64>"
msgstr ""
-#: dwarf.c:1119
+#: dwarf.c:1118
#, c-format
msgid "Unknown FORM value: %lx"
msgstr ""
-#: dwarf.c:1137
+#: dwarf.c:1136
#, c-format
msgid "Unknown IDX value: %lx"
msgstr ""
-#: dwarf.c:1151
+#: dwarf.c:1150
#, c-format
msgid "%c%<PRIu64> byte block: "
msgstr ""
-#: dwarf.c:1488
+#: dwarf.c:1487
#, c-format
msgid "(DW_OP_call_ref in frame info)"
msgstr ""
-#: dwarf.c:1511
+#: dwarf.c:1510
#, c-format
msgid "size: %<PRIu64> "
msgstr ""
-#: dwarf.c:1513
+#: dwarf.c:1512
#, c-format
msgid "offset: %<PRIu64> "
msgstr ""
-#: dwarf.c:1529
+#: dwarf.c:1528
#, c-format
msgid "DW_OP_GNU_push_tls_address or DW_OP_HP_unknown"
msgstr ""
-#: dwarf.c:1554
+#: dwarf.c:1553
#, c-format
msgid "(%s in frame info)"
msgstr ""
-#: dwarf.c:1657
+#: dwarf.c:1656
#, c-format
msgid "(DW_OP_GNU_variable_value in frame info)"
msgstr ""
-#: dwarf.c:1710
+#: dwarf.c:1709
#, c-format
msgid "(User defined location op %#x)"
msgstr ""
-#: dwarf.c:1712
+#: dwarf.c:1711
#, c-format
msgid "(Unknown location op %#x)"
msgstr ""
-#: dwarf.c:1766
+#: dwarf.c:1765
msgid "<no links available>"
msgstr ""
-#: dwarf.c:1790
+#: dwarf.c:1789
msgid "<no NUL byte at end of alt .debug_str section>"
msgstr ""
-#: dwarf.c:1795
+#: dwarf.c:1794
#, c-format
msgid ""
"DW_FORM_GNU_strp_alt offset (%#<PRIx64>) too big or no string sections "
"available\n"
msgstr ""
-#: dwarf.c:1818
+#: dwarf.c:1817
#, c-format
msgid "Unknown AT value: %lx"
msgstr ""
-#: dwarf.c:1884
+#: dwarf.c:1883
#, c-format
msgid "Corrupt attribute block length: %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:2066
+#: dwarf.c:2055
#, c-format
msgid ""
-"Unable to resolve ref_addr form: uvalue %lx > section size %<PRIx64> (%s)\n"
+"Unable to resolve ref_addr form: uvalue %<PRIx64> >= section size %<PRIx64> "
+"(%s)\n"
msgstr ""
-#: dwarf.c:2085
+#: dwarf.c:2074
#, c-format
msgid ""
-"Unable to resolve ref form: uvalue %lx + cu_offset %<PRIx64> > CU size %tx\n"
+"Unable to resolve ref form: uvalue %<PRIx64> + cu_offset %<PRIx64> > CU size "
+"%tx\n"
msgstr ""
-#: dwarf.c:2096
+#: dwarf.c:2085
#, c-format
msgid "Unexpected form %lx encountered whilst finding abbreviation for type\n"
msgstr ""
-#: dwarf.c:2105
+#: dwarf.c:2093
#, c-format
-msgid "Unable to find abbreviations for CU offset %#lx\n"
+msgid "Unable to find abbreviations for CU offset %<PRIx64>\n"
msgstr ""
-#: dwarf.c:2110
+#: dwarf.c:2099
#, c-format
-msgid "Empty abbreviation list encountered for CU offset %lx\n"
+msgid "Empty abbreviation list encountered for CU offset %<PRIx64>\n"
msgstr ""
-#: dwarf.c:2135
+#: dwarf.c:2131
#, c-format
msgid "Unable to find entry for abbreviation %lu\n"
msgstr ""
-#: dwarf.c:2289
+#: dwarf.c:2285
msgid "corrupt discr_list - not using a block form\n"
msgstr ""
-#: dwarf.c:2296
+#: dwarf.c:2292
msgid "corrupt discr_list - block not long enough\n"
msgstr ""
-#: dwarf.c:2331
+#: dwarf.c:2327
#, c-format
msgid "corrupt discr_list - unrecognized discriminant byte %#x\n"
msgstr ""
-#: dwarf.c:2405
+#: dwarf.c:2426
#, c-format
msgid "implementation defined: %#<PRIx64>"
msgstr ""
-#: dwarf.c:2407
+#: dwarf.c:2428
#, c-format
msgid "unknown: %#<PRIx64>"
msgstr ""
-#: dwarf.c:2438
+#: dwarf.c:2459
msgid "Corrupt attribute\n"
msgstr ""
-#: dwarf.c:2461
+#: dwarf.c:2482
msgid "Internal error: DW_FORM_ref_addr is not supported in DWARF version 1.\n"
msgstr ""
-#: dwarf.c:2655
+#: dwarf.c:2676
msgid "Block ends prematurely\n"
msgstr ""
#. We have already displayed the form name.
-#: dwarf.c:2690 dwarf.c:2703 dwarf.c:2727
+#: dwarf.c:2711 dwarf.c:2724 dwarf.c:2748
#, c-format
msgid "%c(offset: %#<PRIx64>): %s"
msgstr ""
-#: dwarf.c:2693
+#: dwarf.c:2714
#, c-format
msgid "%c(indirect string, offset: %#<PRIx64>): %s"
msgstr ""
-#: dwarf.c:2706
+#: dwarf.c:2727
#, c-format
msgid "%c(indirect line string, offset: %#<PRIx64>): %s"
msgstr ""
-#: dwarf.c:2730
+#: dwarf.c:2751
#, c-format
msgid "%c(indexed string: %#<PRIx64>): %s"
msgstr ""
#. We have already displayed the form name.
-#: dwarf.c:2740
+#: dwarf.c:2761
#, c-format
msgid "%c(offset: %#<PRIx64>) %s"
msgstr ""
-#: dwarf.c:2743
+#: dwarf.c:2764
#, c-format
msgid "%c(alt indirect string, offset: %#<PRIx64>) %s"
msgstr ""
-#: dwarf.c:2802
+#: dwarf.c:2823
#, c-format
msgid "loc_offset %<PRIu64> too big\n"
msgstr ""
-#: dwarf.c:2832
+#: dwarf.c:2853
#, c-format
msgid "%c(index: %#<PRIx64>): %#<PRIx64>"
msgstr ""
-#: dwarf.c:2843
+#: dwarf.c:2864
#, c-format
msgid "Unrecognized form: %#lx\n"
msgstr ""
-#: dwarf.c:2857
+#: dwarf.c:2878
#, c-format
msgid ""
"CU @ %#<PRIx64> has multiple loclists_base values (%#<PRIx64> and %"
"#<PRIx64>)\n"
msgstr ""
-#: dwarf.c:2864
+#: dwarf.c:2885
#, c-format
msgid ""
"CU @ %#<PRIx64> has has a negative loclists_base value of %#<PRIx64> - "
"treating as zero\n"
msgstr ""
-#: dwarf.c:2878
+#: dwarf.c:2899
#, c-format
msgid ""
"CU @ %#<PRIx64> has multiple str_offsets_base values %#<PRIx64> and %"
"#<PRIx64>)\n"
msgstr ""
-#: dwarf.c:2885
+#: dwarf.c:2906
#, c-format
msgid ""
"CU @ %#<PRIx64> has has a negative stroffsets_base value of %#<PRIx64> - "
"treating as zero\n"
msgstr ""
-#: dwarf.c:2953
+#: dwarf.c:2974
msgid "More location offset attributes than DW_AT_GNU_locview attributes\n"
msgstr ""
-#: dwarf.c:2964
+#: dwarf.c:2985
#, c-format
msgid "The number of views (%u) is greater than the number of locations (%u)\n"
msgstr ""
-#: dwarf.c:2971
+#: dwarf.c:2992
msgid "More DW_AT_GNU_locview attributes than location offset attributes\n"
msgstr ""
-#: dwarf.c:3060 dwarf.c:3094 dwarf.c:3109
+#: dwarf.c:3081 dwarf.c:3115 dwarf.c:3130
#, c-format
msgid "Unsupported form (%s) for attribute %s\n"
msgstr ""
-#: dwarf.c:3156
+#: dwarf.c:3177
#, c-format
msgid "(not inlined)"
msgstr ""
-#: dwarf.c:3159
+#: dwarf.c:3180
#, c-format
msgid "(inlined)"
msgstr ""
-#: dwarf.c:3162
+#: dwarf.c:3183
#, c-format
msgid "(declared as inline but ignored)"
msgstr ""
-#: dwarf.c:3165
+#: dwarf.c:3186
#, c-format
msgid "(declared as inline and inlined)"
msgstr ""
-#: dwarf.c:3168
+#: dwarf.c:3189
#, c-format
msgid " (Unknown inline attribute value: %#<PRIx64>)"
msgstr ""
-#: dwarf.c:3220
+#: dwarf.c:3241
#, c-format
msgid "(user defined type)"
msgstr ""
-#: dwarf.c:3222
+#: dwarf.c:3243
#, c-format
msgid "(unknown type)"
msgstr ""
-#: dwarf.c:3235
+#: dwarf.c:3256
#, c-format
msgid "(unknown accessibility)"
msgstr ""
-#: dwarf.c:3247
+#: dwarf.c:3268
#, c-format
msgid "(unknown visibility)"
msgstr ""
-#: dwarf.c:3260
+#: dwarf.c:3281
#, c-format
msgid "(user specified)"
msgstr ""
-#: dwarf.c:3262
+#: dwarf.c:3283
#, c-format
msgid "(unknown endianity)"
msgstr ""
-#: dwarf.c:3274
+#: dwarf.c:3295
#, c-format
msgid "(unknown virtuality)"
msgstr ""
-#: dwarf.c:3286
+#: dwarf.c:3307
#, c-format
msgid "(unknown case)"
msgstr ""
-#: dwarf.c:3304
+#: dwarf.c:3325
#, c-format
msgid "(user defined)"
msgstr ""
-#: dwarf.c:3306
+#: dwarf.c:3327
#, c-format
msgid "(unknown convention)"
msgstr ""
-#: dwarf.c:3315
+#: dwarf.c:3336
#, c-format
msgid "(undefined)"
msgstr ""
-#: dwarf.c:3325
+#: dwarf.c:3346
#, c-format
msgid "(unsigned)"
msgstr ""
-#: dwarf.c:3326
+#: dwarf.c:3347
#, c-format
msgid "(leading overpunch)"
msgstr ""
-#: dwarf.c:3327
+#: dwarf.c:3348
#, c-format
msgid "(trailing overpunch)"
msgstr ""
-#: dwarf.c:3328
+#: dwarf.c:3349
#, c-format
msgid "(leading separate)"
msgstr ""
-#: dwarf.c:3329
+#: dwarf.c:3350
#, c-format
msgid "(trailing separate)"
msgstr ""
-#: dwarf.c:3330 dwarf.c:3341
+#: dwarf.c:3351 dwarf.c:3362
#, c-format
msgid "(unrecognised)"
msgstr ""
-#: dwarf.c:3338
+#: dwarf.c:3359
#, c-format
msgid "(no)"
msgstr ""
-#: dwarf.c:3339
+#: dwarf.c:3360
#, c-format
msgid "(in class)"
msgstr ""
-#: dwarf.c:3340
+#: dwarf.c:3361
#, c-format
msgid "(out of class)"
msgstr ""
-#: dwarf.c:3379
+#: dwarf.c:3400
#, c-format
msgid " (location list)"
msgstr ""
-#: dwarf.c:3402 dwarf.c:6809 dwarf.c:7011 dwarf.c:7186
+#: dwarf.c:3423 dwarf.c:6830 dwarf.c:7032 dwarf.c:7207
#, c-format
msgid " [without DW_AT_frame_base]"
msgstr ""
-#: dwarf.c:3432
+#: dwarf.c:3453
#, c-format
msgid ""
"Offset %#<PRIx64> used as value for DW_AT_import attribute of DIE at offset %"
"#tx is too big.\n"
msgstr ""
-#: dwarf.c:3438
+#: dwarf.c:3459
#, c-format
msgid "\t[Abbrev Number: %ld"
msgstr ""
-#: dwarf.c:3533
+#: dwarf.c:3554
#, c-format
msgid ""
"Raw dump of debug contents of section %s (loaded from %s):\n"
"\n"
msgstr ""
-#: dwarf.c:3536
+#: dwarf.c:3557
#, c-format
msgid ""
"Raw dump of debug contents of section %s:\n"
"\n"
msgstr ""
-#: dwarf.c:3541
+#: dwarf.c:3562
#, c-format
msgid ""
"Contents of the %s section (loaded from %s):\n"
"\n"
msgstr ""
-#: dwarf.c:3544
+#: dwarf.c:3565
#, c-format
msgid ""
"Contents of the %s section:\n"
"\n"
msgstr ""
-#: dwarf.c:3671
+#: dwarf.c:3692
msgid "Unexpected form in top DIE\n"
msgstr ""
-#: dwarf.c:3706
+#: dwarf.c:3727
msgid "Unexpected form of DW_AT_rnglists_base in the top DIE\n"
msgstr ""
-#: dwarf.c:3717
+#: dwarf.c:3738
msgid "Unexpected form of DW_AT_addr_base in the top DIE\n"
msgstr ""
-#: dwarf.c:3764
+#: dwarf.c:3785
#, c-format
msgid "Reserved length value (%#<PRIx64>) found in section %s\n"
msgstr ""
-#: dwarf.c:3774
+#: dwarf.c:3795
#, c-format
msgid ""
"Corrupt unit length (got %#<PRIx64> expected at most %#tx) in section %s\n"
msgstr ""
-#: dwarf.c:3784
+#: dwarf.c:3805
#, c-format
msgid "No comp units in %s section ?\n"
msgstr ""
-#: dwarf.c:3798
+#: dwarf.c:3819
#, c-format
msgid "Not enough memory for a debug info array of %u entries\n"
msgstr ""
-#: dwarf.c:3832
+#: dwarf.c:3853
#, c-format
msgid "Unable to locate %s section!\n"
msgstr ""
-#: dwarf.c:3999
+#: dwarf.c:4020
#, c-format
msgid "Invalid pointer size (%d) in compunit header, using %d instead\n"
msgstr ""
-#: dwarf.c:4033
+#: dwarf.c:4054
#, c-format
msgid " Compilation Unit @ offset %#<PRIx64>:\n"
msgstr ""
-#: dwarf.c:4035
+#: dwarf.c:4056
#, c-format
msgid " Length: %#<PRIx64> (%s)\n"
msgstr ""
-#: dwarf.c:4038
+#: dwarf.c:4059
#, c-format
msgid " Version: %d\n"
msgstr ""
-#: dwarf.c:4043
+#: dwarf.c:4064
#, c-format
msgid " Unit Type: %s (%x)\n"
msgstr ""
-#: dwarf.c:4047
+#: dwarf.c:4068
#, c-format
msgid " Abbrev Offset: %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:4049
+#: dwarf.c:4070
#, c-format
msgid " Pointer Size: %d\n"
msgstr ""
-#: dwarf.c:4052
+#: dwarf.c:4073
#, c-format
msgid " Signature: %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:4053
+#: dwarf.c:4074
#, c-format
msgid " Type Offset: %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:4056
+#: dwarf.c:4077
#, c-format
msgid " DWO ID: %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:4062
+#: dwarf.c:4083
#, c-format
msgid " Section contributions:\n"
msgstr ""
-#: dwarf.c:4063
+#: dwarf.c:4084
#, c-format
msgid " .debug_abbrev.dwo: %#<PRIx64> %#zx\n"
msgstr ""
-#: dwarf.c:4065
+#: dwarf.c:4086
#, c-format
msgid " .debug_line.dwo: %#<PRIx64> %#zx\n"
msgstr ""
-#: dwarf.c:4067
+#: dwarf.c:4088
#, c-format
msgid " .debug_loc.dwo: %#<PRIx64> %#zx\n"
msgstr ""
-#: dwarf.c:4069
+#: dwarf.c:4090
#, c-format
msgid " .debug_str_offsets.dwo: %#<PRIx64> %#zx\n"
msgstr ""
-#: dwarf.c:4079
+#: dwarf.c:4100
#, c-format
msgid ""
"CU at offset %#<PRIx64> contains corrupt or unsupported version number: %d.\n"
msgstr ""
-#: dwarf.c:4091
+#: dwarf.c:4112
#, c-format
msgid ""
"CU at offset %#<PRIx64> contains corrupt or unsupported unit type: %d.\n"
msgstr ""
-#: dwarf.c:4136
+#: dwarf.c:4157
#, c-format
msgid " <%d><%lx>: Abbrev Number: 0\n"
msgstr ""
-#: dwarf.c:4146
+#: dwarf.c:4167
#, c-format
msgid "Bogus end-of-siblings marker detected at offset %lx in %s section\n"
msgstr ""
-#: dwarf.c:4150
+#: dwarf.c:4171
msgid "Further warnings about bogus end-of-sibling markers suppressed\n"
msgstr ""
-#: dwarf.c:4173
+#: dwarf.c:4194
#, c-format
msgid " <%d><%lx>: Abbrev Number: %lu"
msgstr ""
-#: dwarf.c:4177
+#: dwarf.c:4198
#, c-format
msgid " <%d><%lx>: ...\n"
msgstr ""
-#: dwarf.c:4197
+#: dwarf.c:4218
#, c-format
msgid ""
"DIE at offset %#lx refers to abbreviation number %lu which does not exist\n"
msgstr ""
-#: dwarf.c:4260
+#: dwarf.c:4281
#, c-format
msgid ""
"CU @ %#<PRIx64> has has a negative rnglists_base value of %#<PRIx64> - "
"treating as zero\n"
msgstr ""
-#: dwarf.c:4308
+#: dwarf.c:4329
msgid "DIE has locviews without loclist\n"
msgstr ""
-#: dwarf.c:4419
+#: dwarf.c:4440
#, c-format
msgid ""
"The length field (%#<PRIx64>) in the debug_line header is wrong - the "
"section is too small\n"
msgstr ""
-#: dwarf.c:4436
+#: dwarf.c:4457
msgid "Only DWARF version 2, 3, 4 and 5 line info is currently supported.\n"
msgstr ""
-#: dwarf.c:4448 dwarf.c:7349 dwarf.c:8287
+#: dwarf.c:4469 dwarf.c:7370 dwarf.c:8308
#, c-format
msgid "The %s section contains unsupported segment selector size: %d.\n"
msgstr ""
-#: dwarf.c:4465
+#: dwarf.c:4486
msgid "Invalid maximum operations per insn.\n"
msgstr ""
-#: dwarf.c:4492
+#: dwarf.c:4513
msgid "Directory Table"
msgstr ""
-#: dwarf.c:4492
+#: dwarf.c:4513
msgid "File Name Table"
msgstr ""
-#: dwarf.c:4496
+#: dwarf.c:4517
#, c-format
msgid "Unexpectedly large number of columns in the %s (%u)\n"
msgstr ""
-#: dwarf.c:4506
+#: dwarf.c:4527
#, c-format
msgid "%s: Corrupt format description entry\n"
msgstr ""
-#: dwarf.c:4514
+#: dwarf.c:4535
#, c-format
msgid ""
"\n"
" The %s is empty.\n"
msgstr ""
-#: dwarf.c:4520
+#: dwarf.c:4541
#, c-format
msgid "%s: Corrupt entry count %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:4526
+#: dwarf.c:4547
#, c-format
msgid "%s: format count is zero, but the table is not empty\n"
msgstr ""
-#: dwarf.c:4531
+#: dwarf.c:4552
#, c-format
msgid ""
"\n"
" The %s (offset %#tx, lines %<PRIu64>, columns %u):\n"
msgstr ""
-#: dwarf.c:4534
+#: dwarf.c:4555
#, c-format
msgid " Entry"
msgstr ""
-#: dwarf.c:4548
+#: dwarf.c:4569
#, c-format
msgid "\tName"
msgstr ""
-#: dwarf.c:4551
+#: dwarf.c:4572
#, c-format
msgid "\tDir"
msgstr ""
-#: dwarf.c:4554
+#: dwarf.c:4575
#, c-format
msgid "\tTime"
msgstr ""
-#: dwarf.c:4557
+#: dwarf.c:4578
#, c-format
msgid "\tSize"
msgstr ""
-#: dwarf.c:4560
+#: dwarf.c:4581
#, c-format
msgid "\tMD5\t\t\t"
msgstr ""
-#: dwarf.c:4563
+#: dwarf.c:4584
#, c-format
msgid "\t(Unknown format content type %<PRIu64>)"
msgstr ""
-#: dwarf.c:4597
+#: dwarf.c:4618
#, c-format
msgid ""
"\n"
"%s: Corrupt entries list\n"
msgstr ""
-#: dwarf.c:4623
+#: dwarf.c:4644
msgid "corrupt .debug_sup section: size is too small\n"
msgstr ""
-#: dwarf.c:4630
+#: dwarf.c:4651
msgid "corrupt .debug_sup section: version < 5\n"
msgstr ""
-#: dwarf.c:4634
+#: dwarf.c:4655
msgid "corrupt .debug_sup section: is_supplementary not 0 or 1\n"
msgstr ""
-#: dwarf.c:4638
+#: dwarf.c:4659
msgid ""
"corrupt .debug_sup section: filename not empty in supplementary section\n"
msgstr ""
-#: dwarf.c:4643
+#: dwarf.c:4664
msgid "corrupt .debug_sup section: filename is not NUL terminated\n"
msgstr ""
-#: dwarf.c:4651
+#: dwarf.c:4672
msgid "corrupt .debug_sup section: bad LEB128 field for checksum length\n"
msgstr ""
-#: dwarf.c:4657
+#: dwarf.c:4678
msgid ""
"corrupt .debug_sup section: checksum length is longer than the remaining "
"section length\n"
msgstr ""
-#: dwarf.c:4662
+#: dwarf.c:4683
#, c-format
msgid ""
"corrupt .debug_sup section: there are %#<PRIx64> extra, unused bytes at the "
"end of the section\n"
msgstr ""
-#: dwarf.c:4667
+#: dwarf.c:4688
#, c-format
msgid " Version: %u\n"
msgstr ""
-#: dwarf.c:4668
+#: dwarf.c:4689
#, c-format
msgid " Is Supp: %u\n"
msgstr ""
-#: dwarf.c:4669
+#: dwarf.c:4690
#, c-format
msgid " Filename: %s\n"
msgstr ""
-#: dwarf.c:4670
+#: dwarf.c:4691
#, c-format
msgid " Checksum Len: %<PRIu64>\n"
msgstr ""
-#: dwarf.c:4673
+#: dwarf.c:4694
#, c-format
msgid " Checksum: "
msgstr ""
-#: dwarf.c:4721 dwarf.c:5139
+#: dwarf.c:4742 dwarf.c:5160
msgid ""
"Partial .debug_line. section encountered without a prior full .debug_line "
"section\n"
msgstr ""
-#: dwarf.c:4734
+#: dwarf.c:4755
#, c-format
msgid " Offset: %#tx\n"
msgstr ""
-#: dwarf.c:4735
+#: dwarf.c:4756
#, c-format
msgid " Length: %<PRId64>\n"
msgstr ""
-#: dwarf.c:4736
+#: dwarf.c:4757
#, c-format
msgid " DWARF Version: %d\n"
msgstr ""
-#: dwarf.c:4739
+#: dwarf.c:4760
#, c-format
msgid " Address size (bytes): %d\n"
msgstr ""
-#: dwarf.c:4740
+#: dwarf.c:4761
#, c-format
msgid " Segment selector (bytes): %d\n"
msgstr ""
-#: dwarf.c:4742
+#: dwarf.c:4763
#, c-format
msgid " Prologue Length: %d\n"
msgstr ""
-#: dwarf.c:4743
+#: dwarf.c:4764
#, c-format
msgid " Minimum Instruction Length: %d\n"
msgstr ""
-#: dwarf.c:4745
+#: dwarf.c:4766
#, c-format
msgid " Maximum Ops per Instruction: %d\n"
msgstr ""
-#: dwarf.c:4746
+#: dwarf.c:4767
#, c-format
msgid " Initial value of 'is_stmt': %d\n"
msgstr ""
-#: dwarf.c:4747
+#: dwarf.c:4768
#, c-format
msgid " Line Base: %d\n"
msgstr ""
-#: dwarf.c:4748
+#: dwarf.c:4769
#, c-format
msgid " Line Range: %d\n"
msgstr ""
-#: dwarf.c:4749
+#: dwarf.c:4770
#, c-format
msgid " Opcode Base: %d\n"
msgstr ""
-#: dwarf.c:4754 dwarf.c:5155
+#: dwarf.c:4775 dwarf.c:5176
msgid "Line range of 0 is invalid, using 1 instead\n"
msgstr ""
-#: dwarf.c:4766
+#: dwarf.c:4787
msgid "Line Base extends beyond end of section\n"
msgstr ""
-#: dwarf.c:4770
+#: dwarf.c:4791
#, c-format
msgid ""
"\n"
" Opcodes:\n"
msgstr ""
-#: dwarf.c:4773
+#: dwarf.c:4794
#, c-format
msgid " Opcode %d has %d arg\n"
msgid_plural " Opcode %d has %d args\n"
msgstr[0] ""
msgstr[1] ""
-#: dwarf.c:4793
+#: dwarf.c:4814
#, c-format
msgid ""
"\n"
" The Directory Table is empty.\n"
msgstr ""
-#: dwarf.c:4798
+#: dwarf.c:4819
#, c-format
msgid ""
"\n"
" The Directory Table (offset %#tx):\n"
msgstr ""
-#: dwarf.c:4821
+#: dwarf.c:4842
#, c-format
msgid ""
"\n"
" The File Name Table is empty.\n"
msgstr ""
-#: dwarf.c:4824
+#: dwarf.c:4845
#, c-format
msgid ""
"\n"
" The File Name Table (offset %#tx):\n"
msgstr ""
-#: dwarf.c:4849
+#: dwarf.c:4870
msgid "Corrupt file name table entry\n"
msgstr ""
-#: dwarf.c:4866
+#: dwarf.c:4887
#, c-format
msgid " No Line Number Statements.\n"
msgstr ""
-#: dwarf.c:4869
+#: dwarf.c:4890
#, c-format
msgid " Line Number Statements:\n"
msgstr ""
-#: dwarf.c:4891
+#: dwarf.c:4912
#, c-format
msgid " Special opcode %d: advance Address by %<PRIu64> to %#<PRIx64>%s"
msgstr ""
-#: dwarf.c:4896 dwarf.c:4917 dwarf.c:4959 dwarf.c:4979 dwarf.c:5027
-#: dwarf.c:5047
+#: dwarf.c:4917 dwarf.c:4938 dwarf.c:4980 dwarf.c:5000 dwarf.c:5048
+#: dwarf.c:5068
msgid " (reset view)"
msgstr ""
-#: dwarf.c:4911
+#: dwarf.c:4932
#, c-format
msgid " Special opcode %d: advance Address by %<PRIu64> to %#<PRIx64>[%d]%s"
msgstr ""
-#: dwarf.c:4921
+#: dwarf.c:4942
#, c-format
msgid " and Line by %d to %d"
msgstr ""
-#: dwarf.c:4924 dwarf.c:4941
+#: dwarf.c:4945 dwarf.c:4962
#, c-format
msgid " (view %u)\n"
msgstr ""
-#: dwarf.c:4939
+#: dwarf.c:4960
#, c-format
msgid " Copy"
msgstr ""
-#: dwarf.c:4955
+#: dwarf.c:4976
#, c-format
msgid " Advance PC by %<PRIu64> to %#<PRIx64>%s\n"
msgstr ""
-#: dwarf.c:4974
+#: dwarf.c:4995
#, c-format
msgid " Advance PC by %<PRIu64> to %#<PRIx64>[%d]%s\n"
msgstr ""
-#: dwarf.c:4986
+#: dwarf.c:5007
#, c-format
msgid " Advance Line by %d to %d\n"
msgstr ""
-#: dwarf.c:4992
+#: dwarf.c:5013
#, c-format
msgid " Set File Name to entry %<PRIu64> in the File Name Table\n"
msgstr ""
-#: dwarf.c:4999
+#: dwarf.c:5020
#, c-format
msgid " Set column to %<PRIu64>\n"
msgstr ""
-#: dwarf.c:5006
+#: dwarf.c:5027
#, c-format
msgid " Set is_stmt to %d\n"
msgstr ""
-#: dwarf.c:5011
+#: dwarf.c:5032
#, c-format
msgid " Set basic block\n"
msgstr ""
-#: dwarf.c:5023
+#: dwarf.c:5044
#, c-format
msgid " Advance PC by constant %<PRIu64> to %#<PRIx64>%s\n"
msgstr ""
-#: dwarf.c:5042
+#: dwarf.c:5063
#, c-format
msgid " Advance PC by constant %<PRIu64> to %#<PRIx64>[%d]%s\n"
msgstr ""
-#: dwarf.c:5055
+#: dwarf.c:5076
#, c-format
msgid " Advance PC by fixed size amount %<PRIu64> to %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:5062
+#: dwarf.c:5083
#, c-format
msgid " Set prologue_end to true\n"
msgstr ""
-#: dwarf.c:5066
+#: dwarf.c:5087
#, c-format
msgid " Set epilogue_begin to true\n"
msgstr ""
-#: dwarf.c:5071
+#: dwarf.c:5092
#, c-format
msgid " Set ISA to %<PRIu64>\n"
msgstr ""
-#: dwarf.c:5075 dwarf.c:5752
+#: dwarf.c:5096 dwarf.c:5773
#, c-format
msgid " Unknown opcode %d with operands: "
msgstr ""
-#: dwarf.c:5168
+#: dwarf.c:5189
#, c-format
msgid "opcode base of %d extends beyond end of section\n"
msgstr ""
-#: dwarf.c:5183
+#: dwarf.c:5204
#, c-format
msgid "Unexpectedly large number of columns in the directory name table (%u)\n"
msgstr ""
-#: dwarf.c:5195 dwarf.c:5225 dwarf.c:5255
+#: dwarf.c:5216 dwarf.c:5246 dwarf.c:5276
msgid "Corrupt directories list\n"
msgstr ""
-#: dwarf.c:5203
+#: dwarf.c:5224
#, c-format
msgid "number of directories (0x%x) exceeds size of section %s\n"
msgstr ""
-#: dwarf.c:5263
+#: dwarf.c:5284
#, c-format
msgid "Unexpectedly large number of columns in the file name table (%u)\n"
msgstr ""
-#: dwarf.c:5276 dwarf.c:5307 dwarf.c:5354
+#: dwarf.c:5297 dwarf.c:5328 dwarf.c:5375
msgid "Corrupt file name list\n"
msgstr ""
-#: dwarf.c:5284
+#: dwarf.c:5305
#, c-format
msgid "number of files (0x%x) exceeds size of section %s\n"
msgstr ""
-#: dwarf.c:5376
+#: dwarf.c:5397
msgid "directory table ends unexpectedly\n"
msgstr ""
-#: dwarf.c:5416
+#: dwarf.c:5437
msgid "file table ends unexpectedly\n"
msgstr ""
-#: dwarf.c:5449
+#: dwarf.c:5470
#, c-format
msgid "CU: No directory table\n"
msgstr ""
-#: dwarf.c:5451
+#: dwarf.c:5472
#, c-format
msgid "CU: %s:\n"
msgstr ""
-#: dwarf.c:5461 dwarf.c:5793 readelf.c:7953 readelf.c:8049 readelf.c:8066
-#: readelf.c:8083 readelf.c:8893 readelf.c:13130 readelf.c:13792
-#: readelf.c:13805 readelf.c:19448 readelf.c:19480
+#: dwarf.c:5482 dwarf.c:5814 readelf.c:7978 readelf.c:8074 readelf.c:8091
+#: readelf.c:8108 readelf.c:8921 readelf.c:13160 readelf.c:13822
+#: readelf.c:13835 readelf.c:19485 readelf.c:19517
msgid "<unknown>"
msgstr ""
-#: dwarf.c:5468 dwarf.c:5679
+#: dwarf.c:5489 dwarf.c:5700
#, c-format
msgid "directory index %u >= number of directories %u\n"
msgstr ""
-#: dwarf.c:5471 dwarf.c:5787 elfcomm.c:776 readelf.c:918 readelf.c:9070
-#: readelf.c:9682 readelf.c:11708 readelf.c:14099 readelf.c:14165
-#: readelf.c:14169 readelf.c:14283 readelf.c:18177 readelf.c:18267
-#: readelf.c:18860 readelf.c:18879 readelf.c:18998 readelf.c:19457
-#: readelf.c:20620 readelf.c:20623
+#: dwarf.c:5492 dwarf.c:5808 elfcomm.c:776 readelf.c:980 readelf.c:9099
+#: readelf.c:9712 readelf.c:11738 readelf.c:14129 readelf.c:14195
+#: readelf.c:14199 readelf.c:14313 readelf.c:18214 readelf.c:18304
+#: readelf.c:18897 readelf.c:18916 readelf.c:19035 readelf.c:19494
+#: readelf.c:20657 readelf.c:20660
#, c-format
msgid "<corrupt>"
msgstr ""
-#: dwarf.c:5477
+#: dwarf.c:5498
#, c-format
msgid "CU: %s/%s:\n"
msgstr ""
-#: dwarf.c:5487
+#: dwarf.c:5508
#, c-format
msgid ""
"File name Line number Starting address "
"View Stmt\n"
msgstr ""
-#: dwarf.c:5489
+#: dwarf.c:5510
#, c-format
msgid ""
"File name Line number Starting address View "
"Stmt\n"
msgstr ""
-#: dwarf.c:5492
+#: dwarf.c:5513
#, c-format
msgid "CU: Empty file name table\n"
msgstr ""
-#: dwarf.c:5599
+#: dwarf.c:5620
#, c-format
msgid "UNKNOWN (%u): length %ld\n"
msgstr ""
-#: dwarf.c:5649
+#: dwarf.c:5670
#, c-format
msgid ""
"\n"
" [Use file table entry %d]\n"
msgstr ""
-#: dwarf.c:5653 dwarf.c:5785
+#: dwarf.c:5674 dwarf.c:5806
#, c-format
msgid "file index %u >= number of files %u\n"
msgstr ""
-#: dwarf.c:5655
+#: dwarf.c:5676
#, c-format
msgid ""
"\n"
" <over large file table index %u>"
msgstr ""
-#: dwarf.c:5669
+#: dwarf.c:5690
#, c-format
msgid ""
"\n"
" [Use file %s in directory table entry %d]\n"
msgstr ""
-#: dwarf.c:5682
+#: dwarf.c:5703
#, c-format
msgid ""
"\n"
" <over large directory table entry %u>\n"
msgstr ""
-#: dwarf.c:5748
+#: dwarf.c:5769
#, c-format
msgid " Set ISA to %lu\n"
msgstr ""
-#: dwarf.c:5955
+#: dwarf.c:5976
msgid "no info"
msgstr ""
-#: dwarf.c:5956
+#: dwarf.c:5977
msgid "type"
msgstr ""
-#: dwarf.c:5957
+#: dwarf.c:5978
msgid "variable"
msgstr ""
-#: dwarf.c:5958
+#: dwarf.c:5979
msgid "function"
msgstr ""
-#: dwarf.c:5959
+#: dwarf.c:5980
msgid "other"
msgstr ""
-#: dwarf.c:5960
+#: dwarf.c:5981
msgid "unused5"
msgstr ""
-#: dwarf.c:5961
+#: dwarf.c:5982
msgid "unused6"
msgstr ""
-#: dwarf.c:5962
+#: dwarf.c:5983
msgid "unused7"
msgstr ""
-#: dwarf.c:6000
+#: dwarf.c:6021
#, c-format
msgid "Debug info is corrupted, %s header at %#lx has length %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:6015 dwarf.c:7717
+#: dwarf.c:6036 dwarf.c:7738
#, c-format
msgid ""
".debug_info offset of %#<PRIx64> in %s section does not point to a CU "
"header.\n"
msgstr ""
-#: dwarf.c:6021
+#: dwarf.c:6042
#, c-format
msgid " Length: %<PRId64>\n"
msgstr ""
-#: dwarf.c:6023
+#: dwarf.c:6044
#, c-format
msgid " Version: %d\n"
msgstr ""
-#: dwarf.c:6025
+#: dwarf.c:6046
#, c-format
msgid " Offset into .debug_info section: %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:6027
+#: dwarf.c:6048
#, c-format
msgid " Size of area in .debug_info section: %<PRId64>\n"
msgstr ""
-#: dwarf.c:6036
+#: dwarf.c:6057
msgid "Only DWARF 2 and 3 pubnames are currently supported\n"
msgstr ""
-#: dwarf.c:6044
+#: dwarf.c:6065
#, c-format
msgid ""
"\n"
" Offset Kind Name\n"
msgstr ""
-#: dwarf.c:6046
+#: dwarf.c:6067
#, c-format
msgid ""
"\n"
" Offset\tName\n"
msgstr ""
-#: dwarf.c:6080
+#: dwarf.c:6101
msgid "s"
msgstr ""
-#: dwarf.c:6080
+#: dwarf.c:6101
msgid "g"
msgstr ""
-#: dwarf.c:6138
+#: dwarf.c:6159
#, c-format
msgid " DW_MACINFO_start_file - lineno: %d filenum: %d\n"
msgstr ""
-#: dwarf.c:6144
+#: dwarf.c:6165
#, c-format
msgid " DW_MACINFO_end_file\n"
msgstr ""
-#: dwarf.c:6151
+#: dwarf.c:6172
#, c-format
msgid " DW_MACINFO_define - lineno : %d macro : %*s\n"
msgstr ""
-#: dwarf.c:6161
+#: dwarf.c:6182
#, c-format
msgid " DW_MACINFO_undef - lineno : %d macro : %*s\n"
msgstr ""
-#: dwarf.c:6174
+#: dwarf.c:6195
#, c-format
msgid " DW_MACINFO_vendor_ext - constant : %d string : %*s\n"
msgstr ""
-#: dwarf.c:6326
+#: dwarf.c:6347
#, c-format
msgid ""
"Expected to find a version number of 4 or 5 in section %s but found %d "
"instead\n"
msgstr ""
-#: dwarf.c:6333
+#: dwarf.c:6354
#, c-format
msgid " Offset: %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:6334
+#: dwarf.c:6355
#, c-format
msgid " Version: %d\n"
msgstr ""
-#: dwarf.c:6335
+#: dwarf.c:6356
#, c-format
msgid " Offset size: %d\n"
msgstr ""
-#: dwarf.c:6339
+#: dwarf.c:6360
#, c-format
msgid " Offset into .debug_line: %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:6353
+#: dwarf.c:6374
#, c-format
msgid " Extension opcode arguments:\n"
msgstr ""
-#: dwarf.c:6360
+#: dwarf.c:6381
#, c-format
msgid " DW_MACRO_%02x has no arguments\n"
msgstr ""
-#: dwarf.c:6363
+#: dwarf.c:6384
#, c-format
msgid " DW_MACRO_%02x arguments: "
msgstr ""
-#: dwarf.c:6389
+#: dwarf.c:6410
#, c-format
msgid "Invalid extension opcode form %s\n"
msgstr ""
-#: dwarf.c:6406
+#: dwarf.c:6427
msgid ".debug_macro section not zero terminated\n"
msgstr ""
-#: dwarf.c:6420
+#: dwarf.c:6441
#, c-format
msgid " DW_MACRO_define - lineno : %d macro : %*s\n"
msgstr ""
-#: dwarf.c:6430
+#: dwarf.c:6451
#, c-format
msgid " DW_MACRO_undef - lineno : %d macro : %*s\n"
msgstr ""
-#: dwarf.c:6445
+#: dwarf.c:6466
msgid "DW_MACRO_start_file used, but no .debug_line offset provided.\n"
msgstr ""
-#: dwarf.c:6451
+#: dwarf.c:6472
#, c-format
msgid " DW_MACRO_start_file - lineno: %d filenum: %d\n"
msgstr ""
-#: dwarf.c:6454
+#: dwarf.c:6475
#, c-format
msgid " DW_MACRO_start_file - lineno: %d filenum: %d filename: %s%s%s\n"
msgstr ""
-#: dwarf.c:6462
+#: dwarf.c:6483
#, c-format
msgid " DW_MACRO_end_file\n"
msgstr ""
-#: dwarf.c:6472
+#: dwarf.c:6493
#, c-format
msgid " DW_MACRO_define_strp - lineno : %d macro : %s\n"
msgstr ""
-#: dwarf.c:6483
+#: dwarf.c:6504
#, c-format
msgid " DW_MACRO_undef_strp - lineno : %d macro : %s\n"
msgstr ""
-#: dwarf.c:6489
+#: dwarf.c:6510
#, c-format
msgid " DW_MACRO_import - offset : %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:6496
+#: dwarf.c:6517
#, c-format
msgid " DW_MACRO_define_sup - lineno : %d macro offset : %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:6504
+#: dwarf.c:6525
#, c-format
msgid " DW_MACRO_undef_sup - lineno : %d macro offset : %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:6511
+#: dwarf.c:6532
#, c-format
msgid " DW_MACRO_import_sup - offset : %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:6526
+#: dwarf.c:6547
#, c-format
msgid "(with offset %#<PRIx64>) "
msgstr ""
-#: dwarf.c:6527
+#: dwarf.c:6548
#, c-format
msgid "lineno : %d macro : %s\n"
msgstr ""
-#: dwarf.c:6534
+#: dwarf.c:6555
#, c-format
msgid " <Target Specific macro op: %#x - UNHANDLED"
msgstr ""
-#: dwarf.c:6540
+#: dwarf.c:6561
#, c-format
msgid " Unknown macro opcode %02x seen\n"
msgstr ""
-#: dwarf.c:6551
+#: dwarf.c:6572
#, c-format
msgid " DW_MACRO_%02x\n"
msgstr ""
-#: dwarf.c:6554
+#: dwarf.c:6575
#, c-format
msgid " DW_MACRO_%02x -"
msgstr ""
-#: dwarf.c:6601
+#: dwarf.c:6622
#, c-format
msgid " Number TAG (%#<PRIx64>)\n"
msgstr ""
-#: dwarf.c:6610
+#: dwarf.c:6631
msgid "has children"
msgstr ""
-#: dwarf.c:6610
+#: dwarf.c:6631
msgid "no children"
msgstr ""
-#: dwarf.c:6674
+#: dwarf.c:6695
#, c-format
msgid "location view pair\n"
msgstr ""
-#: dwarf.c:6705
+#: dwarf.c:6726
#, c-format
msgid "No debug information available for loc lists of entry: %u\n"
msgstr ""
-#: dwarf.c:6717 dwarf.c:6858 dwarf.c:7079
+#: dwarf.c:6738 dwarf.c:6879 dwarf.c:7100
#, c-format
msgid "Invalid pointer size (%d) in debug info for entry %d\n"
msgstr ""
-#: dwarf.c:6729 dwarf.c:6782 dwarf.c:6791 dwarf.c:6870 dwarf.c:6985
-#: dwarf.c:6993 dwarf.c:7091 dwarf.c:7163 dwarf.c:7171
+#: dwarf.c:6750 dwarf.c:6803 dwarf.c:6812 dwarf.c:6891 dwarf.c:7006
+#: dwarf.c:7014 dwarf.c:7112 dwarf.c:7184 dwarf.c:7192
#, c-format
msgid "Location list starting at offset %#<PRIx64> is not terminated.\n"
msgstr ""
-#: dwarf.c:6751 dwarf.c:6898 dwarf.c:7128 dwarf.c:8088 dwarf.c:8147
+#: dwarf.c:6772 dwarf.c:6919 dwarf.c:7149 dwarf.c:8109 dwarf.c:8168
#, c-format
msgid "<End of list>\n"
msgstr ""
-#: dwarf.c:6763 dwarf.c:6908 dwarf.c:6943 dwarf.c:8156 dwarf.c:8180
+#: dwarf.c:6784 dwarf.c:6929 dwarf.c:6964 dwarf.c:8177 dwarf.c:8201
#, c-format
msgid "(base address)\n"
msgstr ""
-#: dwarf.c:6777 dwarf.c:6892 dwarf.c:7117
+#: dwarf.c:6798 dwarf.c:6913 dwarf.c:7138
#, c-format
msgid ""
"views at %8.8<PRIx64> for:\n"
" %*s "
msgstr ""
-#: dwarf.c:6812 dwarf.c:7014 dwarf.c:8107 dwarf.c:8213
+#: dwarf.c:6833 dwarf.c:7035 dwarf.c:8128 dwarf.c:8234
msgid " (start == end)"
msgstr ""
-#: dwarf.c:6814 dwarf.c:7016 dwarf.c:8109 dwarf.c:8215
+#: dwarf.c:6835 dwarf.c:7037 dwarf.c:8130 dwarf.c:8236
msgid " (start > end)"
msgstr ""
-#: dwarf.c:6904
+#: dwarf.c:6925
#, c-format
msgid "(index into .debug_addr) "
msgstr ""
-#: dwarf.c:6960
+#: dwarf.c:6981
#, c-format
msgid "View pair entry in loclist with locviews attribute\n"
msgstr ""
-#: dwarf.c:6967
+#: dwarf.c:6988
#, c-format
msgid "views for:\n"
msgstr ""
-#: dwarf.c:6972
+#: dwarf.c:6993
#, c-format
msgid "Invalid location list entry type %d\n"
msgstr ""
-#: dwarf.c:7025
+#: dwarf.c:7046
#, c-format
msgid "Trailing view pair not used in a range"
msgstr ""
-#: dwarf.c:7067
+#: dwarf.c:7088
#, c-format
msgid "No debug information for loc lists of entry: %u\n"
msgstr ""
-#: dwarf.c:7134
+#: dwarf.c:7155
#, c-format
msgid "(base address selection entry)\n"
msgstr ""
-#: dwarf.c:7155
+#: dwarf.c:7176
#, c-format
msgid "Unknown location list entry type 0x%x.\n"
msgstr ""
-#: dwarf.c:7239
+#: dwarf.c:7260
#, c-format
msgid "Table at Offset %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:7255 dwarf.c:8278
+#: dwarf.c:7276 dwarf.c:8299
#, c-format
msgid " Length: %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:7256 dwarf.c:8279
+#: dwarf.c:7277 dwarf.c:8300
#, c-format
msgid " DWARF version: %u\n"
msgstr ""
-#: dwarf.c:7257 dwarf.c:8280
+#: dwarf.c:7278 dwarf.c:8301
#, c-format
msgid " Address size: %u\n"
msgstr ""
-#: dwarf.c:7258 dwarf.c:8281
+#: dwarf.c:7279 dwarf.c:8302
#, c-format
msgid " Segment size: %u\n"
msgstr ""
-#: dwarf.c:7259 dwarf.c:8282
+#: dwarf.c:7280 dwarf.c:8303
#, c-format
msgid " Offset entries: %u\n"
msgstr ""
-#: dwarf.c:7263
+#: dwarf.c:7284
#, c-format
msgid "The %s section contains an unsupported segment selector size: %d.\n"
msgstr ""
-#: dwarf.c:7271
+#: dwarf.c:7292
#, c-format
msgid ""
"\n"
" Offset Entries starting at %#tx:\n"
msgstr ""
-#: dwarf.c:7279 dwarf.c:8309
+#: dwarf.c:7300 dwarf.c:8330
#, c-format
msgid " [%6u] %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:7318 dwarf.c:7598 dwarf.c:7815 dwarf.c:7939 dwarf.c:8347
+#: dwarf.c:7339 dwarf.c:7619 dwarf.c:7836 dwarf.c:7960 dwarf.c:8368
#, c-format
msgid ""
"\n"
"The %s section is empty.\n"
msgstr ""
-#: dwarf.c:7338
+#: dwarf.c:7359
#, c-format
msgid "The %s section contains corrupt or unsupported version number: %d.\n"
msgstr ""
-#: dwarf.c:7365 dwarf.c:7821 dwarf.c:8355
+#: dwarf.c:7386 dwarf.c:7842 dwarf.c:8376
#, c-format
msgid ""
"Unable to load/parse the .debug_info section, so cannot interpret the %s "
"section.\n"
msgstr ""
-#: dwarf.c:7413
+#: dwarf.c:7434
msgid "No location lists in .debug_info section!\n"
msgstr ""
-#: dwarf.c:7421
+#: dwarf.c:7442
#, c-format
msgid ""
" Warning: This section has relocations - addresses seen here may not be "
@@ -3625,209 +3627,209 @@ msgid ""
"\n"
msgstr ""
-#: dwarf.c:7424 dwarf.c:7473
+#: dwarf.c:7445 dwarf.c:7494
#, c-format
msgid " Offset Begin End Expression\n"
msgstr ""
-#: dwarf.c:7512 dwarf.c:7516
+#: dwarf.c:7533 dwarf.c:7537
#, c-format
msgid "There is a hole [%#tx - %#<PRIx64>] in %s section.\n"
msgstr ""
-#: dwarf.c:7521
+#: dwarf.c:7542
#, c-format
msgid "There is an overlap [%#tx - %#<PRIx64>] in %s section.\n"
msgstr ""
-#: dwarf.c:7529
+#: dwarf.c:7550
#, c-format
msgid "Offset %#<PRIx64> is bigger than %s section size.\n"
msgstr ""
-#: dwarf.c:7536
+#: dwarf.c:7557
#, c-format
msgid "View Offset %#<PRIx64> is bigger than %s section size.\n"
msgstr ""
-#: dwarf.c:7553
+#: dwarf.c:7574
msgid "DWO is not yet supported.\n"
msgstr ""
-#: dwarf.c:7570
+#: dwarf.c:7591
msgid "Hole and overlap detection requires adjacent view lists and loclists.\n"
msgstr ""
-#: dwarf.c:7579
+#: dwarf.c:7600
#, c-format
msgid "There is %ld unused byte at the end of section %s\n"
msgid_plural "There are %ld unused bytes at the end of section %s\n"
msgstr[0] ""
msgstr[1] ""
-#: dwarf.c:7703
+#: dwarf.c:7724
#, c-format
msgid ""
"Debug info is corrupted, %s header at %#<PRIx64> has length %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:7731
+#: dwarf.c:7752
msgid "Only DWARF 2 and 3 aranges are currently supported.\n"
msgstr ""
-#: dwarf.c:7735
+#: dwarf.c:7756
#, c-format
msgid " Length: %<PRId64>\n"
msgstr ""
-#: dwarf.c:7736
+#: dwarf.c:7757
#, c-format
msgid " Version: %d\n"
msgstr ""
-#: dwarf.c:7737
+#: dwarf.c:7758
#, c-format
msgid " Offset into .debug_info: %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:7739
+#: dwarf.c:7760
#, c-format
msgid " Pointer Size: %d\n"
msgstr ""
-#: dwarf.c:7740
+#: dwarf.c:7761
#, c-format
msgid " Segment Size: %d\n"
msgstr ""
-#: dwarf.c:7747
+#: dwarf.c:7768
#, c-format
msgid "Invalid address size in %s section!\n"
msgstr ""
-#: dwarf.c:7757
+#: dwarf.c:7778
msgid "Pointer size + Segment size is not a power of two.\n"
msgstr ""
-#: dwarf.c:7762
+#: dwarf.c:7783
#, c-format
msgid ""
"\n"
" Address Length\n"
msgstr ""
-#: dwarf.c:7764
+#: dwarf.c:7785
#, c-format
msgid ""
"\n"
" Address Length\n"
msgstr ""
-#: dwarf.c:7841
+#: dwarf.c:7862
#, c-format
msgid "Corrupt address base (%#<PRIx64>) found in debug section %u\n"
msgstr ""
-#: dwarf.c:7859
+#: dwarf.c:7880
#, c-format
msgid " For compilation unit at offset %#<PRIx64>:\n"
msgstr ""
-#: dwarf.c:7862
+#: dwarf.c:7883
#, c-format
msgid "\tIndex\tAddress\n"
msgstr ""
-#: dwarf.c:7874
+#: dwarf.c:7895
#, c-format
msgid ""
"Corrupt %s section: expecting header size of 8 or 16, but found %zd instead\n"
msgstr ""
-#: dwarf.c:7885
+#: dwarf.c:7906
#, c-format
msgid "Corrupt %s section: unit_length field of %#<PRIx64> is invalid\n"
msgstr ""
-#: dwarf.c:7892
+#: dwarf.c:7913
#, c-format
msgid ""
"Corrupt %s section: expecting version number 5 in header but found %d "
"instead\n"
msgstr ""
-#: dwarf.c:7907
+#: dwarf.c:7928
#, c-format
msgid "Corrupt %s section: address size (%x) is wrong\n"
msgstr ""
-#: dwarf.c:7915
+#: dwarf.c:7936
#, c-format
msgid "\t%d:\t"
msgstr ""
-#: dwarf.c:7987 dwarf.c:8011
+#: dwarf.c:8008 dwarf.c:8032
#, c-format
msgid " Length: %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:7988 dwarf.c:8013
+#: dwarf.c:8009 dwarf.c:8034
#, c-format
msgid " Index Offset [String]\n"
msgstr ""
-#: dwarf.c:7996
+#: dwarf.c:8017
#, c-format
msgid "Section %s is too small %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:8004
+#: dwarf.c:8025
#, c-format
msgid "Unexpected version number in str_offset header: %#x\n"
msgstr ""
-#: dwarf.c:8009
+#: dwarf.c:8030
#, c-format
msgid "Unexpected value in str_offset header's padding field: %#x\n"
msgstr ""
-#: dwarf.c:8012
+#: dwarf.c:8033
#, c-format
msgid " Version: %#x\n"
msgstr ""
-#: dwarf.c:8134
+#: dwarf.c:8155
#, c-format
msgid "Range list starting at offset %#<PRIx64> is not terminated.\n"
msgstr ""
-#: dwarf.c:8152
+#: dwarf.c:8173
#, c-format
msgid "(base address index) "
msgstr ""
-#: dwarf.c:8192
+#: dwarf.c:8213
#, c-format
msgid "Invalid range list entry type %d\n"
msgstr ""
-#: dwarf.c:8260
+#: dwarf.c:8281
#, c-format
msgid ""
"The length field (%#<PRIx64>) in the debug_rnglists header is wrong - the "
"section is too small\n"
msgstr ""
-#: dwarf.c:8277
+#: dwarf.c:8298
#, c-format
msgid " Table at Offset: %#<PRIx64>:\n"
msgstr ""
-#: dwarf.c:8295
+#: dwarf.c:8316
msgid "Only DWARF version 5+ debug_rnglists info is currently supported.\n"
msgstr ""
-#: dwarf.c:8302
+#: dwarf.c:8323
#, c-format
msgid ""
"\n"
@@ -3836,750 +3838,742 @@ msgstr ""
#. This can happen when the file was compiled with -gsplit-debug
#. which removes references to range lists from the primary .o file.
-#: dwarf.c:8369
+#: dwarf.c:8390
#, c-format
msgid "No range lists referenced by .debug_info section.\n"
msgstr ""
-#: dwarf.c:8398
+#: dwarf.c:8419
#, c-format
msgid "Range lists in %s section start at %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:8403 dwarf.c:8438
+#: dwarf.c:8424 dwarf.c:8459
#, c-format
msgid " Offset Begin End\n"
msgstr ""
-#: dwarf.c:8421
+#: dwarf.c:8442
#, c-format
msgid "Corrupt pointer size (%d) in debug entry at offset %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:8428
+#: dwarf.c:8449
#, c-format
msgid "Corrupt offset (%#<PRIx64>) in range entry %u\n"
msgstr ""
-#: dwarf.c:8455
+#: dwarf.c:8476
#, c-format
msgid "There is a hole [%#tx - %#tx] in %s section.\n"
msgstr ""
-#: dwarf.c:8461
+#: dwarf.c:8482
#, c-format
msgid "There is an overlap [%#tx - %#tx] in %s section.\n"
msgstr ""
-#: dwarf.c:8546
+#: dwarf.c:8567
#, c-format
msgid "Unfeasibly large register number: %u\n"
msgstr ""
-#: dwarf.c:8560
+#: dwarf.c:8581
#, c-format
msgid "Out of memory allocating %u columns in dwarf frame arrays\n"
msgstr ""
-#: dwarf.c:9027
+#: dwarf.c:9077
msgid "No terminator for augmentation name\n"
msgstr ""
-#: dwarf.c:9045
+#: dwarf.c:9095
#, c-format
msgid "Invalid pointer size (%d) in CIE data\n"
msgstr ""
-#: dwarf.c:9053
+#: dwarf.c:9103
#, c-format
msgid "Invalid segment size (%d) in CIE data\n"
msgstr ""
-#: dwarf.c:9089 dwarf.c:9720
+#: dwarf.c:9139 dwarf.c:9770
#, c-format
msgid "Augmentation data too long: %#<PRIx64>, expected at most %#tx\n"
msgstr ""
-#: dwarf.c:9174
+#: dwarf.c:9224
#, c-format
msgid " Augmentation data: "
msgstr ""
-#: dwarf.c:9332
+#: dwarf.c:9382
msgid ".eh_frame_hdr section is too small\n"
msgstr ""
-#: dwarf.c:9339
+#: dwarf.c:9389
#, c-format
msgid "Unsupported .eh_frame_hdr version %u\n"
msgstr ""
-#: dwarf.c:9343 dwarf.c:11269
+#: dwarf.c:9393 dwarf.c:11324
#, c-format
msgid " Version: %u\n"
msgstr ""
#. Strictly speaking this is the encoding format of the eh_frame_ptr field below.
-#: dwarf.c:9347
+#: dwarf.c:9397
#, c-format
msgid " Pointer Encoding Format: %#x (%s)\n"
msgstr ""
-#: dwarf.c:9350
+#: dwarf.c:9400
#, c-format
msgid " Count Encoding Format: %#x (%s)\n"
msgstr ""
-#: dwarf.c:9353
+#: dwarf.c:9403
#, c-format
msgid " Table Encoding Format: %#x (%s)\n"
msgstr ""
-#: dwarf.c:9362
+#: dwarf.c:9412
msgid "unable to read eh_frame_ptr field in .eh_frame_hdr section\n"
msgstr ""
-#: dwarf.c:9365
+#: dwarf.c:9415
#, c-format
msgid " Start of frame section: %#<PRIx64>"
msgstr ""
-#: dwarf.c:9369
+#: dwarf.c:9419
#, c-format
msgid " (offset: %#<PRIx64>)"
msgstr ""
-#: dwarf.c:9376
+#: dwarf.c:9426
msgid ""
"It is suspicious to have a .eh_frame_hdr section with an empty search table\n"
msgstr ""
-#: dwarf.c:9382
+#: dwarf.c:9432
msgid "The count field format should be absolute, not relative to an address\n"
msgstr ""
-#: dwarf.c:9389
+#: dwarf.c:9439
msgid "unable to read fde_count field in .eh_frame_hdr section\n"
msgstr ""
-#: dwarf.c:9392
+#: dwarf.c:9442
#, c-format
msgid " Entries in search table: %#<PRIx64>"
msgstr ""
-#: dwarf.c:9398
+#: dwarf.c:9448
msgid ""
"It is suspicious to have a .eh_frame_hdr section an empty table but a non "
"empty count field\n"
msgstr ""
-#: dwarf.c:9412
+#: dwarf.c:9462
#, c-format
msgid ""
"Failed to read location field for entry %#<PRIx64> in the .eh_frame_hdr's "
"search table\n"
msgstr ""
-#: dwarf.c:9420
+#: dwarf.c:9470
#, c-format
msgid ""
"Failed to read address field for entry %#<PRIx64> in the .eh_frame_hdr's "
"search table\n"
msgstr ""
-#: dwarf.c:9449
+#: dwarf.c:9499
msgid "bad register: "
msgstr ""
-#: dwarf.c:9620
+#: dwarf.c:9670
msgid "Failed to read CIE information\n"
msgstr ""
-#: dwarf.c:9631 dwarf.c:9652 dwarf.c:9681
+#: dwarf.c:9681 dwarf.c:9702 dwarf.c:9731
msgid "Invalid max register\n"
msgstr ""
#. PR 17512: file: 9e196b3e.
-#: dwarf.c:9696
+#: dwarf.c:9746
#, c-format
msgid "Probably corrupt segment size: %d - using 4 instead\n"
msgstr ""
#. Ideally translate "invalid " to 8 chars, trailing space
#. is optional.
-#: dwarf.c:9740
+#: dwarf.c:9790
#, c-format
msgid "cie=invalid "
msgstr ""
-#: dwarf.c:10174
+#: dwarf.c:10224
msgid "Invalid column number in saved frame state\n"
msgstr ""
-#: dwarf.c:10224 dwarf.c:10248
+#: dwarf.c:10274 dwarf.c:10298
#, c-format
msgid " %s: <corrupt len %<PRIu64>>\n"
msgstr ""
-#: dwarf.c:10392
+#: dwarf.c:10447
#, c-format
msgid " DW_CFA_??? (User defined call frame op: %#x)\n"
msgstr ""
-#: dwarf.c:10394
+#: dwarf.c:10449
#, c-format
msgid "Unsupported or unknown Dwarf Call Frame Instruction number: %#x\n"
msgstr ""
-#: dwarf.c:10498
+#: dwarf.c:10553
#, c-format
msgid "Debug info is corrupted, %s header at %#tx has length %#<PRIx64>\n"
msgstr ""
-#: dwarf.c:10507
+#: dwarf.c:10562
#, c-format
msgid "Version %d\n"
msgstr ""
-#: dwarf.c:10513
+#: dwarf.c:10568
msgid "Only DWARF version 5 .debug_names is currently supported.\n"
msgstr ""
-#: dwarf.c:10520
+#: dwarf.c:10575
#, c-format
msgid "Padding field of .debug_names must be 0 (found 0x%x)\n"
msgstr ""
-#: dwarf.c:10525
+#: dwarf.c:10580
msgid "Compilation unit count must be >= 1 in .debug_names\n"
msgstr ""
-#: dwarf.c:10536
+#: dwarf.c:10591
#, c-format
msgid ""
"Augmentation string length %u must be rounded up to a multiple of 4 in ."
"debug_names.\n"
msgstr ""
-#: dwarf.c:10544
+#: dwarf.c:10599
#, c-format
msgid "Augmentation string:"
msgstr ""
-#: dwarf.c:10571
+#: dwarf.c:10626
#, c-format
msgid "CU table:\n"
msgstr ""
-#: dwarf.c:10584
+#: dwarf.c:10639
#, c-format
msgid "TU table:\n"
msgstr ""
-#: dwarf.c:10597
+#: dwarf.c:10652
#, c-format
msgid "Foreign TU table:\n"
msgstr ""
-#: dwarf.c:10606
+#: dwarf.c:10661
#, c-format
msgid "[%3u] "
msgstr ""
-#: dwarf.c:10617
+#: dwarf.c:10672
#, c-format
msgid ""
"Entry pool offset (%#<PRIx64>) exceeds unit size %#tx for unit %#tx in the "
"debug_names\n"
msgstr ""
-#: dwarf.c:10645
+#: dwarf.c:10700
#, c-format
msgid "Used %zu of %lu bucket.\n"
msgid_plural "Used %zu of %lu buckets.\n"
msgstr[0] ""
msgstr[1] ""
-#: dwarf.c:10674
+#: dwarf.c:10729
#, c-format
msgid ""
"Out of %<PRIu64> items there are %zu bucket clashes (longest of %zu "
"entries).\n"
msgstr ""
-#: dwarf.c:10679
+#: dwarf.c:10734
#, c-format
msgid ""
"The name_count (%<PRIu64>) is not the same as the used bucket_count (%zu) + "
"the hash clash count (%zu)\n"
msgstr ""
-#: dwarf.c:10717
+#: dwarf.c:10772
#, c-format
msgid ""
"Duplicate abbreviation tag %<PRIu64> in unit %#tx in the debug_names "
"section\n"
msgstr ""
-#: dwarf.c:10739 dwarf.c:11042
+#: dwarf.c:10794 dwarf.c:11097
#, c-format
msgid ""
"\n"
"Symbol table:\n"
msgstr ""
-#: dwarf.c:10772
+#: dwarf.c:10827
#, c-format
msgid "Invalid entry offset value: %<PRIx64>\n"
msgstr ""
-#: dwarf.c:10804
+#: dwarf.c:10859
#, c-format
msgid ""
"Undefined abbreviation tag %<PRId64> in unit %#tx in the debug_names "
"section\n"
msgstr ""
-#: dwarf.c:10835
+#: dwarf.c:10890
#, c-format
msgid " <no entries>"
msgstr ""
-#: dwarf.c:10867
+#: dwarf.c:10922
msgid "The debuglink filename is corrupt/missing\n"
msgstr ""
-#: dwarf.c:10871
+#: dwarf.c:10926
#, c-format
msgid " Separate debug info file: %s\n"
msgstr ""
-#: dwarf.c:10882
+#: dwarf.c:10937
msgid "CRC offset missing/truncated\n"
msgstr ""
-#: dwarf.c:10888
+#: dwarf.c:10943
#, c-format
msgid " CRC value: %#x\n"
msgstr ""
-#: dwarf.c:10892
+#: dwarf.c:10947
#, c-format
msgid "There are %#<PRIx64> extraneous bytes at the end of the section\n"
msgstr ""
-#: dwarf.c:10907
+#: dwarf.c:10962
#, c-format
msgid "Build-ID is too short (%#zx bytes)\n"
msgstr ""
-#: dwarf.c:10911
+#: dwarf.c:10966
#, c-format
msgid " Build-ID (%#zx bytes):"
msgstr ""
-#: dwarf.c:10943
+#: dwarf.c:10998
#, c-format
msgid "Truncated header in the %s section.\n"
msgstr ""
-#: dwarf.c:10947
+#: dwarf.c:11002
#, c-format
msgid "Version %lu\n"
msgstr ""
-#: dwarf.c:10953
+#: dwarf.c:11008
#, c-format
msgid "Unsupported version %lu.\n"
msgstr ""
-#: dwarf.c:10957
+#: dwarf.c:11012
msgid "The address table data in version 3 may be wrong.\n"
msgstr ""
-#: dwarf.c:10959
+#: dwarf.c:11014
msgid "Version 4 does not support case insensitive lookups.\n"
msgstr ""
-#: dwarf.c:10961
+#: dwarf.c:11016
msgid "Version 5 does not include inlined functions.\n"
msgstr ""
-#: dwarf.c:10963
+#: dwarf.c:11018
msgid "Version 6 does not include symbol attributes.\n"
msgstr ""
-#: dwarf.c:10991
+#: dwarf.c:11046
#, c-format
msgid "Corrupt header in the %s section.\n"
msgstr ""
-#: dwarf.c:11007
+#: dwarf.c:11062
#, c-format
msgid ""
"\n"
"CU table:\n"
msgstr ""
-#: dwarf.c:11017
+#: dwarf.c:11072
#, c-format
msgid ""
"\n"
"TU table:\n"
msgstr ""
-#: dwarf.c:11030
+#: dwarf.c:11085
#, c-format
msgid ""
"\n"
"Address table:\n"
msgstr ""
-#: dwarf.c:11057
+#: dwarf.c:11112
#, c-format
msgid "[%3u] <corrupt offset: %x>"
msgstr ""
-#: dwarf.c:11058
+#: dwarf.c:11113
#, c-format
msgid "Corrupt name offset of 0x%x found for symbol table slot %d\n"
msgstr ""
-#: dwarf.c:11069
+#: dwarf.c:11124
#, c-format
msgid "<invalid CU vector offset: %x>\n"
msgstr ""
-#: dwarf.c:11070
+#: dwarf.c:11125
#, c-format
msgid "Corrupt CU vector offset of 0x%x found for symbol table slot %d\n"
msgstr ""
-#: dwarf.c:11081
+#: dwarf.c:11136
#, c-format
msgid "Invalid number of CUs (0x%x) for symbol table slot %d\n"
msgstr ""
-#: dwarf.c:11106
+#: dwarf.c:11161
msgid "static"
msgstr ""
-#: dwarf.c:11106
+#: dwarf.c:11161
msgid "global"
msgstr ""
-#: dwarf.c:11118
+#: dwarf.c:11173
#, c-format
msgid ""
"\n"
"Shortcut table:\n"
msgstr ""
-#: dwarf.c:11122
+#: dwarf.c:11177
#, c-format
msgid "Corrupt shortcut table in the %s section.\n"
msgstr ""
-#: dwarf.c:11127
+#: dwarf.c:11182
#, c-format
msgid "Language of main: "
msgstr ""
-#: dwarf.c:11131
+#: dwarf.c:11186
#, c-format
msgid "Name of main: "
msgstr ""
-#: dwarf.c:11133
+#: dwarf.c:11188
#, c-format
msgid "<unknown>\n"
msgstr ""
-#: dwarf.c:11139
+#: dwarf.c:11194
#, c-format
msgid "<corrupt offset: %x>\n"
msgstr ""
-#: dwarf.c:11140
+#: dwarf.c:11195
#, c-format
msgid "Corrupt name offset of 0x%x found for name of main\n"
msgstr ""
-#: dwarf.c:11244
+#: dwarf.c:11299
#, c-format
msgid "Section %s is empty\n"
msgstr ""
-#: dwarf.c:11250
+#: dwarf.c:11305
#, c-format
msgid "Section %s is too small to contain a CU/TU header\n"
msgstr ""
-#: dwarf.c:11271
+#: dwarf.c:11326
#, c-format
msgid " Number of columns: %u\n"
msgstr ""
-#: dwarf.c:11272
+#: dwarf.c:11327
#, c-format
msgid " Number of used entries: %u\n"
msgstr ""
-#: dwarf.c:11273
+#: dwarf.c:11328
#, c-format
msgid ""
" Number of slots: %u\n"
"\n"
msgstr ""
-#: dwarf.c:11280
+#: dwarf.c:11335
#, c-format
msgid "Section %s is too small for %u slot\n"
msgid_plural "Section %s is too small for %u slots\n"
msgstr[0] ""
msgstr[1] ""
-#: dwarf.c:11313
+#: dwarf.c:11368
msgid "Section index pool located before start of section\n"
msgstr ""
-#: dwarf.c:11317
+#: dwarf.c:11372
#, c-format
msgid " [%3d] Signature: %#<PRIx64> Sections: "
msgstr ""
-#: dwarf.c:11323
+#: dwarf.c:11378
#, c-format
msgid "Section %s too small for shndx pool\n"
msgstr ""
-#: dwarf.c:11366
+#: dwarf.c:11421
#, c-format
msgid "Section %s too small for offset and size tables\n"
msgstr ""
-#: dwarf.c:11373
+#: dwarf.c:11428
#, c-format
msgid " Offset table\n"
msgstr ""
-#: dwarf.c:11375 dwarf.c:11462
+#: dwarf.c:11430 dwarf.c:11517
msgid "signature"
msgstr ""
-#: dwarf.c:11375 dwarf.c:11462
+#: dwarf.c:11430 dwarf.c:11517
msgid "dwo_id"
msgstr ""
-#: dwarf.c:11414
+#: dwarf.c:11469
#, c-format
msgid "Row index (%u) is larger than number of used entries (%u)\n"
msgstr ""
-#: dwarf.c:11442 dwarf.c:11513
+#: dwarf.c:11497 dwarf.c:11568
#, c-format
msgid "Overlarge Dwarf section index detected: %u\n"
msgstr ""
-#: dwarf.c:11460
+#: dwarf.c:11515
#, c-format
msgid " Size table\n"
msgstr ""
-#: dwarf.c:11499
+#: dwarf.c:11554
#, c-format
msgid "Too many rows/columns in DWARF index section %s\n"
msgstr ""
-#: dwarf.c:11528
+#: dwarf.c:11583
#, c-format
msgid " Unsupported version (%d)\n"
msgstr ""
-#: dwarf.c:11600
+#: dwarf.c:11655
#, c-format
msgid "Displaying the debug contents of section %s is not yet supported.\n"
msgstr ""
-#: dwarf.c:11631
+#: dwarf.c:11686
#, c-format
msgid ""
"Attempt to allocate an array with an excessive number of elements: %"
"#<PRIx64>\n"
msgstr ""
-#: dwarf.c:11649
+#: dwarf.c:11704
#, c-format
msgid ""
"Attempt to re-allocate an array with an excessive number of elements: %"
"#<PRIx64>\n"
msgstr ""
-#: dwarf.c:11665
+#: dwarf.c:11720
#, c-format
msgid ""
"Attempt to allocate a zero'ed array with an excessive number of elements: %"
"#<PRIx64>\n"
msgstr ""
-#: dwarf.c:11763
+#: dwarf.c:11818
#, c-format
msgid "Unable to reopen separate debug info file: %s\n"
msgstr ""
-#: dwarf.c:11775
+#: dwarf.c:11830
#, c-format
msgid "Separate debug info file %s found, but CRC does not match - ignoring\n"
msgstr ""
-#: dwarf.c:11954
+#: dwarf.c:12010
#, c-format
msgid "Corrupt debuglink section: %s\n"
msgstr ""
-#: dwarf.c:11993 elfcomm.c:295 elfcomm.c:320 elfcomm.c:794
+#: dwarf.c:12049 elfcomm.c:295 elfcomm.c:320 elfcomm.c:794
msgid "Out of memory\n"
msgstr ""
#. Failed to find the file.
-#: dwarf.c:12069
+#: dwarf.c:12125
#, c-format
msgid "could not find separate debug file '%s'\n"
msgstr ""
-#: dwarf.c:12071 dwarf.c:12076 dwarf.c:12082 dwarf.c:12086 dwarf.c:12091
-#: dwarf.c:12094 dwarf.c:12097 dwarf.c:12100
+#: dwarf.c:12127 dwarf.c:12132 dwarf.c:12138 dwarf.c:12142 dwarf.c:12147
+#: dwarf.c:12150 dwarf.c:12153 dwarf.c:12156
#, c-format
msgid "tried: %s\n"
msgstr ""
-#: dwarf.c:12110
+#: dwarf.c:12166
#, c-format
msgid "tried: DEBUGINFOD_URLS=%s\n"
msgstr ""
-#: dwarf.c:12138
+#: dwarf.c:12194
#, c-format
msgid "failed to open separate debug file: %s\n"
msgstr ""
-#: dwarf.c:12147
+#: dwarf.c:12203
#, c-format
msgid ""
"\n"
"%s: Found separate debug info file: %s\n"
msgstr ""
-#: dwarf.c:12170
+#: dwarf.c:12226
msgid "Out of memory allocating dwo filename\n"
msgstr ""
-#: dwarf.c:12176
+#: dwarf.c:12232
#, c-format
msgid "Unable to load dwo file: %s\n"
msgstr ""
#. FIXME: We should check the dwo_id.
-#: dwarf.c:12183
+#: dwarf.c:12239
#, c-format
msgid ""
"%s: Found separate debug object file: %s\n"
"\n"
msgstr ""
-#: dwarf.c:12215
+#: dwarf.c:12271
msgid "Unable to load the .note.gnu.build-id section\n"
msgstr ""
-#: dwarf.c:12221
+#: dwarf.c:12277
msgid ".note.gnu.build-id section is corrupt/empty\n"
msgstr ""
-#: dwarf.c:12242
+#: dwarf.c:12298
msgid ".note.gnu.build-id data size is too small\n"
msgstr ""
-#: dwarf.c:12248
+#: dwarf.c:12304
msgid ".note.gnu.build-id data size is too big\n"
msgstr ""
-#: dwarf.c:12309
+#: dwarf.c:12365
msgid ".debug_sup section is corrupt/empty\n"
msgstr ""
-#: dwarf.c:12319
+#: dwarf.c:12375
msgid "filename in .debug_sup section is corrupt\n"
msgstr ""
-#: dwarf.c:12334
-msgid "unable to construct path for supplementary debug file\n"
-msgstr ""
-
-#: dwarf.c:12348
-msgid "out of memory constructing filename for .debug_sup link\n"
-msgstr ""
-
-#: dwarf.c:12356
+#: dwarf.c:12392
#, c-format
msgid "unable to open file '%s' referenced from .debug_sup section\n"
msgstr ""
-#: dwarf.c:12361
+#: dwarf.c:12397
#, c-format
msgid ""
"%s: Found supplementary debug file: %s\n"
"\n"
msgstr ""
-#: dwarf.c:12462
+#: dwarf.c:12498
msgid "Multiple DWO_NAMEs encountered for the same CU\n"
msgstr ""
-#: dwarf.c:12474
+#: dwarf.c:12510
msgid "multiple DWO_IDs encountered for the same CU\n"
msgstr ""
-#: dwarf.c:12479
+#: dwarf.c:12515
msgid "Unexpected DWO INFO type"
msgstr ""
-#: dwarf.c:12494
+#: dwarf.c:12530
#, c-format
msgid ""
"The %s section contains link(s) to dwo file(s):\n"
"\n"
msgstr ""
-#: dwarf.c:12499
+#: dwarf.c:12535
#, c-format
msgid " Name: %s\n"
msgstr ""
-#: dwarf.c:12500
+#: dwarf.c:12536
#, c-format
msgid " Directory: %s\n"
msgstr ""
-#: dwarf.c:12500
+#: dwarf.c:12536
msgid "<not-found>"
msgstr ""
-#: dwarf.c:12502
+#: dwarf.c:12538
#, c-format
msgid " ID: "
msgstr ""
-#: dwarf.c:12504
+#: dwarf.c:12540
#, c-format
msgid " ID: <not specified>\n"
msgstr ""
-#: dwarf.c:12661
+#: dwarf.c:12697
#, c-format
msgid "Unrecognized debug option '%s'\n"
msgstr ""
-#: dwarf.c:12705
+#: dwarf.c:12741
#, c-format
msgid "Unrecognized debug letter option '%c'\n"
msgstr ""
@@ -4678,7 +4672,7 @@ msgstr ""
#. PR 24049 - we cannot use filedata->file_name as this will
#. have already been freed.
-#: elfcomm.c:518 elfcomm.c:752 elfedit.c:613 readelf.c:23987
+#: elfcomm.c:518 elfcomm.c:752 elfedit.c:613 readelf.c:24034
#, c-format
msgid "%s: failed to read archive header\n"
msgstr ""
@@ -4725,7 +4719,7 @@ msgstr ""
msgid "%s: failed to seek to next file name\n"
msgstr ""
-#: elfcomm.c:757 elfedit.c:620 readelf.c:23994
+#: elfcomm.c:757 elfedit.c:620 readelf.c:24041
#, c-format
msgid "%s: did not find a valid archive header\n"
msgstr ""
@@ -4811,12 +4805,12 @@ msgstr ""
msgid "%s: Failed to seek to ELF header\n"
msgstr ""
-#: elfedit.c:604 readelf.c:23975
+#: elfedit.c:604 readelf.c:24022
#, c-format
msgid "%s: failed to seek to next archive header\n"
msgstr ""
-#: elfedit.c:635 elfedit.c:644 readelf.c:24007 readelf.c:24016
+#: elfedit.c:635 elfedit.c:644 readelf.c:24054 readelf.c:24063
#, c-format
msgid "%s: bad archive file name\n"
msgstr ""
@@ -4831,22 +4825,22 @@ msgstr ""
msgid "%s: failed to seek to archive member\n"
msgstr ""
-#: elfedit.c:735 readelf.c:24135
+#: elfedit.c:735 readelf.c:24182
#, c-format
msgid "'%s': No such file\n"
msgstr ""
-#: elfedit.c:737 readelf.c:24137
+#: elfedit.c:737 readelf.c:24184
#, c-format
msgid "Could not locate '%s'. System error message: %s\n"
msgstr ""
-#: elfedit.c:758 readelf.c:24144
+#: elfedit.c:758 readelf.c:24191
#, c-format
msgid "'%s' is not an ordinary file\n"
msgstr ""
-#: elfedit.c:784 readelf.c:24166
+#: elfedit.c:784 readelf.c:24213
#, c-format
msgid "%s: Failed to read file's magic number\n"
msgstr ""
@@ -4976,7 +4970,7 @@ msgstr ""
msgid " -C, --demangle[=STYLE] Decode mangled/processed symbol names\n"
msgstr ""
-#: nm.c:303 readelf.c:6179
+#: nm.c:303 readelf.c:6202
msgid " STYLE can be "
msgstr ""
@@ -5170,39 +5164,39 @@ msgstr ""
msgid "%s: invalid output format"
msgstr ""
-#: nm.c:451 readelf.c:13713 readelf.c:13756
+#: nm.c:450 readelf.c:13743 readelf.c:13786
#, c-format
msgid "<processor specific>: %d"
msgstr ""
-#: nm.c:453 readelf.c:13720 readelf.c:13773
+#: nm.c:452 readelf.c:13750 readelf.c:13803
#, c-format
msgid "<OS specific>: %d"
msgstr ""
-#: nm.c:455 readelf.c:13723 readelf.c:13776
+#: nm.c:454 readelf.c:13753 readelf.c:13806
#, c-format
msgid "<unknown>: %d"
msgstr ""
-#: nm.c:485
+#: nm.c:481
#, c-format
msgid "<unknown>: %d/%d"
msgstr ""
-#: nm.c:747
+#: nm.c:749
#, c-format
msgid ""
"\n"
"Archive index:\n"
msgstr ""
-#: nm.c:801 nm.c:1474
+#: nm.c:803 nm.c:1476
#, c-format
msgid "%s: plugin needed to handle lto object"
msgstr ""
-#: nm.c:1691
+#: nm.c:1685
#, c-format
msgid ""
"\n"
@@ -5211,7 +5205,7 @@ msgid ""
"\n"
msgstr ""
-#: nm.c:1693
+#: nm.c:1687
#, c-format
msgid ""
"\n"
@@ -5220,7 +5214,7 @@ msgid ""
"\n"
msgstr ""
-#: nm.c:1695 nm.c:1756
+#: nm.c:1689 nm.c:1750
#, c-format
msgid ""
"Name Value Class Type Size Line "
@@ -5228,7 +5222,7 @@ msgid ""
"\n"
msgstr ""
-#: nm.c:1698 nm.c:1759
+#: nm.c:1692 nm.c:1753
#, c-format
msgid ""
"Name Value Class Type "
@@ -5236,7 +5230,7 @@ msgid ""
"\n"
msgstr ""
-#: nm.c:1752
+#: nm.c:1746
#, c-format
msgid ""
"\n"
@@ -5245,7 +5239,7 @@ msgid ""
"\n"
msgstr ""
-#: nm.c:1754
+#: nm.c:1748
#, c-format
msgid ""
"\n"
@@ -5254,25 +5248,25 @@ msgid ""
"\n"
msgstr ""
-#: nm.c:1838
+#: nm.c:1832
#, c-format
msgid "Print width has not been initialized (%d)"
msgstr ""
-#: nm.c:2103 objdump.c:6347 readelf.c:6646 strings.c:314
+#: nm.c:2097 objdump.c:6330 readelf.c:6669 strings.c:314
#, c-format
msgid "invalid argument to -U/--unicode: %s"
msgstr ""
-#: nm.c:2121
+#: nm.c:2115
msgid "Only -X 32_64 is supported"
msgstr ""
-#: nm.c:2153
+#: nm.c:2147
msgid "Using the --size-sort and --undefined-only options together"
msgstr ""
-#: nm.c:2154
+#: nm.c:2148
msgid "will produce no output, since undefined symbols have no size."
msgstr ""
@@ -5564,7 +5558,7 @@ msgstr ""
msgid "cannot open '%s': %s"
msgstr ""
-#: objcopy.c:1125 objcopy.c:5313
+#: objcopy.c:1125 objcopy.c:5282
#, c-format
msgid "%s: fread failed"
msgstr ""
@@ -5574,658 +5568,658 @@ msgstr ""
msgid "%s:%d: Ignoring rubbish found on this line"
msgstr ""
-#: objcopy.c:1370
+#: objcopy.c:1342
#, c-format
msgid "error: section %s matches both remove and copy options"
msgstr ""
-#: objcopy.c:1373
+#: objcopy.c:1345
#, c-format
msgid "error: section %s matches both update and remove options"
msgstr ""
-#: objcopy.c:1548
+#: objcopy.c:1520
#, c-format
msgid "Section %s not found"
msgstr ""
-#: objcopy.c:1598
+#: objcopy.c:1569
msgid "redefining symbols does not work on LTO-compiled object files"
msgstr ""
-#: objcopy.c:1710
+#: objcopy.c:1682
#, c-format
msgid "not stripping symbol `%s' because it is named in a relocation"
msgstr ""
-#: objcopy.c:1773
+#: objcopy.c:1745
#, c-format
msgid "'before=%s' not found"
msgstr ""
-#: objcopy.c:1813
+#: objcopy.c:1785
#, c-format
msgid "%s: Multiple redefinition of symbol \"%s\""
msgstr ""
-#: objcopy.c:1817
+#: objcopy.c:1789
#, c-format
msgid "%s: Symbol \"%s\" is target of more than one redefinition"
msgstr ""
-#: objcopy.c:1844
+#: objcopy.c:1816
#, c-format
msgid "couldn't open symbol redefinition file %s (error: %s)"
msgstr ""
-#: objcopy.c:1922
+#: objcopy.c:1894
#, c-format
msgid "%s:%d: garbage found at end of line"
msgstr ""
-#: objcopy.c:1925
+#: objcopy.c:1897
#, c-format
msgid "%s:%d: missing new symbol name"
msgstr ""
-#: objcopy.c:1935
+#: objcopy.c:1907
#, c-format
msgid "%s:%d: premature end of file"
msgstr ""
-#: objcopy.c:1961
+#: objcopy.c:1933
#, c-format
msgid "stat returns negative size for `%s'"
msgstr ""
-#: objcopy.c:1973
+#: objcopy.c:1945
#, c-format
msgid "copy from `%s' [unknown] to `%s' [unknown]\n"
msgstr ""
-#: objcopy.c:2221
+#: objcopy.c:2193
#, c-format
msgid "%s[%s]: Cannot merge - there are relocations against this section"
msgstr ""
-#: objcopy.c:2243
+#: objcopy.c:2215
msgid "corrupt GNU build attribute note: description size not a factor of 4"
msgstr ""
-#: objcopy.c:2250
+#: objcopy.c:2222
msgid "corrupt GNU build attribute note: wrong note type"
msgstr ""
-#: objcopy.c:2256
+#: objcopy.c:2228
msgid "corrupt GNU build attribute note: note too big"
msgstr ""
-#: objcopy.c:2262
+#: objcopy.c:2234
msgid "corrupt GNU build attribute note: name too small"
msgstr ""
-#: objcopy.c:2285
+#: objcopy.c:2257
msgid "corrupt GNU build attribute note: unsupported version"
msgstr ""
-#: objcopy.c:2319
+#: objcopy.c:2291
msgid "corrupt GNU build attribute note: bad description size"
msgstr ""
-#: objcopy.c:2355
+#: objcopy.c:2327
msgid "corrupt GNU build attribute note: name not NUL terminated"
msgstr ""
-#: objcopy.c:2367
+#: objcopy.c:2339
msgid "corrupt GNU build attribute notes: excess data at end"
msgstr ""
-#: objcopy.c:2374
+#: objcopy.c:2346
msgid "bad GNU build attribute notes: no known versions detected"
msgstr ""
#. This happens with glibc. No idea why.
-#: objcopy.c:2378
+#: objcopy.c:2350
#, c-format
msgid "%s[%s]: Warning: version note missing - assuming version 3"
msgstr ""
-#: objcopy.c:2388
+#: objcopy.c:2360
msgid "bad GNU build attribute notes: multiple different versions"
msgstr ""
-#: objcopy.c:2636
+#: objcopy.c:2608
#, c-format
msgid "%s[%s]: Note - dropping 'share' flag as output format is not COFF"
msgstr ""
-#: objcopy.c:2648
+#: objcopy.c:2620
#, c-format
msgid "%s[%s]: 'large' flag is ELF x86-64 specific"
msgstr ""
#. PR 17636: Call non-fatal so that we return to our parent who
#. may need to tidy temporary files.
-#: objcopy.c:2694
+#: objcopy.c:2666
#, c-format
msgid "unable to change endianness of '%s'"
msgstr ""
-#: objcopy.c:2701
+#: objcopy.c:2673
#, c-format
msgid "unable to modify '%s' due to errors"
msgstr ""
-#: objcopy.c:2714
+#: objcopy.c:2686
#, c-format
msgid "error: the input file '%s' has no sections"
msgstr ""
-#: objcopy.c:2742
+#: objcopy.c:2714
#, c-format
msgid ""
"--compress-debug-sections=[zlib|zlib-gnu|zlib-gabi|zstd] is unsupported on `%"
"s'"
msgstr ""
-#: objcopy.c:2750
+#: objcopy.c:2722
#, c-format
msgid "--elf-stt-common=[yes|no] is unsupported on `%s'"
msgstr ""
-#: objcopy.c:2757
+#: objcopy.c:2729
#, c-format
msgid "--strip-section-headers is unsupported on `%s'"
msgstr ""
-#: objcopy.c:2764
+#: objcopy.c:2736
#, c-format
msgid "copy from `%s' [%s] to `%s' [%s]\n"
msgstr ""
-#: objcopy.c:2812
+#: objcopy.c:2784
#, c-format
msgid "Input file `%s' ignores binary architecture parameter."
msgstr ""
-#: objcopy.c:2828
+#: objcopy.c:2800
#, c-format
msgid "Unable to recognise the format of the input file `%s'"
msgstr ""
-#: objcopy.c:2831
+#: objcopy.c:2803
#, c-format
msgid "Output file cannot represent architecture `%s'"
msgstr ""
-#: objcopy.c:2897
+#: objcopy.c:2869
#, c-format
msgid "warning: file alignment (0x%<PRIx64>) > section alignment (0x%<PRIx64>)"
msgstr ""
-#: objcopy.c:2971
+#: objcopy.c:2943
#, c-format
msgid "can't add section '%s'"
msgstr ""
-#: objcopy.c:2985
+#: objcopy.c:2957
#, c-format
msgid "can't create section `%s'"
msgstr ""
-#: objcopy.c:3033
+#: objcopy.c:3005
#, c-format
msgid "error: %s not found, can't be updated"
msgstr ""
-#: objcopy.c:3073
+#: objcopy.c:3045
msgid "warning: could not load note section"
msgstr ""
-#: objcopy.c:3094
+#: objcopy.c:3066
msgid "warning: failed to set merged notes size"
msgstr ""
-#: objcopy.c:3120
+#: objcopy.c:3092
#, c-format
msgid "can't dump section '%s' - it does not exist"
msgstr ""
-#: objcopy.c:3128
+#: objcopy.c:3100
msgid "can't dump section - it has no contents"
msgstr ""
-#: objcopy.c:3140
+#: objcopy.c:3112
msgid "could not open section dump file"
msgstr ""
-#: objcopy.c:3148
+#: objcopy.c:3120
#, c-format
msgid "error writing section contents to %s (error: %s)"
msgstr ""
-#: objcopy.c:3158
+#: objcopy.c:3130
msgid "could not retrieve section contents"
msgstr ""
-#: objcopy.c:3172
+#: objcopy.c:3144
#, c-format
msgid "%s: debuglink section already exists"
msgstr ""
-#: objcopy.c:3184
+#: objcopy.c:3156
#, c-format
msgid "cannot create debug link section `%s'"
msgstr ""
-#: objcopy.c:3277
+#: objcopy.c:3249
msgid "Can't fill gap after section"
msgstr ""
-#: objcopy.c:3301
+#: objcopy.c:3273
msgid "can't add padding"
msgstr ""
-#: objcopy.c:3473
+#: objcopy.c:3445
msgid "error: failed to locate merged notes"
msgstr ""
-#: objcopy.c:3482
+#: objcopy.c:3454
msgid "error: failed to merge notes"
msgstr ""
-#: objcopy.c:3491
+#: objcopy.c:3463
msgid "error: failed to copy merged notes into output"
msgstr ""
-#: objcopy.c:3508
+#: objcopy.c:3480
#, c-format
msgid "%s: Could not find any mergeable note sections"
msgstr ""
-#: objcopy.c:3517
+#: objcopy.c:3489
#, c-format
msgid "cannot fill debug link section `%s'"
msgstr ""
-#: objcopy.c:3580
+#: objcopy.c:3552
msgid "error copying private BFD data"
msgstr ""
-#: objcopy.c:3591
+#: objcopy.c:3563
#, c-format
msgid "this target does not support %lu alternative machine codes"
msgstr ""
-#: objcopy.c:3595
+#: objcopy.c:3567
msgid "treating that number as an absolute e_machine value instead"
msgstr ""
-#: objcopy.c:3599
+#: objcopy.c:3571
msgid "ignoring the alternative value"
msgstr ""
-#: objcopy.c:3660
+#: objcopy.c:3632
msgid "sorry: copying thin archives is not currently supported"
msgstr ""
-#: objcopy.c:3667 objcopy.c:3723
+#: objcopy.c:3639 objcopy.c:3695
#, c-format
msgid "cannot create tempdir for archive copying (error: %s)"
msgstr ""
-#: objcopy.c:3702
+#: objcopy.c:3674
#, c-format
msgid "warning: illegal pathname found in archive member: %s"
msgstr ""
-#: objcopy.c:3708
+#: objcopy.c:3680
#, c-format
msgid "warning: using the basename of the member instead: %s"
msgstr ""
-#: objcopy.c:3756
+#: objcopy.c:3728
msgid "Unable to recognise the format of file"
msgstr ""
-#: objcopy.c:3881
+#: objcopy.c:3850
#, c-format
msgid "error: the input file '%s' is empty"
msgstr ""
-#: objcopy.c:3916
+#: objcopy.c:3885
msgid "--compress-debug-sections=zstd: binutils is not built with zstd support"
msgstr ""
-#: objcopy.c:3972
+#: objcopy.c:3941
#, c-format
msgid "--add-gnu-debuglink ignored for archive %s"
msgstr ""
-#: objcopy.c:4072
+#: objcopy.c:4041
#, c-format
msgid "Multiple renames of section %s"
msgstr ""
-#: objcopy.c:4117
+#: objcopy.c:4086
msgid "error in private header data"
msgstr ""
-#: objcopy.c:4273 objcopy.c:4281
+#: objcopy.c:4242 objcopy.c:4250
msgid "failed to create output section"
msgstr ""
-#: objcopy.c:4290
+#: objcopy.c:4259
msgid "failed to set size"
msgstr ""
-#: objcopy.c:4309
+#: objcopy.c:4278
msgid "failed to set vma"
msgstr ""
-#: objcopy.c:4358
+#: objcopy.c:4327
msgid "failed to set alignment"
msgstr ""
-#: objcopy.c:4373
+#: objcopy.c:4342
#, c-format
msgid "output section %s's alignment does not match its VMA"
msgstr ""
-#: objcopy.c:4387
+#: objcopy.c:4356
#, c-format
msgid "output section %s's alignment does not match its LMA"
msgstr ""
-#: objcopy.c:4417
+#: objcopy.c:4386
msgid "failed to copy private data"
msgstr ""
-#: objcopy.c:4571
+#: objcopy.c:4540
msgid "relocation count is negative"
msgstr ""
#. User must pad the section up in order to do this.
-#: objcopy.c:4657
+#: objcopy.c:4626
#, c-format
msgid ""
"cannot reverse bytes: length of section %s must be evenly divisible by %d"
msgstr ""
-#: objcopy.c:4857
+#: objcopy.c:4826
msgid "can't create debugging section"
msgstr ""
-#: objcopy.c:4871
+#: objcopy.c:4840
msgid "can't set debugging section contents"
msgstr ""
-#: objcopy.c:4881
+#: objcopy.c:4850
#, c-format
msgid "don't know how to write debugging information for %s"
msgstr ""
-#: objcopy.c:5073
+#: objcopy.c:5042
msgid "could not create temporary file to hold stripped copy"
msgstr ""
-#: objcopy.c:5147
+#: objcopy.c:5116
#, c-format
msgid "%s: bad version in PE subsystem"
msgstr ""
-#: objcopy.c:5177
+#: objcopy.c:5146
#, c-format
msgid "unknown PE subsystem: %s"
msgstr ""
-#: objcopy.c:5266 objcopy.c:5542 objcopy.c:5622 objcopy.c:5760 objcopy.c:5792
-#: objcopy.c:5848 objcopy.c:5852 objcopy.c:5872
+#: objcopy.c:5235 objcopy.c:5511 objcopy.c:5591 objcopy.c:5729 objcopy.c:5761
+#: objcopy.c:5817 objcopy.c:5821 objcopy.c:5841
#, c-format
msgid "bad format for %s"
msgstr ""
-#: objcopy.c:5295
+#: objcopy.c:5264
#, c-format
msgid "cannot open: %s: %s"
msgstr ""
-#: objcopy.c:5350
+#: objcopy.c:5319
msgid "byte number must be non-negative"
msgstr ""
-#: objcopy.c:5356
+#: objcopy.c:5325
#, c-format
msgid "architecture %s unknown"
msgstr ""
-#: objcopy.c:5364
+#: objcopy.c:5333
msgid "interleave must be positive"
msgstr ""
-#: objcopy.c:5373
+#: objcopy.c:5342
msgid "interleave width must be positive"
msgstr ""
-#: objcopy.c:5697
+#: objcopy.c:5666
#, c-format
msgid "unrecognized --compress-debug-sections type `%s'"
msgstr ""
-#: objcopy.c:5718
+#: objcopy.c:5687
#, c-format
msgid "unrecognized --elf-stt-common= option `%s'"
msgstr ""
-#: objcopy.c:5729
+#: objcopy.c:5698
#, c-format
msgid "Warning: truncating gap-fill from 0x%<PRIx64> to 0x%x"
msgstr ""
-#: objcopy.c:5815
+#: objcopy.c:5784
msgid "bad format for --set-section-alignment: argument needed"
msgstr ""
-#: objcopy.c:5819
+#: objcopy.c:5788
msgid "bad format for --set-section-alignment: numeric argument needed"
msgstr ""
-#: objcopy.c:5824
+#: objcopy.c:5793
msgid "bad format for --set-section-alignment: alignment is not a power of two"
msgstr ""
-#: objcopy.c:5931
+#: objcopy.c:5900
#, c-format
msgid "unknown long section names option '%s'"
msgstr ""
-#: objcopy.c:5954
+#: objcopy.c:5923
msgid "unable to parse alternative machine code"
msgstr ""
-#: objcopy.c:6003
+#: objcopy.c:5972
msgid "number of bytes to reverse must be positive and even"
msgstr ""
-#: objcopy.c:6006
+#: objcopy.c:5975
#, c-format
msgid "Warning: ignoring previous --reverse-bytes value of %d"
msgstr ""
-#: objcopy.c:6021
+#: objcopy.c:5990
#, c-format
msgid "%s: invalid reserve value for --heap"
msgstr ""
-#: objcopy.c:6027
+#: objcopy.c:5996
#, c-format
msgid "%s: invalid commit value for --heap"
msgstr ""
-#: objcopy.c:6042
+#: objcopy.c:6011
#, c-format
msgid "--section-alignment argument is not a power of two: %s - ignoring"
msgstr ""
-#: objcopy.c:6057
+#: objcopy.c:6026
#, c-format
msgid "%s: invalid reserve value for --stack"
msgstr ""
-#: objcopy.c:6063
+#: objcopy.c:6032
#, c-format
msgid "%s: invalid commit value for --stack"
msgstr ""
-#: objcopy.c:6081
+#: objcopy.c:6050
msgid "error: verilog data width must be 1, 2, 4, 8 or 16"
msgstr ""
-#: objcopy.c:6099
+#: objcopy.c:6068
msgid "--globalize-symbol(s) is incompatible with -G/--keep-global-symbol(s)"
msgstr ""
-#: objcopy.c:6111
+#: objcopy.c:6080
msgid "interleave start byte must be set with --byte"
msgstr ""
-#: objcopy.c:6114
+#: objcopy.c:6083
msgid "byte number must be less than interleave"
msgstr ""
-#: objcopy.c:6117
+#: objcopy.c:6086
msgid "interleave width must be less than or equal to interleave - byte`"
msgstr ""
-#: objcopy.c:6140
+#: objcopy.c:6109
#, c-format
msgid "unknown input EFI target: %s"
msgstr ""
-#: objcopy.c:6150
+#: objcopy.c:6119
#, c-format
msgid "unknown output EFI target: %s"
msgstr ""
-#: objcopy.c:6174
+#: objcopy.c:6143
#, c-format
msgid ""
"warning: could not create temporary file whilst copying '%s', (error: %s)"
msgstr ""
-#: objcopy.c:6206 objcopy.c:6214
+#: objcopy.c:6175 objcopy.c:6183
#, c-format
msgid "%s %s%c0x%<PRIx64> never used"
msgstr ""
-#: objdump.c:255
+#: objdump.c:256
#, c-format
msgid "Usage: %s <option(s)> <file(s)>\n"
msgstr ""
-#: objdump.c:256
+#: objdump.c:257
#, c-format
msgid " Display information from object <file(s)>.\n"
msgstr ""
-#: objdump.c:257
+#: objdump.c:258
#, c-format
msgid " At least one of the following switches must be given:\n"
msgstr ""
-#: objdump.c:258
+#: objdump.c:259
#, c-format
msgid " -a, --archive-headers Display archive header information\n"
msgstr ""
-#: objdump.c:260
+#: objdump.c:261
#, c-format
msgid ""
" -f, --file-headers Display the contents of the overall file header\n"
msgstr ""
-#: objdump.c:262
+#: objdump.c:263
#, c-format
msgid ""
" -p, --private-headers Display object format specific file header "
"contents\n"
msgstr ""
-#: objdump.c:264
+#: objdump.c:265
#, c-format
msgid " -P, --private=OPT,OPT... Display object format specific contents\n"
msgstr ""
-#: objdump.c:266
+#: objdump.c:267
#, c-format
msgid ""
" -h, --[section-]headers Display the contents of the section headers\n"
msgstr ""
-#: objdump.c:268
+#: objdump.c:269
#, c-format
msgid " -x, --all-headers Display the contents of all headers\n"
msgstr ""
-#: objdump.c:270
+#: objdump.c:271
#, c-format
msgid ""
" -d, --disassemble Display assembler contents of executable "
"sections\n"
msgstr ""
-#: objdump.c:272
+#: objdump.c:273
#, c-format
msgid " -D, --disassemble-all Display assembler contents of all sections\n"
msgstr ""
-#: objdump.c:274
+#: objdump.c:275
#, c-format
msgid " --disassemble=<sym> Display assembler contents from <sym>\n"
msgstr ""
-#: objdump.c:276
+#: objdump.c:277
#, c-format
msgid " -S, --source Intermix source code with disassembly\n"
msgstr ""
-#: objdump.c:278
+#: objdump.c:279
#, c-format
msgid " --source-comment[=<txt>] Prefix lines of source code with <txt>\n"
msgstr ""
-#: objdump.c:280
+#: objdump.c:281
#, c-format
msgid ""
" -s, --full-contents Display the full contents of all sections "
"requested\n"
msgstr ""
-#: objdump.c:282
+#: objdump.c:283
#, c-format
msgid ""
" -Z, --decompress Decompress section(s) before displaying their "
"contents\n"
msgstr ""
-#: objdump.c:284
+#: objdump.c:285
#, c-format
msgid " -g, --debugging Display debug information in object file\n"
msgstr ""
-#: objdump.c:286
+#: objdump.c:287
#, c-format
msgid ""
" -e, --debugging-tags Display debug information using ctags style\n"
msgstr ""
-#: objdump.c:288
+#: objdump.c:289
#, c-format
msgid ""
" -G, --stabs Display (in raw form) any STABS info in the file\n"
msgstr ""
-#: objdump.c:290
+#: objdump.c:291
#, c-format
msgid ""
" -W, --dwarf[a/=abbrev, A/=addr, r/=aranges, c/=cu_index, L/=decodedline,\n"
@@ -6236,14 +6230,14 @@ msgid ""
" Display the contents of DWARF debug sections\n"
msgstr ""
-#: objdump.c:297
+#: objdump.c:298
#, c-format
msgid ""
" -Wk,--dwarf=links Display the contents of sections that link to\n"
" separate debuginfo files\n"
msgstr ""
-#: objdump.c:301
+#: objdump.c:302
#, c-format
msgid ""
" -WK,--dwarf=follow-links\n"
@@ -6251,21 +6245,21 @@ msgid ""
"(default)\n"
msgstr ""
-#: objdump.c:304
+#: objdump.c:305
#, c-format
msgid ""
" -WN,--dwarf=no-follow-links\n"
" Do not follow links to separate debug info files\n"
msgstr ""
-#: objdump.c:308
+#: objdump.c:309
#, c-format
msgid ""
" -WK,--dwarf=follow-links\n"
" Follow links to separate debug info files\n"
msgstr ""
-#: objdump.c:311
+#: objdump.c:312
#, c-format
msgid ""
" -WN,--dwarf=no-follow-links\n"
@@ -6273,7 +6267,7 @@ msgid ""
" (default)\n"
msgstr ""
-#: objdump.c:317
+#: objdump.c:318
#, c-format
msgid ""
" -WD --dwarf=use-debuginfod\n"
@@ -6281,7 +6275,7 @@ msgid ""
"servers (default)\n"
msgstr ""
-#: objdump.c:320
+#: objdump.c:321
#, c-format
msgid ""
" -WE --dwarf=do-not-use-debuginfod\n"
@@ -6289,154 +6283,154 @@ msgid ""
"servers\n"
msgstr ""
-#: objdump.c:324
+#: objdump.c:325
#, c-format
msgid ""
" -L, --process-links Display the contents of non-debug sections in\n"
" separate debuginfo files. (Implies -WK)\n"
msgstr ""
-#: objdump.c:328
+#: objdump.c:329
#, c-format
msgid ""
" --ctf[=SECTION] Display CTF info from SECTION, (default `.ctf')\n"
msgstr ""
-#: objdump.c:331
+#: objdump.c:332
#, c-format
msgid ""
" --sframe[=SECTION] Display SFrame info from SECTION, (default '."
"sframe')\n"
msgstr ""
-#: objdump.c:333
+#: objdump.c:334
#, c-format
msgid ""
" -t, --syms Display the contents of the symbol table(s)\n"
msgstr ""
-#: objdump.c:335
+#: objdump.c:336
#, c-format
msgid ""
" -T, --dynamic-syms Display the contents of the dynamic symbol table\n"
msgstr ""
-#: objdump.c:337
+#: objdump.c:338
#, c-format
msgid " -r, --reloc Display the relocation entries in the file\n"
msgstr ""
-#: objdump.c:339
+#: objdump.c:340
#, c-format
msgid ""
" -R, --dynamic-reloc Display the dynamic relocation entries in the "
"file\n"
msgstr ""
-#: objdump.c:341
+#: objdump.c:342
#, c-format
msgid " @<file> Read options from <file>\n"
msgstr ""
-#: objdump.c:343
+#: objdump.c:344
#, c-format
msgid " -v, --version Display this program's version number\n"
msgstr ""
-#: objdump.c:345
+#: objdump.c:346
#, c-format
msgid ""
" -i, --info List object formats and architectures supported\n"
msgstr ""
-#: objdump.c:347
+#: objdump.c:348
#, c-format
msgid " -H, --help Display this information\n"
msgstr ""
-#: objdump.c:354
+#: objdump.c:355
#, c-format
msgid ""
"\n"
" The following switches are optional:\n"
msgstr ""
-#: objdump.c:355
+#: objdump.c:356
#, c-format
msgid ""
" -b, --target=BFDNAME Specify the target object format as "
"BFDNAME\n"
msgstr ""
-#: objdump.c:357
+#: objdump.c:358
#, c-format
msgid ""
" -m, --architecture=MACHINE Specify the target architecture as MACHINE\n"
msgstr ""
-#: objdump.c:359
+#: objdump.c:360
#, c-format
msgid ""
" -j, --section=NAME Only display information for section NAME\n"
msgstr ""
-#: objdump.c:361
+#: objdump.c:362
#, c-format
msgid " -M, --disassembler-options=OPT Pass text OPT on to the disassembler\n"
msgstr ""
-#: objdump.c:363
+#: objdump.c:364
#, c-format
msgid ""
" -EB --endian=big Assume big endian format when "
"disassembling\n"
msgstr ""
-#: objdump.c:365
+#: objdump.c:366
#, c-format
msgid ""
" -EL --endian=little Assume little endian format when "
"disassembling\n"
msgstr ""
-#: objdump.c:367
+#: objdump.c:368
#, c-format
msgid ""
" --file-start-context Include context from start of file (with -"
"S)\n"
msgstr ""
-#: objdump.c:369
+#: objdump.c:370
#, c-format
msgid ""
" -I, --include=DIR Add DIR to search list for source files\n"
msgstr ""
-#: objdump.c:371
+#: objdump.c:372
#, c-format
msgid ""
" -l, --line-numbers Include line numbers and filenames in "
"output\n"
msgstr ""
-#: objdump.c:373
+#: objdump.c:374
#, c-format
msgid ""
" -F, --file-offsets Include file offsets when displaying "
"information\n"
msgstr ""
-#: objdump.c:375
+#: objdump.c:376
#, c-format
msgid ""
" -C, --demangle[=STYLE] Decode mangled/processed symbol names\n"
msgstr ""
-#: objdump.c:377
+#: objdump.c:378
msgid " STYLE can be "
msgstr ""
-#: objdump.c:379
+#: objdump.c:380
#, c-format
msgid ""
" --recurse-limit Enable a limit on recursion whilst "
@@ -6444,20 +6438,20 @@ msgid ""
" (default)\n"
msgstr ""
-#: objdump.c:382
+#: objdump.c:383
#, c-format
msgid ""
" --no-recurse-limit Disable a limit on recursion whilst "
"demangling\n"
msgstr ""
-#: objdump.c:384
+#: objdump.c:385
#, c-format
msgid ""
" -w, --wide Format output for more than 80 columns\n"
msgstr ""
-#: objdump.c:386
+#: objdump.c:387
#, c-format
msgid ""
" -U[d|l|i|x|e|h] Controls the display of UTF-8 unicode "
@@ -6465,169 +6459,169 @@ msgid ""
" --unicode=[default|locale|invalid|hex|escape|highlight]\n"
msgstr ""
-#: objdump.c:389
+#: objdump.c:390
#, c-format
msgid ""
" -z, --disassemble-zeroes Do not skip blocks of zeroes when "
"disassembling\n"
msgstr ""
-#: objdump.c:391
+#: objdump.c:392
#, c-format
msgid ""
" --start-address=ADDR Only process data whose address is >= ADDR\n"
msgstr ""
-#: objdump.c:393
+#: objdump.c:394
#, c-format
msgid ""
" --stop-address=ADDR Only process data whose address is < ADDR\n"
msgstr ""
-#: objdump.c:395
+#: objdump.c:396
#, c-format
msgid ""
" --no-addresses Do not print address alongside disassembly\n"
msgstr ""
-#: objdump.c:397
+#: objdump.c:398
#, c-format
msgid ""
" --prefix-addresses Print complete address alongside "
"disassembly\n"
msgstr ""
-#: objdump.c:399
+#: objdump.c:400
#, c-format
msgid ""
" --[no-]show-raw-insn Display hex alongside symbolic disassembly\n"
msgstr ""
-#: objdump.c:401
+#: objdump.c:402
#, c-format
msgid ""
" --insn-width=WIDTH Display WIDTH bytes on a single line for -"
"d\n"
msgstr ""
-#: objdump.c:403
+#: objdump.c:404
#, c-format
msgid ""
" --adjust-vma=OFFSET Add OFFSET to all displayed section "
"addresses\n"
msgstr ""
-#: objdump.c:405
+#: objdump.c:406
#, c-format
msgid ""
" --show-all-symbols When disassembling, display all symbols at "
"a given address\n"
msgstr ""
-#: objdump.c:407
+#: objdump.c:408
#, c-format
msgid ""
" --special-syms Include special symbols in symbol dumps\n"
msgstr ""
-#: objdump.c:409
+#: objdump.c:410
#, c-format
msgid ""
" --inlines Print all inlines for source line (with -"
"l)\n"
msgstr ""
-#: objdump.c:411
+#: objdump.c:412
#, c-format
msgid " --prefix=PREFIX Add PREFIX to absolute paths for -S\n"
msgstr ""
-#: objdump.c:413
+#: objdump.c:414
#, c-format
msgid " --prefix-strip=LEVEL Strip initial directory names for -S\n"
msgstr ""
-#: objdump.c:415
+#: objdump.c:416
#, c-format
msgid ""
" --dwarf-depth=N Do not display DIEs at depth N or greater\n"
msgstr ""
-#: objdump.c:417
+#: objdump.c:418
#, c-format
msgid " --dwarf-start=N Display DIEs starting at offset N\n"
msgstr ""
-#: objdump.c:419
+#: objdump.c:420
#, c-format
msgid ""
" --dwarf-check Make additional dwarf consistency checks.\n"
msgstr ""
-#: objdump.c:422
+#: objdump.c:423
#, c-format
msgid ""
" --ctf-parent=NAME Use CTF archive member NAME as the CTF "
"parent\n"
msgstr ""
-#: objdump.c:425
+#: objdump.c:426
#, c-format
msgid ""
" --visualize-jumps Visualize jumps by drawing ASCII art lines\n"
msgstr ""
-#: objdump.c:427
+#: objdump.c:428
#, c-format
msgid " --visualize-jumps=color Use colors in the ASCII art\n"
msgstr ""
-#: objdump.c:429
+#: objdump.c:430
#, c-format
msgid ""
" --visualize-jumps=extended-color\n"
" Use extended 8-bit color codes\n"
msgstr ""
-#: objdump.c:432
+#: objdump.c:433
#, c-format
msgid " --visualize-jumps=off Disable jump visualization\n"
msgstr ""
-#: objdump.c:435
+#: objdump.c:436
#, c-format
msgid ""
" --disassembler-color=off Disable disassembler color output.\n"
msgstr ""
-#: objdump.c:437
+#: objdump.c:438
#, c-format
msgid ""
" --disassembler-color=terminal Enable disassembler color output if "
"displaying on a terminal. (default)\n"
msgstr ""
-#: objdump.c:440
+#: objdump.c:441
#, c-format
msgid ""
" --disassembler-color=off Disable disassembler color output. "
"(default)\n"
msgstr ""
-#: objdump.c:442
+#: objdump.c:443
#, c-format
msgid ""
" --disassembler-color=terminal Enable disassembler color output if "
"displaying on a terminal.\n"
msgstr ""
-#: objdump.c:445
+#: objdump.c:446
#, c-format
msgid ""
" --disassembler-color=on Enable disassembler color output.\n"
msgstr ""
-#: objdump.c:447
+#: objdump.c:448
#, c-format
msgid ""
" --disassembler-color=extended Use 8-bit colors in disassembler "
@@ -6635,306 +6629,306 @@ msgid ""
"\n"
msgstr ""
-#: objdump.c:458
+#: objdump.c:459
#, c-format
msgid ""
"\n"
"Options supported for -P/--private switch:\n"
msgstr ""
-#: objdump.c:831
+#: objdump.c:832
#, c-format
msgid "section '%s' mentioned in a -j option, but not found in any input file"
msgstr ""
-#: objdump.c:989
+#: objdump.c:990
#, c-format
msgid "Sections:\n"
msgstr ""
-#: objdump.c:995
+#: objdump.c:996
#, c-format
msgid "Idx %-*s Size %-*s%-*sFile off Algn"
msgstr ""
-#: objdump.c:1001
+#: objdump.c:1002
#, c-format
msgid " Flags"
msgstr ""
-#: objdump.c:1018
+#: objdump.c:1019
#, c-format
msgid "failed to read symbol table from: %s"
msgstr ""
-#: objdump.c:1020 objdump.c:5517 objdump.c:5569
+#: objdump.c:1021 objdump.c:5514 objdump.c:5566
msgid "error message was"
msgstr ""
-#: objdump.c:1049
+#: objdump.c:1050
#, c-format
msgid "%s: not a dynamic object"
msgstr ""
-#: objdump.c:1654 objdump.c:1719
+#: objdump.c:1655 objdump.c:1720
#, c-format
msgid " (File Offset: 0x%lx)"
msgstr ""
-#: objdump.c:2141
+#: objdump.c:2142
#, c-format
msgid "source file %s is more recent than object file\n"
msgstr ""
-#: objdump.c:2510
+#: objdump.c:2511
msgid "disassembly color not correctly selected"
msgstr ""
-#: objdump.c:3384
+#: objdump.c:3385
#, c-format
msgid "\t... (skipping %lu zeroes, resuming at file offset: 0x%lx)\n"
msgstr ""
-#: objdump.c:3523
+#: objdump.c:3524
#, c-format
msgid "disassemble_fn returned length %d"
msgstr ""
-#: objdump.c:3860 objdump.c:5134
+#: objdump.c:3861 objdump.c:5131
#, c-format
msgid "Reading section %s failed because: %s"
msgstr ""
-#: objdump.c:3876
+#: objdump.c:3877
#, c-format
msgid ""
"\n"
"Disassembly of section %s:\n"
msgstr ""
-#: objdump.c:4187
+#: objdump.c:4188
#, c-format
msgid "can't use supplied machine %s"
msgstr ""
-#: objdump.c:4210
+#: objdump.c:4211
#, c-format
msgid "can't disassemble for architecture %s\n"
msgstr ""
-#: objdump.c:4303
+#: objdump.c:4304
#, c-format
msgid ""
"\n"
"Section '%s' has an invalid size: %#<PRIx64>.\n"
msgstr ""
-#: objdump.c:4352
+#: objdump.c:4353
#, c-format
msgid ""
"\n"
"Can't get contents for section '%s'.\n"
msgstr ""
-#: objdump.c:4515
+#: objdump.c:4516
#, c-format
msgid "File %s does not contain any dwarf debug information\n"
msgstr ""
-#: objdump.c:4551
+#: objdump.c:4552
#, c-format
msgid ""
"No %s section present\n"
"\n"
msgstr ""
-#: objdump.c:4560
+#: objdump.c:4561
#, c-format
msgid "reading %s section of %s failed: %s"
msgstr ""
-#: objdump.c:4598
+#: objdump.c:4599
#, c-format
msgid ""
"Contents of %s section:\n"
"\n"
msgstr ""
-#: objdump.c:4740
+#: objdump.c:4741
#, c-format
msgid "architecture: %s, "
msgstr ""
-#: objdump.c:4743
+#: objdump.c:4744
#, c-format
msgid "flags 0x%08x:\n"
msgstr ""
-#: objdump.c:4756
+#: objdump.c:4757
#, c-format
msgid ""
"\n"
"start address 0x"
msgstr ""
-#: objdump.c:4806 readelf.c:16892
+#: objdump.c:4803 readelf.c:16929
#, c-format
msgid "%s: %s"
msgstr ""
-#: objdump.c:4806 readelf.c:16892
+#: objdump.c:4803 readelf.c:16929
msgid "warning"
msgstr ""
-#: objdump.c:4806 readelf.c:16892
+#: objdump.c:4803 readelf.c:16929
msgid "error"
msgstr ""
-#: objdump.c:4812 readelf.c:16897
+#: objdump.c:4809 readelf.c:16934
#, c-format
msgid "CTF error: cannot get CTF errors: `%s'"
msgstr ""
-#: objdump.c:4836 readelf.c:16919
+#: objdump.c:4833 readelf.c:16956
#, c-format
msgid ""
"\n"
"CTF archive member: %s:\n"
msgstr ""
-#: objdump.c:4856
+#: objdump.c:4853
#, c-format
msgid "Iteration failed: %s, %s"
msgstr ""
-#: objdump.c:4902 objdump.c:4922 objdump.c:4935
+#: objdump.c:4899 objdump.c:4919 objdump.c:4932
#, c-format
msgid "CTF open failure: %s"
msgstr ""
-#: objdump.c:4943
+#: objdump.c:4940
#, c-format
msgid "Contents of CTF section %s:\n"
msgstr ""
-#: objdump.c:4950
+#: objdump.c:4947
#, c-format
msgid "CTF archive member open failure: %s"
msgstr ""
-#: objdump.c:5001 readelf.c:17093
+#: objdump.c:4998 readelf.c:17130
#, c-format
msgid "Contents of the SFrame section %s:"
msgstr ""
-#: objdump.c:5015
+#: objdump.c:5012
#, c-format
msgid "warning: private headers incomplete: %s"
msgstr ""
-#: objdump.c:5033
+#: objdump.c:5030
msgid "option -P/--private not supported by this file"
msgstr ""
-#: objdump.c:5057
+#: objdump.c:5054
#, c-format
msgid "target specific dump '%s' not supported"
msgstr ""
-#: objdump.c:5123
+#: objdump.c:5120
#, c-format
msgid "Contents of section %s:"
msgstr ""
-#: objdump.c:5125
+#: objdump.c:5122
#, c-format
msgid " (Starting at file offset: 0x%lx)"
msgstr ""
-#: objdump.c:5130 readelf.c:16596
+#: objdump.c:5127 readelf.c:16627
#, c-format
msgid ""
" NOTE: This section is compressed, but its contents have NOT been expanded "
"for this dump.\n"
msgstr ""
-#: objdump.c:5238
+#: objdump.c:5235
#, c-format
msgid "no symbols\n"
msgstr ""
-#: objdump.c:5245
+#: objdump.c:5242
#, c-format
msgid "no information for symbol number %ld\n"
msgstr ""
-#: objdump.c:5248
+#: objdump.c:5245
#, c-format
msgid "could not determine the type of symbol number %ld\n"
msgstr ""
-#: objdump.c:5515 objdump.c:5567
+#: objdump.c:5512 objdump.c:5564
#, c-format
msgid "failed to read relocs in: %s"
msgstr ""
-#: objdump.c:5698
+#: objdump.c:5695
#, c-format
msgid ""
"\n"
"%s: file format %s\n"
msgstr ""
-#: objdump.c:5809
+#: objdump.c:5808
#, c-format
msgid "%s: printing debugging information failed"
msgstr ""
-#: objdump.c:5899
+#: objdump.c:5895
#, c-format
msgid "In archive %s:\n"
msgstr ""
#. Prevent corrupted files from spinning us into an
#. infinite loop. 100 is an arbitrary heuristic.
-#: objdump.c:5904
+#: objdump.c:5900
msgid "Archive nesting is too deep"
msgstr ""
-#: objdump.c:5909
+#: objdump.c:5905
#, c-format
msgid "In nested archive %s:\n"
msgstr ""
-#: objdump.c:6073
+#: objdump.c:6055
msgid "error: the start address should be before the end address"
msgstr ""
-#: objdump.c:6078
+#: objdump.c:6060
msgid "error: the stop address should be after the start address"
msgstr ""
-#: objdump.c:6090
+#: objdump.c:6072
msgid "error: prefix strip must be non-negative"
msgstr ""
-#: objdump.c:6095
-msgid "error: instruction width must be positive"
+#: objdump.c:6077
+msgid "error: instruction width must be in the range 1 to "
msgstr ""
-#: objdump.c:6117
+#: objdump.c:6100
msgid "unrecognized argument to --visualize-option"
msgstr ""
-#: objdump.c:6137
+#: objdump.c:6120
msgid "unrecognized argument to --disassembler-color"
msgstr ""
-#: objdump.c:6148
+#: objdump.c:6131
msgid "unrecognized -E option"
msgstr ""
-#: objdump.c:6159
+#: objdump.c:6142
#, c-format
msgid "unrecognized --endian type `%s'"
msgstr ""
@@ -7213,477 +7207,477 @@ msgid ""
" sections Display the section headers\n"
msgstr ""
-#: od-pe.c:257
+#: od-pe.c:268
#, c-format
msgid "unknown: 0x%x"
msgstr ""
-#: od-pe.c:273
+#: od-pe.c:284
#, c-format
msgid ""
"\n"
" File header not present\n"
msgstr ""
-#: od-pe.c:276
+#: od-pe.c:287
#, c-format
msgid ""
"\n"
" File Header (at offset 0):\n"
msgstr ""
-#: od-pe.c:282
+#: od-pe.c:293
#, c-format
msgid "Bytes on Last Page:\t\t%d\n"
msgstr ""
-#: od-pe.c:285
+#: od-pe.c:296
#, c-format
msgid "Pages In File:\t\t\t%d\n"
msgstr ""
-#: od-pe.c:288
+#: od-pe.c:299
#, c-format
msgid "Relocations:\t\t\t%d\n"
msgstr ""
-#: od-pe.c:291
+#: od-pe.c:302
#, c-format
msgid "Size of header in paragraphs:\t%d\n"
msgstr ""
-#: od-pe.c:294
+#: od-pe.c:305
#, c-format
msgid "Min extra paragraphs needed:\t%d\n"
msgstr ""
-#: od-pe.c:297
+#: od-pe.c:308
#, c-format
msgid "Max extra paragraphs needed:\t%d\n"
msgstr ""
-#: od-pe.c:300
+#: od-pe.c:311
#, c-format
msgid "Initial (relative) SS value:\t%d\n"
msgstr ""
-#: od-pe.c:303
+#: od-pe.c:314
#, c-format
msgid "Initial SP value:\t\t%d\n"
msgstr ""
-#: od-pe.c:306
+#: od-pe.c:317
#, c-format
msgid "Checksum:\t\t\t%#x\n"
msgstr ""
-#: od-pe.c:309
+#: od-pe.c:320
#, c-format
msgid "Initial IP value:\t\t%d\n"
msgstr ""
-#: od-pe.c:312
+#: od-pe.c:323
#, c-format
msgid "Initial (relative) CS value:\t%d\n"
msgstr ""
-#: od-pe.c:315
+#: od-pe.c:326
#, c-format
msgid "File address of reloc table:\t%d\n"
msgstr ""
-#: od-pe.c:318
+#: od-pe.c:329
#, c-format
msgid "Overlay number:\t\t\t%d\n"
msgstr ""
-#: od-pe.c:321
+#: od-pe.c:332
#, c-format
msgid "OEM identifier:\t\t\t%d\n"
msgstr ""
-#: od-pe.c:324
+#: od-pe.c:335
#, c-format
msgid "OEM information:\t\t%#x\n"
msgstr ""
-#: od-pe.c:327
+#: od-pe.c:338
#, c-format
msgid "File address of new exe header:\t%#lx\n"
msgstr ""
-#: od-pe.c:358
+#: od-pe.c:369
#, c-format
msgid "Stub message:\t\t\t"
msgstr ""
-#: od-pe.c:372
+#: od-pe.c:383
#, c-format
msgid ""
"\n"
" Image Header (at offset %#lx):\n"
msgstr ""
-#: od-pe.c:380
+#: od-pe.c:391
#, c-format
msgid "Machine Number:\t\t\t%#x\t\t- %s\n"
msgstr ""
-#: od-pe.c:383
+#: od-pe.c:394
#, c-format
msgid "Number of sections:\t\t\\%d\n"
msgstr ""
-#: od-pe.c:386
+#: od-pe.c:397
#, c-format
msgid "Time/Date:\t\t\t%#08lx\t- "
msgstr ""
-#: od-pe.c:388 od-xcoff.c:422 readelf.c:21680
+#: od-pe.c:399 od-xcoff.c:422 readelf.c:21727
#, c-format
msgid "not set\n"
msgstr ""
-#: od-pe.c:396
+#: od-pe.c:407
#, c-format
msgid "Symbol table offset:\t\t%#08lx\n"
msgstr ""
-#: od-pe.c:398
+#: od-pe.c:409
#, c-format
msgid "Number of symbols:\t\t\\%ld\n"
msgstr ""
-#: od-pe.c:402
+#: od-pe.c:413
#, c-format
msgid "Optional header size:\t\t%#x\n"
msgstr ""
-#: od-pe.c:405
+#: od-pe.c:416
#, c-format
msgid "Flags:\t\t\t\t0x%04x\t\t- "
msgstr ""
-#: od-pe.c:413
+#: od-pe.c:424
#, c-format
msgid ""
"\n"
" Optional 64-bit AOUT Header (at offset %#lx):\n"
msgstr ""
-#: od-pe.c:420
+#: od-pe.c:431
#, c-format
msgid "error: unable to read AOUT and PE+ headers\n"
msgstr ""
-#: od-pe.c:424 od-pe.c:509
+#: od-pe.c:435 od-pe.c:537
#, c-format
msgid "Magic:\t\t\t\t%x\t\t- %s\n"
msgstr ""
-#: od-pe.c:425 od-pe.c:510 readelf.c:19539 readelf.c:19608
+#: od-pe.c:436 od-pe.c:538 readelf.c:19576 readelf.c:19645
msgid "Unknown"
msgstr ""
-#: od-pe.c:427 od-pe.c:512
+#: od-pe.c:438 od-pe.c:540
#, c-format
-msgid "Version:\t\t\t%x\n"
+msgid "Linker Version:\t\t\t%x\t\t- %u.%02u\n"
msgstr ""
-#: od-pe.c:430 od-pe.c:515
+#: od-pe.c:443 od-pe.c:545
#, c-format
msgid "Text Size:\t\t\t%#lx\n"
msgstr ""
-#: od-pe.c:432 od-pe.c:517
+#: od-pe.c:445 od-pe.c:547
#, c-format
msgid "Data Size:\t\t\t%#lx\n"
msgstr ""
-#: od-pe.c:434 od-pe.c:519
+#: od-pe.c:447 od-pe.c:549
#, c-format
msgid "BSS Size:\t\t\t%#lx\n"
msgstr ""
-#: od-pe.c:436 od-pe.c:521
+#: od-pe.c:449 od-pe.c:551
#, c-format
msgid "Entry Point:\t\t\t%#lx\n"
msgstr ""
-#: od-pe.c:438 od-pe.c:523
+#: od-pe.c:451 od-pe.c:553
#, c-format
msgid "Text Start:\t\t\t%#lx\n"
msgstr ""
#. There is no data_start field in the PE+ standard header.
-#: od-pe.c:442
+#: od-pe.c:455
#, c-format
msgid ""
"\n"
" Optional PE+ Header (at offset %#lx):\n"
msgstr ""
-#: od-pe.c:445 od-pe.c:541
+#: od-pe.c:458 od-pe.c:571
#, c-format
msgid "Image Base:\t\t\t%#lx\n"
msgstr ""
-#: od-pe.c:447 od-pe.c:543
+#: od-pe.c:460 od-pe.c:573
#, c-format
msgid "Section Alignment:\t\t%#lx\n"
msgstr ""
-#: od-pe.c:449 od-pe.c:545
+#: od-pe.c:462 od-pe.c:575
#, c-format
msgid "File Alignment:\t\t\t%#lx\n"
msgstr ""
-#: od-pe.c:451 od-pe.c:547
+#: od-pe.c:465 od-pe.c:578
#, c-format
-msgid "Major OS Version:\t\t%d\n"
+msgid "Image Version:\t\t\t%lx\t\t- %u.%02u\n"
msgstr ""
-#: od-pe.c:453 od-pe.c:549
+#: od-pe.c:470 od-pe.c:583
#, c-format
-msgid "Minor OS ersion:\t\t%d\n"
+msgid "Minimal Subsystem Version:\t%lx\t\t- %u.%02u\n"
msgstr ""
-#: od-pe.c:455 od-pe.c:551
+#: od-pe.c:475 od-pe.c:588
#, c-format
-msgid "Major Image Version:\t\t%d\n"
+msgid "Minimal OS Version:\t\t%lx\t\t- %u.%02u\n"
msgstr ""
-#: od-pe.c:457 od-pe.c:553
+#: od-pe.c:480 od-pe.c:593
#, c-format
-msgid "Minor Image Version:\t\t%d\n"
+msgid "Overwrite OS Version:\t\t%lx\t\t- "
msgstr ""
-#: od-pe.c:459 od-pe.c:555
+#: od-pe.c:483 od-pe.c:596
#, c-format
-msgid "Major Subsystem Version:\t%d\n"
+msgid "(default)\n"
msgstr ""
-#: od-pe.c:461 od-pe.c:557
+#: od-pe.c:485 od-pe.c:598
#, c-format
-msgid "Minor Subsystem Version:\t%d\n"
+msgid "%u.%02u (build %u, platform %s)\n"
msgstr ""
-#: od-pe.c:463 od-pe.c:559
+#: od-pe.c:491 od-pe.c:604
#, c-format
msgid "Size Of Image:\t\t\t%#lx\n"
msgstr ""
-#: od-pe.c:465 od-pe.c:561
+#: od-pe.c:493 od-pe.c:606
#, c-format
msgid "Size Of Headers:\t\t%#lx\n"
msgstr ""
-#: od-pe.c:467 od-pe.c:563
+#: od-pe.c:495 od-pe.c:608
#, c-format
msgid "CheckSum:\t\t\t%#lx\n"
msgstr ""
-#: od-pe.c:469 od-pe.c:565
+#: od-pe.c:497 od-pe.c:610
#, c-format
msgid "Subsystem:\t\t\t%d\n"
msgstr ""
#. FIXME: Decode the characteristics.
-#: od-pe.c:472 od-pe.c:568
+#: od-pe.c:500 od-pe.c:613
#, c-format
msgid "DllCharacteristics:\t\t%#x\n"
msgstr ""
-#: od-pe.c:474 od-pe.c:570
+#: od-pe.c:502 od-pe.c:615
#, c-format
msgid "Size Of Stack Reserve:\t\t%#lx\n"
msgstr ""
-#: od-pe.c:476 od-pe.c:572
+#: od-pe.c:504 od-pe.c:617
#, c-format
msgid "Size Of Stack Commit:\t\t%#lx\n"
msgstr ""
-#: od-pe.c:478 od-pe.c:574
+#: od-pe.c:506 od-pe.c:619
#, c-format
msgid "Size Of Heap Reserve:\t\t%#lx\n"
msgstr ""
-#: od-pe.c:480 od-pe.c:576
+#: od-pe.c:508 od-pe.c:621
#, c-format
msgid "Size Of Heap Commit:\t\t%#lx\n"
msgstr ""
-#: od-pe.c:482 od-pe.c:578
+#: od-pe.c:510 od-pe.c:623
#, c-format
msgid "Loader Flags:\t\t\t%#lx\n"
msgstr ""
-#: od-pe.c:484 od-pe.c:580
+#: od-pe.c:512 od-pe.c:625
#, c-format
msgid "Number Of Rva and Sizes:\t%#lx\n"
msgstr ""
-#: od-pe.c:500
+#: od-pe.c:528
#, c-format
msgid ""
"\n"
" Optional 32-bit AOUT Header (at offset %#lx, size %d):\n"
msgstr ""
-#: od-pe.c:505
+#: od-pe.c:533
#, c-format
msgid "error: unable to seek to/read AOUT header\n"
msgstr ""
-#: od-pe.c:525
+#: od-pe.c:555
#, c-format
msgid "Data Start:\t\t\t%#lx\n"
msgstr ""
-#: od-pe.c:532
+#: od-pe.c:562
#, c-format
msgid ""
"\n"
" Optional PE Header (at offset %#lx):\n"
msgstr ""
-#: od-pe.c:538
+#: od-pe.c:568
#, c-format
msgid "error: unable to seek to/read PE header\n"
msgstr ""
-#: od-pe.c:588
+#: od-pe.c:633
#, c-format
msgid ""
"\n"
"Unsupported size of Optional Header\n"
msgstr ""
-#: od-pe.c:591
+#: od-pe.c:636
#, c-format
msgid ""
"\n"
" Optional header not present\n"
msgstr ""
-#: od-pe.c:600
+#: od-pe.c:645
#, c-format
msgid "Align: 8192 "
msgstr ""
-#: od-pe.c:602
+#: od-pe.c:647
#, c-format
msgid "Align: 4096 "
msgstr ""
-#: od-pe.c:604
+#: od-pe.c:649
#, c-format
msgid "Align: 2048 "
msgstr ""
-#: od-pe.c:606
+#: od-pe.c:651
#, c-format
msgid "Align: 1024 "
msgstr ""
-#: od-pe.c:608
+#: od-pe.c:653
#, c-format
msgid "Align: 512 "
msgstr ""
-#: od-pe.c:610
+#: od-pe.c:655
#, c-format
msgid "Align: 256 "
msgstr ""
-#: od-pe.c:612
+#: od-pe.c:657
#, c-format
msgid "Align: 128 "
msgstr ""
-#: od-pe.c:614
+#: od-pe.c:659
#, c-format
msgid "Align: 64 "
msgstr ""
-#: od-pe.c:616
+#: od-pe.c:661
#, c-format
msgid "Align: 32 "
msgstr ""
-#: od-pe.c:618
+#: od-pe.c:663
#, c-format
msgid "Align: 16 "
msgstr ""
-#: od-pe.c:620
+#: od-pe.c:665
#, c-format
msgid "Align: 8 "
msgstr ""
-#: od-pe.c:622
+#: od-pe.c:667
#, c-format
msgid "Align: 4 "
msgstr ""
-#: od-pe.c:624
+#: od-pe.c:669
#, c-format
msgid "Align: 2 "
msgstr ""
-#: od-pe.c:626
+#: od-pe.c:671
#, c-format
msgid "Align: 1 "
msgstr ""
-#: od-pe.c:628
+#: od-pe.c:673
#, c-format
msgid "Align: *unknown* "
msgstr ""
-#: od-pe.c:648
+#: od-pe.c:693
#, c-format
msgid ""
"\n"
"Section headers (at offset 0x%08x):\n"
msgstr ""
-#: od-pe.c:652
+#: od-pe.c:697
#, c-format
msgid " No section headers\n"
msgstr ""
-#: od-pe.c:657
+#: od-pe.c:702
msgid "cannot seek to section headers start\n"
msgstr ""
-#: od-pe.c:675 od-xcoff.c:535 od-xcoff.c:547 od-xcoff.c:602
+#: od-pe.c:720 od-xcoff.c:535 od-xcoff.c:547 od-xcoff.c:602
msgid "cannot read section header"
msgstr ""
-#: od-pe.c:692
+#: od-pe.c:737
#, c-format
msgid " %08x "
msgstr ""
-#: od-pe.c:694
+#: od-pe.c:739
#, c-format
msgid ""
"\n"
" Flags: %08x: "
msgstr ""
-#: od-pe.c:734
+#: od-pe.c:779
msgid "cannot seek to/read file header"
msgstr ""
-#: od-pe.c:754
+#: od-pe.c:799
#, c-format
msgid "cannot seek to/read image header at offset %#x"
msgstr ""
-#: od-pe.c:777
+#: od-pe.c:822
msgid "cannot seek to/read image header"
msgstr ""
@@ -8190,396 +8184,396 @@ msgstr ""
msgid "Unable to read in %<PRIu64> bytes of %s\n"
msgstr ""
-#: readelf.c:912
+#: readelf.c:974
msgid "<internal error>"
msgstr ""
-#: readelf.c:914
+#: readelf.c:976
msgid "<none>"
msgstr ""
-#: readelf.c:916
+#: readelf.c:978
msgid "<no-strings>"
msgstr ""
-#: readelf.c:1051
+#: readelf.c:1073
#, c-format
msgid "BAD[0x%lx]"
msgstr ""
-#: readelf.c:1293
+#: readelf.c:1315
msgid "Don't know about relocations on this machine architecture\n"
msgstr ""
-#: readelf.c:1320 readelf.c:1420
+#: readelf.c:1342 readelf.c:1442
msgid "32-bit relocation data"
msgstr ""
-#: readelf.c:1332 readelf.c:1362 readelf.c:1431 readelf.c:1460
+#: readelf.c:1354 readelf.c:1384 readelf.c:1453 readelf.c:1482
msgid "out of memory parsing relocs\n"
msgstr ""
-#: readelf.c:1350 readelf.c:1449
+#: readelf.c:1372 readelf.c:1471
msgid "64-bit relocation data"
msgstr ""
-#: readelf.c:1779 readelf.c:1846
+#: readelf.c:1801 readelf.c:1868
msgid "RELR relocation data"
msgstr ""
-#: readelf.c:1842
+#: readelf.c:1864
msgid "Unexpected entsize for RELR section\n"
msgstr ""
-#: readelf.c:1867
+#: readelf.c:1889
#, c-format
msgid "Index: Entry Address Symbolic Address\n"
msgstr ""
-#: readelf.c:1869
+#: readelf.c:1891
#, c-format
msgid "Index: Entry Address Symbolic Address\n"
msgstr ""
#. We assume that there will never be more than 9999 entries.
-#: readelf.c:1881
+#: readelf.c:1903
#, c-format
msgid "%04u: "
msgstr ""
-#: readelf.c:1903
+#: readelf.c:1925
msgid "Unusual RELR bitmap - no previous entry to set the base address\n"
msgstr ""
-#: readelf.c:1917
+#: readelf.c:1939
#, c-format
msgid ""
"\n"
"%*s "
msgstr ""
-#: readelf.c:1973
+#: readelf.c:1995
#, c-format
msgid ""
" Offset Info Type Sym. Value Symbol's Name + Addend\n"
msgstr ""
-#: readelf.c:1975
+#: readelf.c:1997
#, c-format
msgid " Offset Info Type Sym.Value Sym. Name + Addend\n"
msgstr ""
-#: readelf.c:1980
+#: readelf.c:2002
#, c-format
msgid " Offset Info Type Sym. Value Symbol's Name\n"
msgstr ""
-#: readelf.c:1982
+#: readelf.c:2004
#, c-format
msgid " Offset Info Type Sym.Value Sym. Name\n"
msgstr ""
-#: readelf.c:1990
+#: readelf.c:2012
#, c-format
msgid ""
" Offset Info Type Symbol's Value "
"Symbol's Name + Addend\n"
msgstr ""
-#: readelf.c:1992
+#: readelf.c:2014
#, c-format
msgid ""
" Offset Info Type Sym. Value Sym. Name + "
"Addend\n"
msgstr ""
-#: readelf.c:1997
+#: readelf.c:2019
#, c-format
msgid ""
" Offset Info Type Symbol's Value "
"Symbol's Name\n"
msgstr ""
-#: readelf.c:1999
+#: readelf.c:2021
#, c-format
msgid ""
" Offset Info Type Sym. Value Sym. Name\n"
msgstr ""
-#: readelf.c:2379 readelf.c:2538 readelf.c:2546
+#: readelf.c:2401 readelf.c:2560 readelf.c:2568
#, c-format
msgid "unrecognized: %-7lx"
msgstr ""
-#: readelf.c:2405
+#: readelf.c:2427
#, c-format
msgid "<unknown addend: %<PRIx64>>"
msgstr ""
-#: readelf.c:2414
+#: readelf.c:2436
#, c-format
msgid " bad symbol index: %08lx in reloc\n"
msgstr ""
-#: readelf.c:2484
+#: readelf.c:2506
#, c-format
msgid "<string table index: %3ld>"
msgstr ""
-#: readelf.c:2487
+#: readelf.c:2509
#, c-format
msgid "<corrupt string table index: %3ld>\n"
msgstr ""
-#: readelf.c:3026
+#: readelf.c:3048
#, c-format
msgid "Processor Specific: %lx"
msgstr ""
-#: readelf.c:3053
+#: readelf.c:3075
#, c-format
msgid "Operating System specific: %lx"
msgstr ""
-#: readelf.c:3057 readelf.c:5558
+#: readelf.c:3079 readelf.c:5580
#, c-format
msgid "<unknown>: %lx"
msgstr ""
-#: readelf.c:3157
+#: readelf.c:3179
msgid "NONE (None)"
msgstr ""
-#: readelf.c:3158
+#: readelf.c:3180
msgid "REL (Relocatable file)"
msgstr ""
-#: readelf.c:3159
+#: readelf.c:3181
msgid "EXEC (Executable file)"
msgstr ""
-#: readelf.c:3162
+#: readelf.c:3184
msgid "DYN (Position-Independent Executable file)"
msgstr ""
-#: readelf.c:3164
+#: readelf.c:3186
msgid "DYN (Shared object file)"
msgstr ""
-#: readelf.c:3165
+#: readelf.c:3187
msgid "CORE (Core file)"
msgstr ""
-#: readelf.c:3169
+#: readelf.c:3191
#, c-format
msgid "Processor Specific: (%x)"
msgstr ""
-#: readelf.c:3171
+#: readelf.c:3193
#, c-format
msgid "OS Specific: (%x)"
msgstr ""
-#: readelf.c:3173
+#: readelf.c:3195
#, c-format
msgid "<unknown>: %x"
msgstr ""
#. Please keep this switch table sorted by increasing EM_ value.
#. 0
-#: readelf.c:3187 readelf.c:19537 readelf.c:19548
+#: readelf.c:3209 readelf.c:19574 readelf.c:19585
msgid "None"
msgstr ""
-#: readelf.c:3435
+#: readelf.c:3457
#, c-format
msgid "<unknown>: 0x%x"
msgstr ""
-#: readelf.c:3718
+#: readelf.c:3740
msgid ", <unknown>"
msgstr ""
-#: readelf.c:3885
+#: readelf.c:3907
#, c-format
msgid "Unrecognised IA64 VMS Command Code: %x\n"
msgstr ""
-#: readelf.c:3922
+#: readelf.c:3944
msgid "unknown mac"
msgstr ""
-#: readelf.c:4006
+#: readelf.c:4028
msgid ", <unknown MeP cpu type>"
msgstr ""
-#: readelf.c:4027
+#: readelf.c:4049
msgid "<unknown MeP copro type>"
msgstr ""
-#: readelf.c:4039 readelf.c:4988
+#: readelf.c:4061 readelf.c:5010
#, c-format
msgid ", unknown flags bits: %#x"
msgstr ""
-#: readelf.c:4148
+#: readelf.c:4170
msgid ", unknown CPU"
msgstr ""
-#: readelf.c:4173
+#: readelf.c:4195
msgid ", unknown ABI"
msgstr ""
-#: readelf.c:4222 readelf.c:4669
+#: readelf.c:4244 readelf.c:4691
msgid ", unknown ISA"
msgstr ""
-#: readelf.c:4231
+#: readelf.c:4253
msgid ": architecture variant: "
msgstr ""
-#: readelf.c:4280
+#: readelf.c:4302
msgid ": unknown"
msgstr ""
-#: readelf.c:4285
+#: readelf.c:4307
msgid ": unknown extra flag bits also present"
msgstr ""
-#: readelf.c:4808
+#: readelf.c:4830
msgid ", unknown v850 architecture variant"
msgstr ""
-#: readelf.c:4841
+#: readelf.c:4863
msgid ", unknown"
msgstr ""
-#: readelf.c:4907
+#: readelf.c:4929
#, c-format
msgid ", <unknown AMDGPU GPU type: %#x>"
msgstr ""
-#: readelf.c:4955
+#: readelf.c:4977
#, c-format
msgid ", <unknown xnack value: %#x>"
msgstr ""
-#: readelf.c:4980
+#: readelf.c:5002
#, c-format
msgid ", <unknown sramecc value: %#x>"
msgstr ""
-#: readelf.c:5053
+#: readelf.c:5075
msgid ", relocatable"
msgstr ""
-#: readelf.c:5056
+#: readelf.c:5078
msgid ", relocatable-lib"
msgstr ""
-#: readelf.c:5257
+#: readelf.c:5279
msgid "Standalone App"
msgstr ""
-#: readelf.c:5266
+#: readelf.c:5288
msgid "Bare-metal C6000"
msgstr ""
-#: readelf.c:5276 readelf.c:6709 readelf.c:6725 readelf.c:20977
-#: readelf.c:21077 readelf.c:21124 readelf.c:21161 readelf.c:21222
-#: readelf.c:21249 readelf.c:21271
+#: readelf.c:5298 readelf.c:6732 readelf.c:6748 readelf.c:21014
+#: readelf.c:21114 readelf.c:21161 readelf.c:21198 readelf.c:21259
+#: readelf.c:21290 readelf.c:21312
#, c-format
msgid "<unknown: %x>"
msgstr ""
#. This message is probably going to be displayed in a 15
#. character wide field, so put the hex value first.
-#: readelf.c:6052
+#: readelf.c:6075
#, c-format
msgid "%08x: <unknown>"
msgstr ""
-#: readelf.c:6144
+#: readelf.c:6167
#, c-format
msgid "Usage: readelf <option(s)> elf-file(s)\n"
msgstr ""
-#: readelf.c:6145
+#: readelf.c:6168
#, c-format
msgid " Display information about the contents of ELF format files\n"
msgstr ""
-#: readelf.c:6146
+#: readelf.c:6169
#, c-format
msgid " Options are:\n"
msgstr ""
-#: readelf.c:6147
+#: readelf.c:6170
#, c-format
msgid " -a --all Equivalent to: -h -l -S -s -r -d -V -A -I\n"
msgstr ""
-#: readelf.c:6149
+#: readelf.c:6172
#, c-format
msgid " -h --file-header Display the ELF file header\n"
msgstr ""
-#: readelf.c:6151
+#: readelf.c:6174
#, c-format
msgid " -l --program-headers Display the program headers\n"
msgstr ""
-#: readelf.c:6153
+#: readelf.c:6176
#, c-format
msgid " --segments An alias for --program-headers\n"
msgstr ""
-#: readelf.c:6155
+#: readelf.c:6178
#, c-format
msgid " -S --section-headers Display the sections' header\n"
msgstr ""
-#: readelf.c:6157
+#: readelf.c:6180
#, c-format
msgid " --sections An alias for --section-headers\n"
msgstr ""
-#: readelf.c:6159
+#: readelf.c:6182
#, c-format
msgid " -g --section-groups Display the section groups\n"
msgstr ""
-#: readelf.c:6161
+#: readelf.c:6184
#, c-format
msgid " -t --section-details Display the section details\n"
msgstr ""
-#: readelf.c:6163
+#: readelf.c:6186
#, c-format
msgid " -e --headers Equivalent to: -h -l -S\n"
msgstr ""
-#: readelf.c:6165
+#: readelf.c:6188
#, c-format
msgid " -s --syms Display the symbol table\n"
msgstr ""
-#: readelf.c:6167
+#: readelf.c:6190
#, c-format
msgid " --symbols An alias for --syms\n"
msgstr ""
-#: readelf.c:6169
+#: readelf.c:6192
#, c-format
msgid " --dyn-syms Display the dynamic symbol table\n"
msgstr ""
-#: readelf.c:6171
+#: readelf.c:6194
#, c-format
msgid " --lto-syms Display LTO symbol tables\n"
msgstr ""
-#: readelf.c:6173
+#: readelf.c:6196
#, c-format
msgid ""
" --sym-base=[0|8|10|16] \n"
@@ -8587,29 +8581,29 @@ msgid ""
" mixed (the default), octal, decimal, hexadecimal.\n"
msgstr ""
-#: readelf.c:6177
+#: readelf.c:6200
#, c-format
msgid " -C --demangle[=STYLE] Decode mangled/processed symbol names\n"
msgstr ""
-#: readelf.c:6181
+#: readelf.c:6204
#, c-format
msgid ""
" --no-demangle Do not demangle low-level symbol names. (default)\n"
msgstr ""
-#: readelf.c:6183
+#: readelf.c:6206
#, c-format
msgid ""
" --recurse-limit Enable a demangling recursion limit. (default)\n"
msgstr ""
-#: readelf.c:6185
+#: readelf.c:6208
#, c-format
msgid " --no-recurse-limit Disable a demangling recursion limit\n"
msgstr ""
-#: readelf.c:6187
+#: readelf.c:6210
#, c-format
msgid ""
" -U[dlexhi] --unicode=[default|locale|escape|hex|highlight|invalid]\n"
@@ -8622,71 +8616,71 @@ msgid ""
" \"{hex sequences}\"\n"
msgstr ""
-#: readelf.c:6193
+#: readelf.c:6216
#, c-format
msgid ""
" -X --extra-sym-info Display extra information when showing symbols\n"
msgstr ""
-#: readelf.c:6195
+#: readelf.c:6218
#, c-format
msgid ""
" --no-extra-sym-info Do not display extra information when showing "
"symbols (default)\n"
msgstr ""
-#: readelf.c:6197
+#: readelf.c:6220
#, c-format
msgid ""
" -n --notes Display the contents of note sections (if present)\n"
msgstr ""
-#: readelf.c:6199
+#: readelf.c:6222
#, c-format
msgid " -r --relocs Display the relocations (if present)\n"
msgstr ""
-#: readelf.c:6201
+#: readelf.c:6224
#, c-format
msgid " -u --unwind Display the unwind info (if present)\n"
msgstr ""
-#: readelf.c:6203
+#: readelf.c:6226
#, c-format
msgid " -d --dynamic Display the dynamic section (if present)\n"
msgstr ""
-#: readelf.c:6205
+#: readelf.c:6228
#, c-format
msgid " -V --version-info Display the version sections (if present)\n"
msgstr ""
-#: readelf.c:6207
+#: readelf.c:6230
#, c-format
msgid ""
" -A --arch-specific Display architecture specific information (if any)\n"
msgstr ""
-#: readelf.c:6209
+#: readelf.c:6232
#, c-format
msgid " -c --archive-index Display the symbol/file index in an archive\n"
msgstr ""
-#: readelf.c:6211
+#: readelf.c:6234
#, c-format
msgid ""
" -D --use-dynamic Use the dynamic section info when displaying "
"symbols\n"
msgstr ""
-#: readelf.c:6213
+#: readelf.c:6236
#, c-format
msgid ""
" -L --lint|--enable-checks\n"
" Display warning messages for possible problems\n"
msgstr ""
-#: readelf.c:6216
+#: readelf.c:6239
#, c-format
msgid ""
" -x --hex-dump=<number|name>\n"
@@ -8694,7 +8688,7 @@ msgid ""
"bytes\n"
msgstr ""
-#: readelf.c:6219
+#: readelf.c:6242
#, c-format
msgid ""
" -p --string-dump=<number|name>\n"
@@ -8702,7 +8696,7 @@ msgid ""
"strings\n"
msgstr ""
-#: readelf.c:6222
+#: readelf.c:6245
#, c-format
msgid ""
" -R --relocated-dump=<number|name>\n"
@@ -8710,12 +8704,12 @@ msgid ""
"name>\n"
msgstr ""
-#: readelf.c:6225
+#: readelf.c:6248
#, c-format
msgid " -z --decompress Decompress section before dumping it\n"
msgstr ""
-#: readelf.c:6227
+#: readelf.c:6250
#, c-format
msgid ""
"\n"
@@ -8724,7 +8718,7 @@ msgid ""
"repeated\n"
msgstr ""
-#: readelf.c:6230
+#: readelf.c:6253
#, c-format
msgid ""
" -w --debug-dump[a/=abbrev, A/=addr, r/=aranges, c/=cu_index, L/"
@@ -8739,7 +8733,7 @@ msgid ""
" Display the contents of DWARF debug sections\n"
msgstr ""
-#: readelf.c:6237
+#: readelf.c:6260
#, c-format
msgid ""
" -wk --debug-dump=links Display the contents of sections that link to "
@@ -8747,7 +8741,7 @@ msgid ""
" debuginfo files\n"
msgstr ""
-#: readelf.c:6240
+#: readelf.c:6263
#, c-format
msgid ""
" -P --process-links Display the contents of non-debug sections in "
@@ -8755,7 +8749,7 @@ msgid ""
" debuginfo files. (Implies -wK)\n"
msgstr ""
-#: readelf.c:6244
+#: readelf.c:6267
#, c-format
msgid ""
" -wK --debug-dump=follow-links\n"
@@ -8763,21 +8757,21 @@ msgid ""
"(default)\n"
msgstr ""
-#: readelf.c:6247
+#: readelf.c:6270
#, c-format
msgid ""
" -wN --debug-dump=no-follow-links\n"
" Do not follow links to separate debug info files\n"
msgstr ""
-#: readelf.c:6251
+#: readelf.c:6274
#, c-format
msgid ""
" -wK --debug-dump=follow-links\n"
" Follow links to separate debug info files\n"
msgstr ""
-#: readelf.c:6254
+#: readelf.c:6277
#, c-format
msgid ""
" -wN --debug-dump=no-follow-links\n"
@@ -8785,7 +8779,7 @@ msgid ""
" (default)\n"
msgstr ""
-#: readelf.c:6260
+#: readelf.c:6283
#, c-format
msgid ""
" -wD --debug-dump=use-debuginfod\n"
@@ -8793,7 +8787,7 @@ msgid ""
"(default)\n"
msgstr ""
-#: readelf.c:6263
+#: readelf.c:6286
#, c-format
msgid ""
" -wE --debug-dump=do-not-use-debuginfod\n"
@@ -8801,28 +8795,28 @@ msgid ""
"servers\n"
msgstr ""
-#: readelf.c:6267
+#: readelf.c:6290
#, c-format
msgid " --dwarf-depth=N Do not display DIEs at depth N or greater\n"
msgstr ""
-#: readelf.c:6269
+#: readelf.c:6292
#, c-format
msgid " --dwarf-start=N Display DIEs starting at offset N\n"
msgstr ""
-#: readelf.c:6272
+#: readelf.c:6295
#, c-format
msgid " --ctf=<number|name> Display CTF info from section <number|name>\n"
msgstr ""
-#: readelf.c:6274
+#: readelf.c:6297
#, c-format
msgid ""
" --ctf-parent=<name> Use CTF archive member <name> as the CTF parent\n"
msgstr ""
-#: readelf.c:6276
+#: readelf.c:6299
#, c-format
msgid ""
" --ctf-symbols=<number|name>\n"
@@ -8830,7 +8824,7 @@ msgid ""
"symtab\n"
msgstr ""
-#: readelf.c:6279
+#: readelf.c:6302
#, c-format
msgid ""
" --ctf-strings=<number|name>\n"
@@ -8838,651 +8832,651 @@ msgid ""
"strtab\n"
msgstr ""
-#: readelf.c:6283
+#: readelf.c:6306
#, c-format
msgid ""
" --sframe[=NAME] Display SFrame info from section NAME, (default '."
"sframe')\n"
msgstr ""
-#: readelf.c:6287
+#: readelf.c:6310
#, c-format
msgid ""
" -i --instruction-dump=<number|name>\n"
" Disassemble the contents of section <number|name>\n"
msgstr ""
-#: readelf.c:6291
+#: readelf.c:6314
#, c-format
msgid " -I --histogram Display histogram of bucket list lengths\n"
msgstr ""
-#: readelf.c:6293
+#: readelf.c:6316
#, c-format
msgid " -W --wide Allow output width to exceed 80 characters\n"
msgstr ""
-#: readelf.c:6295
+#: readelf.c:6318
#, c-format
msgid ""
" -T --silent-truncation If a symbol name is truncated, do not add [...] "
"suffix\n"
msgstr ""
-#: readelf.c:6297
+#: readelf.c:6320
#, c-format
msgid " @<file> Read options from <file>\n"
msgstr ""
-#: readelf.c:6299
+#: readelf.c:6322
#, c-format
msgid " -H --help Display this information\n"
msgstr ""
-#: readelf.c:6301
+#: readelf.c:6324
#, c-format
msgid " -v --version Display the version number of readelf\n"
msgstr ""
-#: readelf.c:6327 readelf.c:6358 readelf.c:6362
+#: readelf.c:6350 readelf.c:6381 readelf.c:6385
msgid "Out of memory allocating dump request table.\n"
msgstr ""
-#: readelf.c:6632
+#: readelf.c:6655
msgid "Missing arg to -U/--unicode"
msgstr ""
-#: readelf.c:6671
+#: readelf.c:6694
#, c-format
msgid "Invalid option '-%c'\n"
msgstr ""
-#: readelf.c:6705 readelf.c:6721 readelf.c:13104
+#: readelf.c:6728 readelf.c:6744 readelf.c:13134
msgid "none"
msgstr ""
-#: readelf.c:6722
+#: readelf.c:6745
msgid "2's complement, little endian"
msgstr ""
-#: readelf.c:6723
+#: readelf.c:6746
msgid "2's complement, big endian"
msgstr ""
-#: readelf.c:6756
+#: readelf.c:6779
msgid "This is a LLVM bitcode file - try using llvm-bcanalyzer\n"
msgstr ""
-#: readelf.c:6757
+#: readelf.c:6780
msgid ""
"This is a LLVM bitcode file - try extracting and then using llvm-bcanalyzer\n"
msgstr ""
-#: readelf.c:6760
+#: readelf.c:6783
msgid ""
"This is a GO binary file - try using 'go tool objdump' or 'go tool nm'\n"
msgstr ""
-#: readelf.c:6784
+#: readelf.c:6807
msgid "Not an ELF file - it has the wrong magic bytes at the start\n"
msgstr ""
-#: readelf.c:6806
+#: readelf.c:6829
#, c-format
msgid "ELF Header in linked file '%s':\n"
msgstr ""
-#: readelf.c:6808
+#: readelf.c:6832
#, c-format
msgid "ELF Header:\n"
msgstr ""
-#: readelf.c:6809
+#: readelf.c:6833
#, c-format
msgid " Magic: "
msgstr ""
-#: readelf.c:6813
+#: readelf.c:6837
#, c-format
msgid " Class: %s\n"
msgstr ""
-#: readelf.c:6815
+#: readelf.c:6839
#, c-format
msgid " Data: %s\n"
msgstr ""
-#: readelf.c:6817
+#: readelf.c:6841
#, c-format
msgid " Version: %d%s\n"
msgstr ""
-#: readelf.c:6820
+#: readelf.c:6844
msgid " (current)"
msgstr ""
-#: readelf.c:6822
+#: readelf.c:6846
msgid " <unknown>"
msgstr ""
-#: readelf.c:6824
+#: readelf.c:6848
#, c-format
msgid " OS/ABI: %s\n"
msgstr ""
-#: readelf.c:6826
+#: readelf.c:6850
#, c-format
msgid " ABI Version: %d\n"
msgstr ""
-#: readelf.c:6828
+#: readelf.c:6852
#, c-format
msgid " Type: %s\n"
msgstr ""
-#: readelf.c:6830
+#: readelf.c:6854
#, c-format
msgid " Machine: %s\n"
msgstr ""
-#: readelf.c:6832
+#: readelf.c:6856
#, c-format
msgid " Version: 0x%lx\n"
msgstr ""
-#: readelf.c:6835
+#: readelf.c:6859
#, c-format
msgid " Entry point address: "
msgstr ""
-#: readelf.c:6837
+#: readelf.c:6861
#, c-format
msgid ""
"\n"
" Start of program headers: "
msgstr ""
-#: readelf.c:6839
+#: readelf.c:6863
#, c-format
msgid ""
" (bytes into file)\n"
" Start of section headers: "
msgstr ""
-#: readelf.c:6841
+#: readelf.c:6865
#, c-format
msgid " (bytes into file)\n"
msgstr ""
-#: readelf.c:6843
+#: readelf.c:6867
#, c-format
msgid " Flags: 0x%lx%s\n"
msgstr ""
-#: readelf.c:6846
+#: readelf.c:6870
#, c-format
msgid " Size of this header: %u (bytes)\n"
msgstr ""
-#: readelf.c:6848
+#: readelf.c:6872
#, c-format
msgid " Size of program headers: %u (bytes)\n"
msgstr ""
-#: readelf.c:6850
+#: readelf.c:6874
#, c-format
msgid " Number of program headers: %u"
msgstr ""
-#: readelf.c:6857
+#: readelf.c:6881
#, c-format
msgid " Size of section headers: %u (bytes)\n"
msgstr ""
-#: readelf.c:6859
+#: readelf.c:6883
#, c-format
msgid " Number of section headers: %u"
msgstr ""
-#: readelf.c:6867
+#: readelf.c:6891
#, c-format
msgid " Section header string table index: %u"
msgstr ""
-#: readelf.c:6879
+#: readelf.c:6903
#, c-format
msgid " <corrupt: out of range>"
msgstr ""
-#: readelf.c:6923 readelf.c:6970
+#: readelf.c:6947 readelf.c:6994
msgid ""
"The e_phentsize field in the ELF header is less than the size of an ELF "
"program header\n"
msgstr ""
-#: readelf.c:6927 readelf.c:6974
+#: readelf.c:6951 readelf.c:6998
msgid ""
"The e_phentsize field in the ELF header is larger than the size of an ELF "
"program header\n"
msgstr ""
-#: readelf.c:6930 readelf.c:6977
+#: readelf.c:6954 readelf.c:7001
msgid "program headers"
msgstr ""
-#: readelf.c:7016
+#: readelf.c:7040
#, c-format
msgid "Too many program headers - %#x - the file is not that big\n"
msgstr ""
-#: readelf.c:7025
+#: readelf.c:7049
#, c-format
msgid "Out of memory reading %u program headers\n"
msgstr ""
-#: readelf.c:7055
+#: readelf.c:7079
msgid ""
"possibly corrupt ELF header - it has a non-zero program header offset, but "
"no program headers\n"
msgstr ""
-#: readelf.c:7060
+#: readelf.c:7084
#, c-format
msgid ""
"\n"
"There are no program headers in linked file '%s'.\n"
msgstr ""
-#: readelf.c:7063
+#: readelf.c:7087
#, c-format
msgid ""
"\n"
"There are no program headers in this file.\n"
msgstr ""
-#: readelf.c:7074
+#: readelf.c:7099
#, c-format
msgid ""
"\n"
"Elf file type is %s\n"
msgstr ""
-#: readelf.c:7075
+#: readelf.c:7100
#, c-format
msgid "Entry point 0x%<PRIx64>\n"
msgstr ""
-#: readelf.c:7077
+#: readelf.c:7102
#, c-format
msgid "There is %d program header, starting at offset %<PRIu64>\n"
msgid_plural "There are %d program headers, starting at offset %<PRIu64>\n"
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:7092 readelf.c:7094
+#: readelf.c:7117 readelf.c:7119
#, c-format
msgid ""
"\n"
"Program Headers:\n"
msgstr ""
-#: readelf.c:7098
+#: readelf.c:7123
#, c-format
msgid ""
" Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align\n"
msgstr ""
-#: readelf.c:7101
+#: readelf.c:7126
#, c-format
msgid ""
" Type Offset VirtAddr PhysAddr FileSiz "
"MemSiz Flg Align\n"
msgstr ""
-#: readelf.c:7105
+#: readelf.c:7130
#, c-format
msgid " Type Offset VirtAddr PhysAddr\n"
msgstr ""
-#: readelf.c:7107
+#: readelf.c:7132
#, c-format
msgid " FileSiz MemSiz Flags Align\n"
msgstr ""
-#: readelf.c:7205
+#: readelf.c:7230
msgid "LOAD segments must be sorted in order of increasing VirtAddr\n"
msgstr ""
-#: readelf.c:7208
+#: readelf.c:7233
msgid "the segment's file size is larger than its memory size\n"
msgstr ""
-#: readelf.c:7215
+#: readelf.c:7240
msgid "the PHDR segment must occur before any LOAD segment\n"
msgstr ""
-#: readelf.c:7233
+#: readelf.c:7258
msgid "the PHDR segment is not covered by a LOAD segment\n"
msgstr ""
-#: readelf.c:7239
+#: readelf.c:7264
msgid "more than one dynamic segment\n"
msgstr ""
-#: readelf.c:7258
+#: readelf.c:7283
msgid "no .dynamic section in the dynamic segment\n"
msgstr ""
-#: readelf.c:7277
+#: readelf.c:7302
msgid "the .dynamic section is not the same as the dynamic segment\n"
msgstr ""
-#: readelf.c:7288
+#: readelf.c:7313
msgid "the dynamic segment offset + size exceeds the size of the file\n"
msgstr ""
-#: readelf.c:7301
+#: readelf.c:7326
msgid "Unable to find program interpreter name\n"
msgstr ""
-#: readelf.c:7312
+#: readelf.c:7337
#, c-format
msgid " [Requesting program interpreter: %s]\n"
msgstr ""
-#: readelf.c:7323
+#: readelf.c:7348
#, c-format
msgid ""
"\n"
" Section to Segment mapping:\n"
msgstr ""
-#: readelf.c:7324
+#: readelf.c:7349
#, c-format
msgid " Segment Sections...\n"
msgstr ""
-#: readelf.c:7366 readelf.c:12389
+#: readelf.c:7391 readelf.c:12419
msgid "Cannot interpret virtual addresses without program headers.\n"
msgstr ""
-#: readelf.c:7382
+#: readelf.c:7407
#, c-format
msgid "Virtual address %#<PRIx64> not located in any PT_LOAD segment.\n"
msgstr ""
-#: readelf.c:7414 readelf.c:7484
+#: readelf.c:7439 readelf.c:7509
msgid ""
"The e_shentsize field in the ELF header is less than the size of an ELF "
"section header\n"
msgstr ""
-#: readelf.c:7418 readelf.c:7489
+#: readelf.c:7443 readelf.c:7514
msgid ""
"The e_shentsize field in the ELF header is larger than the size of an ELF "
"section header\n"
msgstr ""
-#: readelf.c:7422 readelf.c:7494
+#: readelf.c:7447 readelf.c:7519
msgid "section headers"
msgstr ""
-#: readelf.c:7431 readelf.c:7503
+#: readelf.c:7456 readelf.c:7528
#, c-format
msgid "Out of memory reading %u section headers\n"
msgstr ""
-#: readelf.c:7451 readelf.c:7523
+#: readelf.c:7476 readelf.c:7548
#, c-format
msgid "Section %u has an out of range sh_link value of %u\n"
msgstr ""
-#: readelf.c:7453 readelf.c:7525
+#: readelf.c:7478 readelf.c:7550
#, c-format
msgid "Section %u has an out of range sh_info value of %u\n"
msgstr ""
-#: readelf.c:7567 readelf.c:7684
+#: readelf.c:7592 readelf.c:7709
#, c-format
msgid "Section %s has an invalid sh_entsize of %#<PRIx64>\n"
msgstr ""
-#: readelf.c:7575 readelf.c:7692 readelf.c:14411
+#: readelf.c:7600 readelf.c:7717 readelf.c:14441
#, c-format
msgid "Section %s has an invalid sh_size of %#<PRIx64>\n"
msgstr ""
-#: readelf.c:7585 readelf.c:7702
+#: readelf.c:7610 readelf.c:7727
#, c-format
msgid ""
"Size (%#<PRIx64>) of section %s is not a multiple of its sh_entsize (%"
"#<PRIx64>)\n"
msgstr ""
-#: readelf.c:7594 readelf.c:7711 readelf.c:16989
+#: readelf.c:7619 readelf.c:7736 readelf.c:17026
msgid "symbols"
msgstr ""
-#: readelf.c:7606 readelf.c:7723
+#: readelf.c:7631 readelf.c:7748
msgid ""
"Multiple symbol table index sections associated with the same symbol "
"section\n"
msgstr ""
-#: readelf.c:7613 readelf.c:7730
+#: readelf.c:7638 readelf.c:7755
msgid "symbol table section indices"
msgstr ""
-#: readelf.c:7620 readelf.c:7737
+#: readelf.c:7645 readelf.c:7762
#, c-format
msgid "Index section %s has an sh_size of %#<PRIx64> - expected %#<PRIx64>\n"
msgstr ""
-#: readelf.c:7632 readelf.c:7749
+#: readelf.c:7657 readelf.c:7774
#, c-format
msgid "Out of memory reading %<PRIu64> symbols\n"
msgstr ""
-#: readelf.c:7952 readelf.c:8048 readelf.c:8065 readelf.c:8082
+#: readelf.c:7977 readelf.c:8073 readelf.c:8090 readelf.c:8107
msgid "Internal error: not enough buffer room for section flag info"
msgstr ""
-#: readelf.c:8090
+#: readelf.c:8115
#, c-format
msgid "UNKNOWN (%*.*lx)"
msgstr ""
-#: readelf.c:8109 readelf.c:8124
+#: readelf.c:8134 readelf.c:8149
msgid "Compressed section is too small even for a compression header\n"
msgstr ""
-#: readelf.c:8146
+#: readelf.c:8171
msgid ""
"possibly corrupt ELF file header - it has a non-zero section header offset, "
"but no section headers\n"
msgstr ""
-#: readelf.c:8151
+#: readelf.c:8176
#, c-format
msgid ""
"\n"
"There are no sections in this file.\n"
msgstr ""
-#: readelf.c:8159 readelf.c:23054
+#: readelf.c:8184 readelf.c:23101
#, c-format
msgid "In linked file '%s': "
msgstr ""
-#: readelf.c:8161
+#: readelf.c:8187
#, c-format
msgid "There is %d section header, starting at offset %#<PRIx64>:\n"
msgid_plural "There are %d section headers, starting at offset %#<PRIx64>:\n"
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:8183 readelf.c:8865 readelf.c:9066 readelf.c:14696
-#: readelf.c:17395
+#: readelf.c:8210 readelf.c:8893 readelf.c:9095 readelf.c:14723
+#: readelf.c:17432
msgid "string table"
msgstr ""
-#: readelf.c:8245
+#: readelf.c:8272
#, c-format
msgid "Section %d has invalid sh_entsize of %<PRIx64>\n"
msgstr ""
-#: readelf.c:8247
+#: readelf.c:8274
#, c-format
msgid "(Using the expected size of %<PRIx64> for the rest of this dump)\n"
msgstr ""
-#: readelf.c:8271
+#: readelf.c:8298
msgid "File contains multiple dynamic symbol tables\n"
msgstr ""
-#: readelf.c:8286
+#: readelf.c:8313
msgid "File contains multiple dynamic string tables\n"
msgstr ""
-#: readelf.c:8292
+#: readelf.c:8319
msgid "dynamic strings"
msgstr ""
-#: readelf.c:8320 readelf.c:8326
+#: readelf.c:8347 readelf.c:8353
#, c-format
msgid "Section '%s': zero-sized relocation section\n"
msgstr ""
-#: readelf.c:8339
+#: readelf.c:8366
#, c-format
msgid "Section '%s': has a size of zero - is this intended ?\n"
msgstr ""
-#: readelf.c:8425
+#: readelf.c:8452
#, c-format
msgid ""
"\n"
"Section Headers in linked file '%s':\n"
msgstr ""
-#: readelf.c:8427
+#: readelf.c:8455
#, c-format
msgid ""
"\n"
"Section Headers:\n"
msgstr ""
-#: readelf.c:8429
+#: readelf.c:8457
#, c-format
msgid ""
"\n"
"Section Header:\n"
msgstr ""
-#: readelf.c:8435 readelf.c:8446 readelf.c:8457
+#: readelf.c:8463 readelf.c:8474 readelf.c:8485
#, c-format
msgid " [Nr] Name\n"
msgstr ""
-#: readelf.c:8436
+#: readelf.c:8464
#, c-format
msgid " Type Addr Off Size ES Lk Inf Al\n"
msgstr ""
-#: readelf.c:8440
+#: readelf.c:8468
#, c-format
msgid ""
" [Nr] Name Type Addr Off Size ES Flg Lk "
"Inf Al\n"
msgstr ""
-#: readelf.c:8447
+#: readelf.c:8475
#, c-format
msgid " Type Address Off Size ES Lk Inf Al\n"
msgstr ""
-#: readelf.c:8451
+#: readelf.c:8479
#, c-format
msgid ""
" [Nr] Name Type Address Off Size ES "
"Flg Lk Inf Al\n"
msgstr ""
-#: readelf.c:8458
+#: readelf.c:8486
#, c-format
msgid " Type Address Offset Link\n"
msgstr ""
-#: readelf.c:8459
+#: readelf.c:8487
#, c-format
msgid " Size EntSize Info Align\n"
msgstr ""
-#: readelf.c:8463
+#: readelf.c:8491
#, c-format
msgid " [Nr] Name Type Address Offset\n"
msgstr ""
-#: readelf.c:8464
+#: readelf.c:8492
#, c-format
msgid " Size EntSize Flags Link Info Align\n"
msgstr ""
-#: readelf.c:8469
+#: readelf.c:8497
#, c-format
msgid " Flags\n"
msgstr ""
-#: readelf.c:8499
+#: readelf.c:8527
#, c-format
msgid "[%2u]: Link field (%u) should index a symtab section.\n"
msgstr ""
-#: readelf.c:8512
+#: readelf.c:8540
#, c-format
msgid "[%2u]: Link field (%u) should index a string section.\n"
msgstr ""
-#: readelf.c:8520 readelf.c:8531
+#: readelf.c:8548 readelf.c:8559
#, c-format
msgid "[%2u]: Unexpected value (%u) in link field.\n"
msgstr ""
-#: readelf.c:8558
+#: readelf.c:8586
#, c-format
msgid "[%2u]: Info field (%u) should index a relocatable section.\n"
msgstr ""
-#: readelf.c:8569 readelf.c:8596
+#: readelf.c:8597 readelf.c:8624
#, c-format
msgid "[%2u]: Unexpected value (%u) in info field.\n"
msgstr ""
-#: readelf.c:8591
+#: readelf.c:8619
#, c-format
msgid "[%2u]: Expected link to another section in info field"
msgstr ""
-#: readelf.c:8606
+#: readelf.c:8634
#, c-format
msgid "Size of section %u is larger than the entire file!\n"
msgstr ""
-#: readelf.c:8675
+#: readelf.c:8703
#, c-format
msgid "section %u: sh_link value of %u is larger than the number of sections\n"
msgstr ""
-#: readelf.c:8776
+#: readelf.c:8804
msgid "compression header"
msgstr ""
-#: readelf.c:8781
+#: readelf.c:8809
#, c-format
msgid " [<corrupt>]\n"
msgstr ""
-#: readelf.c:8789
+#: readelf.c:8817
#, c-format
msgid " [<unknown>: 0x%x], "
msgstr ""
@@ -9490,7 +9484,7 @@ msgstr ""
#. The ordering of the letters shown here matches the ordering of the
#. corresponding SHF_xxx values, and hence the order in which these
#. letters will be displayed to the user.
-#: readelf.c:8804
+#: readelf.c:8832
#, c-format
msgid ""
"Key to Flags:\n"
@@ -9500,223 +9494,229 @@ msgid ""
" "
msgstr ""
-#: readelf.c:8812
+#: readelf.c:8840
#, c-format
msgid "R (retain), "
msgstr ""
-#: readelf.c:8815
+#: readelf.c:8843
#, c-format
msgid "D (mbind), "
msgstr ""
-#: readelf.c:8823
+#: readelf.c:8851
#, c-format
msgid "l (large), "
msgstr ""
-#: readelf.c:8825
+#: readelf.c:8853
#, c-format
msgid "y (purecode), "
msgstr ""
-#: readelf.c:8827
+#: readelf.c:8855
#, c-format
msgid "v (VLE), "
msgstr ""
-#: readelf.c:8855
+#: readelf.c:8883
msgid "Bad sh_link in symbol table section\n"
msgstr ""
-#: readelf.c:8890
+#: readelf.c:8918
msgid "<OS specific>"
msgstr ""
-#: readelf.c:8891
+#: readelf.c:8919
msgid "<PROC specific>"
msgstr ""
-#: readelf.c:8920
+#: readelf.c:8948
#, c-format
msgid ""
"\n"
"There are no sections group in linked file '%s'.\n"
msgstr ""
-#: readelf.c:8923 readelf.c:8962
+#: readelf.c:8951 readelf.c:8990
#, c-format
msgid ""
"\n"
"There are no section groups in this file.\n"
msgstr ""
-#: readelf.c:8930
+#: readelf.c:8958
msgid "Section headers are not available!\n"
msgstr ""
-#: readelf.c:8941
+#: readelf.c:8969
#, c-format
msgid "Out of memory reading %u section group headers\n"
msgstr ""
-#: readelf.c:8959
+#: readelf.c:8987
#, c-format
msgid ""
"\n"
"There are no section groups in linked file '%s'.\n"
msgstr ""
-#: readelf.c:8973
+#: readelf.c:9001
#, c-format
msgid "Out of memory reading %zu groups\n"
msgstr ""
-#: readelf.c:8985
+#: readelf.c:9013
#, c-format
msgid "Section groups in linked file '%s'\n"
msgstr ""
-#: readelf.c:9006
+#: readelf.c:9035
#, c-format
msgid "Bad sh_link in group section `%s'\n"
msgstr ""
-#: readelf.c:9019
+#: readelf.c:9048
#, c-format
msgid "Corrupt header in group section `%s'\n"
msgstr ""
-#: readelf.c:9025 readelf.c:9036
+#: readelf.c:9054 readelf.c:9065
#, c-format
msgid "Bad sh_info in group section `%s'\n"
msgstr ""
-#: readelf.c:9076
+#: readelf.c:9105
#, c-format
msgid ""
"Section %s has sh_entsize (%#<PRIx64>) which is larger than its size (%"
"#<PRIx64>)\n"
msgstr ""
-#: readelf.c:9086
+#: readelf.c:9115
msgid "section data"
msgstr ""
-#: readelf.c:9097
+#: readelf.c:9126
#, c-format
msgid ""
"\n"
"%sgroup section [%5u] `%s' [%s] contains %u sections:\n"
msgstr ""
-#: readelf.c:9100
+#: readelf.c:9129
#, c-format
msgid " [Index] Name\n"
msgstr ""
-#: readelf.c:9118
+#: readelf.c:9147
#, c-format
msgid "section [%5u] in group section [%5u] > maximum section [%5u]\n"
msgstr ""
-#: readelf.c:9121
+#: readelf.c:9150
msgid ""
"Further error messages about overlarge group section indices suppressed\n"
msgstr ""
-#: readelf.c:9134
+#: readelf.c:9163
#, c-format
msgid "section [%5u] in group section [%5u] already in group section [%5u]\n"
msgstr ""
-#: readelf.c:9138
+#: readelf.c:9167
msgid ""
"Further error messages about already contained group sections suppressed\n"
msgstr ""
-#: readelf.c:9150
+#: readelf.c:9179
#, c-format
msgid "section 0 in group section [%5u]\n"
msgstr ""
-#: readelf.c:9217
+#: readelf.c:9246
msgid "dynamic section image fixups"
msgstr ""
-#: readelf.c:9225
+#: readelf.c:9254
#, c-format
msgid "corrupt library name index of %#<PRIx64> found in dynamic entry"
msgstr ""
-#: readelf.c:9230
+#: readelf.c:9259
#, c-format
msgid ""
"\n"
"Image fixups for needed library #%<PRId64>: %s - ident: %<PRIx64>\n"
msgstr ""
-#: readelf.c:9234
+#: readelf.c:9263
#, c-format
msgid "Seg Offset Type SymVec DataType\n"
msgstr ""
-#: readelf.c:9268
+#: readelf.c:9297
msgid "dynamic section image relocations"
msgstr ""
-#: readelf.c:9272
+#: readelf.c:9301
#, c-format
msgid ""
"\n"
"Image relocs\n"
msgstr ""
-#: readelf.c:9274
+#: readelf.c:9303
#, c-format
msgid ""
"Seg Offset Type Addend Seg Sym Off\n"
msgstr ""
-#: readelf.c:9329
+#: readelf.c:9358
msgid "dynamic string section"
msgstr ""
-#: readelf.c:9412
+#: readelf.c:9441
#, c-format
msgid ""
"\n"
"In linked file '%s' relocation section "
msgstr ""
-#: readelf.c:9415
+#: readelf.c:9444
#, c-format
msgid ""
"\n"
"Relocation section "
msgstr ""
-#. This is unlikely, but possible.
-#: readelf.c:9433
+#: readelf.c:9463
#, c-format
-msgid " at offset %#<PRIx64> contains 1 entry which relocates 1 location:\n"
+msgid " at offset %#<PRIx64>"
msgstr ""
-#: readelf.c:9437
+#: readelf.c:9464
#, c-format
-msgid ""
-" at offset %#<PRIx64> contains %<PRIu64> entries which relocate %<PRIu64> "
-"locations:\n"
-msgstr ""
+msgid " contains %<PRIu64> entry which relocates"
+msgid_plural " contains %<PRIu64> entries which relocate"
+msgstr[0] ""
+msgstr[1] ""
-#: readelf.c:9443
+#: readelf.c:9467
+#, c-format
+msgid " %<PRIu64> location:\n"
+msgid_plural " %<PRIu64> locations:\n"
+msgstr[0] ""
+msgstr[1] ""
+
+#: readelf.c:9473
#, c-format
msgid " at offset %#<PRIx64> contains %<PRIu64> entry:\n"
msgid_plural " at offset %#<PRIx64> contains %<PRIu64> entries:\n"
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:9542
+#: readelf.c:9572
#, c-format
msgid ""
"\n"
@@ -9724,136 +9724,136 @@ msgid ""
"bytes:\n"
msgstr ""
-#: readelf.c:9547
+#: readelf.c:9577
#, c-format
msgid ""
"\n"
"'%s' relocation section at offset %#<PRIx64> contains %<PRId64> bytes:\n"
msgstr ""
-#: readelf.c:9569
+#: readelf.c:9599
#, c-format
msgid ""
"\n"
"There are no dynamic relocations in linked file '%s'.\n"
msgstr ""
-#: readelf.c:9572
+#: readelf.c:9602
#, c-format
msgid ""
"\n"
"There are no dynamic relocations in this file.\n"
msgstr ""
-#: readelf.c:9597
+#: readelf.c:9627
#, c-format
msgid ""
"\n"
"There are no static relocations in linked file '%s'."
msgstr ""
-#: readelf.c:9600
+#: readelf.c:9630
#, c-format
msgid ""
"\n"
"There are no static relocations in this file."
msgstr ""
-#: readelf.c:9601
+#: readelf.c:9631
#, c-format
msgid ""
"\n"
"To see the dynamic relocations add --use-dynamic to the command line.\n"
msgstr ""
-#: readelf.c:9609
+#: readelf.c:9639
#, c-format
msgid ""
"\n"
"There are no relocations in linked file '%s'.\n"
msgstr ""
-#: readelf.c:9612
+#: readelf.c:9642
#, c-format
msgid ""
"\n"
"There are no relocations in this file.\n"
msgstr ""
-#: readelf.c:9771
+#: readelf.c:9801
#, c-format
msgid "Invalid section %u in table entry %td\n"
msgstr ""
-#: readelf.c:9783
+#: readelf.c:9813
#, c-format
msgid "Invalid offset %<PRIx64> in table entry %td\n"
msgstr ""
-#: readelf.c:9801
+#: readelf.c:9831
#, c-format
msgid "\tUnknown version.\n"
msgstr ""
-#: readelf.c:9864 readelf.c:10302
+#: readelf.c:9894 readelf.c:10332
msgid "unwind table"
msgstr ""
-#: readelf.c:9915 readelf.c:10385
+#: readelf.c:9945 readelf.c:10415
#, c-format
msgid "Skipping unknown relocation type: %u\n"
msgstr ""
-#: readelf.c:9921 readelf.c:10392
+#: readelf.c:9951 readelf.c:10422
#, c-format
msgid "Skipping unexpected relocation type: %s\n"
msgstr ""
-#: readelf.c:9930 readelf.c:10399
+#: readelf.c:9960 readelf.c:10429
#, c-format
msgid "Skipping reloc with overlarge offset: %#<PRIx64>\n"
msgstr ""
-#: readelf.c:9938 readelf.c:10407
+#: readelf.c:9968 readelf.c:10437
#, c-format
msgid "Skipping reloc with invalid symbol index: %u\n"
msgstr ""
-#: readelf.c:9986 readelf.c:10454 readelf.c:11565
+#: readelf.c:10016 readelf.c:10484 readelf.c:11595
msgid "Multiple symbol tables encountered\n"
msgstr ""
-#: readelf.c:10001 readelf.c:10470 readelf.c:11580
+#: readelf.c:10031 readelf.c:10500 readelf.c:11610
#, c-format
msgid ""
"\n"
"There are no unwind sections in this file.\n"
msgstr ""
-#: readelf.c:10087
+#: readelf.c:10117
#, c-format
msgid ""
"\n"
"Could not find unwind info section for "
msgstr ""
-#: readelf.c:10099
+#: readelf.c:10129
msgid "unwind info"
msgstr ""
-#: readelf.c:10102
+#: readelf.c:10132
#, c-format
msgid ""
"\n"
"Unwind section "
msgstr ""
-#: readelf.c:10109
+#: readelf.c:10139
#, c-format
msgid " at offset %#<PRIx64> contains %<PRIu64> entries:\n"
msgstr ""
-#: readelf.c:10479 readelf.c:11587
+#: readelf.c:10509 readelf.c:11617
#, c-format
msgid ""
"\n"
@@ -9864,204 +9864,204 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:10612
+#: readelf.c:10642
msgid "unwind data"
msgstr ""
-#: readelf.c:10684
+#: readelf.c:10714
#, c-format
msgid "Skipping unexpected relocation at offset %#<PRIx64>\n"
msgstr ""
-#: readelf.c:10706
+#: readelf.c:10736
#, c-format
msgid "Unknown section relocation type %d encountered\n"
msgstr ""
-#: readelf.c:10714
+#: readelf.c:10744
#, c-format
msgid "Bad symbol index in unwind relocation (%<PRIu64> > %<PRIu64>)\n"
msgstr ""
-#: readelf.c:10730
+#: readelf.c:10760
#, c-format
msgid "Skipping unknown ARM relocation type: %d\n"
msgstr ""
-#: readelf.c:10740
+#: readelf.c:10770
#, c-format
msgid "Skipping unexpected ARM relocation type %s\n"
msgstr ""
-#: readelf.c:10749
+#: readelf.c:10779
#, c-format
msgid "Skipping unknown C6000 relocation type: %d\n"
msgstr ""
-#: readelf.c:10759
+#: readelf.c:10789
#, c-format
msgid "Skipping unexpected C6000 relocation type %s\n"
msgstr ""
#. This function currently only supports ARM and TI unwinders.
-#: readelf.c:10768
+#: readelf.c:10798
msgid "Only TI and ARM unwinders are currently supported\n"
msgstr ""
-#: readelf.c:10831
+#: readelf.c:10861
#, c-format
msgid "[Truncated opcode]\n"
msgstr ""
-#: readelf.c:10879 readelf.c:11099
+#: readelf.c:10909 readelf.c:11129
#, c-format
msgid "Refuse to unwind"
msgstr ""
-#: readelf.c:10902
+#: readelf.c:10932
#, c-format
msgid " [Reserved]"
msgstr ""
-#: readelf.c:10930
+#: readelf.c:10960
#, c-format
msgid " finish"
msgstr ""
-#: readelf.c:10935 readelf.c:11032
+#: readelf.c:10965 readelf.c:11062
#, c-format
msgid "[Spare]"
msgstr ""
-#: readelf.c:10969
+#: readelf.c:10999
msgid "corrupt change to vsp\n"
msgstr ""
-#: readelf.c:10995
+#: readelf.c:11025
#, c-format
msgid " pop {ra_auth_code}"
msgstr ""
-#: readelf.c:10997
+#: readelf.c:11027
#, c-format
msgid " vsp as modifier for PAC validation"
msgstr ""
-#: readelf.c:11054 readelf.c:11211
+#: readelf.c:11084 readelf.c:11241
#, c-format
msgid " [unsupported opcode]"
msgstr ""
-#: readelf.c:11147
+#: readelf.c:11177
#, c-format
msgid "pop frame {"
msgstr ""
-#: readelf.c:11150
+#: readelf.c:11180
#, c-format
msgid "*corrupt* - no registers specified"
msgstr ""
-#: readelf.c:11164
+#: readelf.c:11194
msgid "[pad]"
msgstr ""
-#: readelf.c:11193
+#: readelf.c:11223
msgid "Corrupt stack pointer adjustment detected\n"
msgstr ""
-#: readelf.c:11200
+#: readelf.c:11230
#, c-format
msgid "sp = sp + %<PRId64>"
msgstr ""
-#: readelf.c:11275
+#: readelf.c:11305
#, c-format
msgid " Personality routine: "
msgstr ""
-#: readelf.c:11307
+#: readelf.c:11337
#, c-format
msgid " [Truncated data]\n"
msgstr ""
-#: readelf.c:11331
+#: readelf.c:11361
#, c-format
msgid "Corrupt ARM compact model table entry: %x \n"
msgstr ""
-#: readelf.c:11336
+#: readelf.c:11366
#, c-format
msgid " Compact model index: %d\n"
msgstr ""
-#: readelf.c:11362
+#: readelf.c:11392
msgid "Unknown ARM compact model index encountered\n"
msgstr ""
-#: readelf.c:11363
+#: readelf.c:11393
#, c-format
msgid " [reserved]\n"
msgstr ""
-#: readelf.c:11378
+#: readelf.c:11408
#, c-format
msgid " Restore stack from frame pointer\n"
msgstr ""
-#: readelf.c:11380
+#: readelf.c:11410
#, c-format
msgid " Stack increment %d\n"
msgstr ""
-#: readelf.c:11381
+#: readelf.c:11411
#, c-format
msgid " Registers restored: "
msgstr ""
-#: readelf.c:11386
+#: readelf.c:11416
#, c-format
msgid " Return register: %s\n"
msgstr ""
-#: readelf.c:11390
+#: readelf.c:11420
#, c-format
msgid " [reserved (%d)]\n"
msgstr ""
-#: readelf.c:11394
+#: readelf.c:11424
#, c-format
msgid ""
"Unsupported architecture type %d encountered when decoding unwind table\n"
msgstr ""
-#: readelf.c:11449
+#: readelf.c:11479
#, c-format
msgid "corrupt index table entry: %x\n"
msgstr ""
-#: readelf.c:11488
+#: readelf.c:11518
#, c-format
msgid "Unwind entry contains corrupt offset (%#<PRIx64>) into section %s\n"
msgstr ""
-#: readelf.c:11504
+#: readelf.c:11534
#, c-format
msgid "Could not locate .ARM.extab section containing %#<PRIx64>.\n"
msgstr ""
-#: readelf.c:11548
+#: readelf.c:11578
#, c-format
msgid ""
"Unsupported architecture type %d encountered when processing unwind table\n"
msgstr ""
-#: readelf.c:11610
+#: readelf.c:11640
#, c-format
msgid "No processor specific unwind information to decode\n"
msgstr ""
-#: readelf.c:11640
+#: readelf.c:11670
#, c-format
msgid ""
"\n"
@@ -10069,80 +10069,80 @@ msgid ""
"supported.\n"
msgstr ""
-#: readelf.c:11667
+#: readelf.c:11697
#, c-format
msgid "NONE"
msgstr ""
-#: readelf.c:11692
+#: readelf.c:11722
#, c-format
msgid "Interface Version: %s"
msgstr ""
-#: readelf.c:11695
+#: readelf.c:11725
#, c-format
msgid "Interface Version: <corrupt: %<PRIx64>>"
msgstr ""
-#: readelf.c:11713
+#: readelf.c:11743
#, c-format
msgid "Time Stamp: %s"
msgstr ""
-#: readelf.c:11902 readelf.c:11952
+#: readelf.c:11932 readelf.c:11982
msgid "dynamic section"
msgstr ""
-#: readelf.c:11922 readelf.c:11973 readelf.c:12081
+#: readelf.c:11952 readelf.c:12003 readelf.c:12111
#, c-format
msgid "Out of memory allocating space for %<PRIu64> dynamic entries\n"
msgstr ""
-#: readelf.c:12047
+#: readelf.c:12077
#, c-format
msgid "Size overflow prevents reading %<PRIu64> elements of size %u\n"
msgstr ""
-#: readelf.c:12057
+#: readelf.c:12087
#, c-format
msgid "Invalid number of dynamic entries: %<PRIu64>\n"
msgstr ""
-#: readelf.c:12065
+#: readelf.c:12095
#, c-format
msgid "Out of memory reading %<PRIu64> dynamic entries\n"
msgstr ""
-#: readelf.c:12072
+#: readelf.c:12102
#, c-format
msgid "Unable to read in %<PRIu64> bytes of dynamic data\n"
msgstr ""
-#: readelf.c:12122 readelf.c:12176 readelf.c:12200 readelf.c:12233
-#: readelf.c:12259 readelf.c:12278
+#: readelf.c:12152 readelf.c:12206 readelf.c:12230 readelf.c:12263
+#: readelf.c:12289 readelf.c:12308
msgid "Unable to seek to start of dynamic information\n"
msgstr ""
-#: readelf.c:12128 readelf.c:12182
+#: readelf.c:12158 readelf.c:12212
msgid "Failed to read in number of buckets\n"
msgstr ""
-#: readelf.c:12134
+#: readelf.c:12164
msgid "Failed to read in number of chains\n"
msgstr ""
-#: readelf.c:12241
+#: readelf.c:12271
msgid "Failed to determine last chain length\n"
msgstr ""
-#: readelf.c:12341
+#: readelf.c:12371
#, c-format
msgid ""
"\n"
"There is no dynamic section in linked file '%s'.\n"
msgstr ""
-#: readelf.c:12344
+#: readelf.c:12374
#, c-format
msgid ""
"\n"
@@ -10150,49 +10150,49 @@ msgid ""
msgstr ""
#. See PR 21379 for a reproducer.
-#: readelf.c:12404
+#: readelf.c:12434
msgid "Invalid PT_LOAD entry\n"
msgstr ""
-#: readelf.c:12430
+#: readelf.c:12460
msgid "the .dynsym section doesn't match the DT_SYMTAB and DT_SYMENT tags\n"
msgstr ""
-#: readelf.c:12440
+#: readelf.c:12470
msgid "Corrupt DT_SYMTAB dynamic entry\n"
msgstr ""
-#: readelf.c:12476
+#: readelf.c:12506
msgid "the .dynstr section doesn't match the DT_STRTAB and DT_STRSZ tags\n"
msgstr ""
-#: readelf.c:12481
+#: readelf.c:12511
msgid "dynamic string table"
msgstr ""
-#: readelf.c:12484
+#: readelf.c:12514
msgid "Corrupt DT_STRTAB dynamic entry\n"
msgstr ""
-#: readelf.c:12509
+#: readelf.c:12539
#, c-format
msgid "Bad value (%d) for SYMINENT entry\n"
msgstr ""
-#: readelf.c:12528
+#: readelf.c:12558
msgid "symbol information"
msgstr ""
-#: readelf.c:12534
+#: readelf.c:12564
msgid "Multiple dynamic symbol information sections found\n"
msgstr ""
-#: readelf.c:12540
+#: readelf.c:12570
#, c-format
msgid "Out of memory allocating %<PRIu64> bytes for dynamic symbol info\n"
msgstr ""
-#: readelf.c:12564
+#: readelf.c:12594
#, c-format
msgid ""
"\n"
@@ -10205,7 +10205,7 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:12571
+#: readelf.c:12601
#, c-format
msgid ""
"\n"
@@ -10216,87 +10216,87 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:12578
+#: readelf.c:12608
#, c-format
msgid " Tag Type Name/Value\n"
msgstr ""
-#: readelf.c:12612
+#: readelf.c:12642
#, c-format
msgid "Auxiliary library"
msgstr ""
-#: readelf.c:12616
+#: readelf.c:12646
#, c-format
msgid "Filter library"
msgstr ""
-#: readelf.c:12620
+#: readelf.c:12650
#, c-format
msgid "Configuration file"
msgstr ""
-#: readelf.c:12624
+#: readelf.c:12654
#, c-format
msgid "Dependency audit library"
msgstr ""
-#: readelf.c:12628
+#: readelf.c:12658
#, c-format
msgid "Audit library"
msgstr ""
-#: readelf.c:12647 readelf.c:12675 readelf.c:12703 readelf.c:13043
+#: readelf.c:12677 readelf.c:12705 readelf.c:12733 readelf.c:13073
#, c-format
msgid "Flags:"
msgstr ""
-#: readelf.c:12650 readelf.c:12678 readelf.c:12705 readelf.c:13045
+#: readelf.c:12680 readelf.c:12708 readelf.c:12735 readelf.c:13075
#, c-format
msgid " None\n"
msgstr ""
-#: readelf.c:12912
+#: readelf.c:12942
#, c-format
msgid "Shared library: [%s]"
msgstr ""
-#: readelf.c:12916
+#: readelf.c:12946
#, c-format
msgid " program interpreter"
msgstr ""
-#: readelf.c:12920
+#: readelf.c:12950
#, c-format
msgid "Library soname: [%s]"
msgstr ""
-#: readelf.c:12924
+#: readelf.c:12954
#, c-format
msgid "Library rpath: [%s]"
msgstr ""
-#: readelf.c:12928
+#: readelf.c:12958
#, c-format
msgid "Library runpath: [%s]"
msgstr ""
-#: readelf.c:12965
+#: readelf.c:12995
#, c-format
msgid " (bytes)\n"
msgstr ""
-#: readelf.c:12996
+#: readelf.c:13026
#, c-format
msgid "Not needed object: [%s]\n"
msgstr ""
-#: readelf.c:13021
+#: readelf.c:13051
#, c-format
msgid "<corrupt time val: %<PRIx64>"
msgstr ""
-#: readelf.c:13164
+#: readelf.c:13194
#, c-format
msgid ""
"\n"
@@ -10308,7 +10308,7 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:13171
+#: readelf.c:13201
#, c-format
msgid ""
"\n"
@@ -10319,71 +10319,71 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:13179 readelf.c:13325 readelf.c:13490
+#: readelf.c:13209 readelf.c:13355 readelf.c:13520
#, c-format
msgid " Addr: 0x%016<PRIx64>"
msgstr ""
-#: readelf.c:13180 readelf.c:13326 readelf.c:13491
+#: readelf.c:13210 readelf.c:13356 readelf.c:13521
#, c-format
msgid " Offset: 0x%08<PRIx64> Link: %u (%s)\n"
msgstr ""
-#: readelf.c:13186
+#: readelf.c:13216
msgid "version definition section"
msgstr ""
-#: readelf.c:13215
+#: readelf.c:13245
#, c-format
msgid " %#06zx: Rev: %d Flags: %s"
msgstr ""
-#: readelf.c:13218
+#: readelf.c:13248
#, c-format
msgid " Index: %d Cnt: %d "
msgstr ""
-#: readelf.c:13235
+#: readelf.c:13265
#, c-format
msgid "Name: %s\n"
msgstr ""
-#: readelf.c:13238
+#: readelf.c:13268
#, c-format
msgid "Name index: %ld\n"
msgstr ""
-#: readelf.c:13247
+#: readelf.c:13277
#, c-format
msgid "Invalid vda_next field of %lx\n"
msgstr ""
-#: readelf.c:13267
+#: readelf.c:13297
#, c-format
msgid " %#06zx: Parent %d: %s\n"
msgstr ""
-#: readelf.c:13271
+#: readelf.c:13301
#, c-format
msgid " %#06zx: Parent %d, name index: %ld\n"
msgstr ""
-#: readelf.c:13276
+#: readelf.c:13306
#, c-format
msgid " Version def aux past end of section\n"
msgstr ""
-#: readelf.c:13283
+#: readelf.c:13313
#, c-format
msgid "Invalid vd_next field of %lx\n"
msgstr ""
-#: readelf.c:13294
+#: readelf.c:13324
#, c-format
msgid " Version definition past end of section\n"
msgstr ""
-#: readelf.c:13310
+#: readelf.c:13340
#, c-format
msgid ""
"\n"
@@ -10394,7 +10394,7 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:13317
+#: readelf.c:13347
#, c-format
msgid ""
"\n"
@@ -10405,68 +10405,68 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:13333
+#: readelf.c:13363
msgid "Version Needs section"
msgstr ""
-#: readelf.c:13358
+#: readelf.c:13388
#, c-format
msgid " %#06zx: Version: %d"
msgstr ""
-#: readelf.c:13361
+#: readelf.c:13391
#, c-format
msgid " File: %s"
msgstr ""
-#: readelf.c:13364
+#: readelf.c:13394
#, c-format
msgid " File: %lx"
msgstr ""
-#: readelf.c:13366
+#: readelf.c:13396
#, c-format
msgid " Cnt: %d\n"
msgstr ""
-#: readelf.c:13389
+#: readelf.c:13419
#, c-format
msgid " %#06zx: Name: %s"
msgstr ""
-#: readelf.c:13392
+#: readelf.c:13422
#, c-format
msgid " %#06zx: Name index: %lx"
msgstr ""
-#: readelf.c:13395
+#: readelf.c:13425
#, c-format
msgid " Flags: %s Version: %d\n"
msgstr ""
-#: readelf.c:13401
+#: readelf.c:13431
#, c-format
msgid "Invalid vna_next field of %lx\n"
msgstr ""
-#: readelf.c:13414
+#: readelf.c:13444
msgid "Missing Version Needs auxiliary information\n"
msgstr ""
-#: readelf.c:13419
+#: readelf.c:13449
#, c-format
msgid "Invalid vn_next field of %lx\n"
msgstr ""
-#: readelf.c:13429
+#: readelf.c:13459
msgid "Missing Version Needs information\n"
msgstr ""
-#: readelf.c:13467
+#: readelf.c:13497
msgid "version string table"
msgstr ""
-#: readelf.c:13475
+#: readelf.c:13505
#, c-format
msgid ""
"\n"
@@ -10479,7 +10479,7 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:13482
+#: readelf.c:13512
#, c-format
msgid ""
"\n"
@@ -10490,236 +10490,236 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:13500
+#: readelf.c:13530
msgid "version symbol data"
msgstr ""
-#: readelf.c:13520
+#: readelf.c:13550
msgid "*invalid*"
msgstr ""
-#: readelf.c:13528
+#: readelf.c:13558
msgid " 0 (*local*) "
msgstr ""
-#: readelf.c:13532
+#: readelf.c:13562
msgid " 1 (*global*) "
msgstr ""
-#: readelf.c:13543
+#: readelf.c:13573
msgid "invalid index into symbol array\n"
msgstr ""
-#: readelf.c:13566 readelf.c:14118
+#: readelf.c:13596 readelf.c:14148
msgid "version need"
msgstr ""
-#: readelf.c:13577
+#: readelf.c:13607
msgid "version need aux (2)"
msgstr ""
-#: readelf.c:13624 readelf.c:14062
+#: readelf.c:13654 readelf.c:14092
msgid "version def"
msgstr ""
-#: readelf.c:13652 readelf.c:14093
+#: readelf.c:13682 readelf.c:14123
msgid "version def aux"
msgstr ""
-#: readelf.c:13660
+#: readelf.c:13690
msgid "*both*"
msgstr ""
-#: readelf.c:13692
+#: readelf.c:13722
#, c-format
msgid ""
"\n"
"No version information found in linked file '%s'.\n"
msgstr ""
-#: readelf.c:13695
+#: readelf.c:13725
#, c-format
msgid ""
"\n"
"No version information found in this file.\n"
msgstr ""
-#: readelf.c:13791
+#: readelf.c:13821
#, c-format
msgid "Unrecognized visibility value: %u\n"
msgstr ""
-#: readelf.c:13804
+#: readelf.c:13834
#, c-format
msgid "Unrecognized alpha specific other value: %u\n"
msgstr ""
-#: readelf.c:13881
+#: readelf.c:13911
#, c-format
msgid "Unrecognized IA64 VMS ST Function type: %d\n"
msgstr ""
-#: readelf.c:13905
+#: readelf.c:13935
#, c-format
msgid "Unrecognized IA64 VMS ST Linkage: %d\n"
msgstr ""
-#: readelf.c:13931
+#: readelf.c:13961
#, c-format
msgid "<localentry>: %d"
msgstr ""
-#: readelf.c:13945
+#: readelf.c:13975
msgid " VARIANT_CC"
msgstr ""
-#: readelf.c:13996
+#: readelf.c:14026
#, c-format
msgid "<other>: %x"
msgstr ""
-#: readelf.c:14024
+#: readelf.c:14054
msgid "version data"
msgstr ""
-#: readelf.c:14136
+#: readelf.c:14166
msgid "version need aux (3)"
msgstr ""
-#: readelf.c:14327
+#: readelf.c:14357
#, c-format
msgid "local symbol %<PRIu64> found at index >= %s's sh_info value of %u\n"
msgstr ""
-#: readelf.c:14346
+#: readelf.c:14376
#, c-format
msgid "Unknown LTO symbol definition encountered: %u\n"
msgstr ""
-#: readelf.c:14365
+#: readelf.c:14395
#, c-format
msgid "Unknown LTO symbol visibility encountered: %u\n"
msgstr ""
-#: readelf.c:14383
+#: readelf.c:14413
#, c-format
msgid "Unknown LTO symbol type encountered: %u\n"
msgstr ""
-#: readelf.c:14399
+#: readelf.c:14429
#, c-format
msgid ""
"\n"
"The LTO Symbol table section '%s' in linked file '%s' is empty!\n"
msgstr ""
-#: readelf.c:14403
+#: readelf.c:14433
#, c-format
msgid ""
"\n"
"LTO Symbol table '%s' is empty!\n"
msgstr ""
-#: readelf.c:14418
+#: readelf.c:14448
msgid "LTO symbols"
msgstr ""
-#: readelf.c:14436
+#: readelf.c:14463
#, c-format
msgid "LTO Symbol extension table '%s' is empty!\n"
msgstr ""
-#: readelf.c:14442
+#: readelf.c:14469
msgid "LTO ext symbol data"
msgstr ""
-#: readelf.c:14447
+#: readelf.c:14474
msgid "Unexpected version number in symbol extension table\n"
msgstr ""
-#: readelf.c:14456
+#: readelf.c:14483
#, c-format
msgid ""
"\n"
"In linked file '%s': "
msgstr ""
-#: readelf.c:14463
+#: readelf.c:14490
#, c-format
msgid "LTO Symbol table '%s' and extension table '%s' contain:\n"
msgstr ""
-#: readelf.c:14468
+#: readelf.c:14495
#, c-format
msgid "LTO Symbol table '%s'\n"
msgstr ""
-#: readelf.c:14470
+#: readelf.c:14497
#, c-format
msgid " and extension table '%s' contain:\n"
msgstr ""
-#: readelf.c:14475
+#: readelf.c:14502
#, c-format
msgid "LTO Symbol table '%s' contains:\n"
msgstr ""
-#: readelf.c:14480
+#: readelf.c:14507
#, c-format
msgid ""
" Comdat_Key Kind Visibility Size Slot Type Section "
"Name\n"
msgstr ""
-#: readelf.c:14482
+#: readelf.c:14509
#, c-format
msgid " Comdat_Key Kind Visibility Size Slot Name\n"
msgstr ""
-#: readelf.c:14529
+#: readelf.c:14556
msgid "Ran out of LTO symbol extension data\n"
msgstr ""
-#: readelf.c:14549
+#: readelf.c:14576
msgid "Data remains in the LTO symbol extension table\n"
msgstr ""
-#: readelf.c:14559
+#: readelf.c:14586
msgid "Buffer overrun encountered whilst decoding LTO symbol table\n"
msgstr ""
-#: readelf.c:14601
+#: readelf.c:14628
#, c-format
msgid ""
" Num: Value Size Type Bind Vis+Other Ndx(SecName) Name [+ "
"Version Info]\n"
msgstr ""
-#: readelf.c:14607 readelf.c:14613
+#: readelf.c:14634 readelf.c:14640
#, c-format
msgid " Num: Value Size Type Bind Vis Ndx Name\n"
msgstr ""
-#: readelf.c:14622
+#: readelf.c:14649
#, c-format
msgid ""
" Num: Value Size Type Bind Vis+Other Ndx(SecName) Name [+ "
"Version Info]\n"
msgstr ""
-#: readelf.c:14629 readelf.c:14635
+#: readelf.c:14656 readelf.c:14662
#, c-format
msgid " Num: Value Size Type Bind Vis Ndx Name\n"
msgstr ""
-#: readelf.c:14648
+#: readelf.c:14675
#, c-format
msgid ""
"\n"
"Symbol table '%s' has a sh_entsize of zero!\n"
msgstr ""
-#: readelf.c:14656
+#: readelf.c:14683
#, c-format
msgid ""
"\n"
@@ -10730,7 +10730,7 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:14665
+#: readelf.c:14692
#, c-format
msgid ""
"\n"
@@ -10741,7 +10741,7 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:14733
+#: readelf.c:14760
#, c-format
msgid ""
"\n"
@@ -10752,7 +10752,7 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:14743
+#: readelf.c:14770
#, c-format
msgid ""
"\n"
@@ -10763,14 +10763,14 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:14778
+#: readelf.c:14805
#, c-format
msgid ""
"\n"
"Dynamic symbol information is not available for displaying symbols.\n"
msgstr ""
-#: readelf.c:14791
+#: readelf.c:14818
#, c-format
msgid ""
"\n"
@@ -10781,24 +10781,24 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:14801
+#: readelf.c:14828
msgid "Out of memory allocating space for histogram buckets\n"
msgstr ""
-#: readelf.c:14807 readelf.c:14884
+#: readelf.c:14834 readelf.c:14911
#, c-format
msgid " Length Number %% of total Coverage\n"
msgstr ""
-#: readelf.c:14817
+#: readelf.c:14844
msgid "histogram chain is corrupt\n"
msgstr ""
-#: readelf.c:14829
+#: readelf.c:14856
msgid "Out of memory allocating space for histogram counts\n"
msgstr ""
-#: readelf.c:14869
+#: readelf.c:14896
#, c-format
msgid ""
"\n"
@@ -10809,15 +10809,15 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:14880
+#: readelf.c:14907
msgid "Out of memory allocating space for gnu histogram buckets\n"
msgstr ""
-#: readelf.c:14907
+#: readelf.c:14934
msgid "Out of memory allocating space for gnu histogram counts\n"
msgstr ""
-#: readelf.c:14973
+#: readelf.c:15000
#, c-format
msgid ""
"\n"
@@ -10830,7 +10830,7 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:14980
+#: readelf.c:15007
#, c-format
msgid ""
"\n"
@@ -10841,234 +10841,234 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:14988
+#: readelf.c:15015
#, c-format
msgid " Num: Name BoundTo Flags\n"
msgstr ""
-#: readelf.c:14995
+#: readelf.c:15022
#, c-format
msgid "<corrupt index>"
msgstr ""
-#: readelf.c:15000
+#: readelf.c:15027
#, c-format
msgid "<corrupt: %19ld>"
msgstr ""
-#: readelf.c:15092
+#: readelf.c:15119
#, c-format
msgid "LoongArch ULEB128 field at 0x%lx contains invalid ULEB128 value\n"
msgstr ""
-#: readelf.c:15097 readelf.c:15151 readelf.c:15202 readelf.c:15248
-#: readelf.c:15262 readelf.c:15306
+#: readelf.c:15124 readelf.c:15178 readelf.c:15229 readelf.c:15275
+#: readelf.c:15289 readelf.c:15333
#, c-format
msgid "%s reloc contains invalid symbol index %<PRIu64>\n"
msgstr ""
-#: readelf.c:15198
+#: readelf.c:15225
#, c-format
msgid "MSP430 ULEB128 field at %#<PRIx64> contains invalid ULEB128 value\n"
msgstr ""
#. PR 21137
-#: readelf.c:15213
+#: readelf.c:15240
#, c-format
msgid "MSP430 sym diff reloc contains invalid offset: %#<PRIx64>\n"
msgstr ""
-#: readelf.c:15225
+#: readelf.c:15252
msgid "Unhandled MSP430 reloc type found after SYM_DIFF reloc\n"
msgstr ""
-#: readelf.c:15272
+#: readelf.c:15299
#, c-format
msgid "MN10300 sym diff reloc contains invalid offset: %#<PRIx64>\n"
msgstr ""
-#: readelf.c:15283
+#: readelf.c:15310
msgid "Unhandled MN10300 reloc type found after SYM_DIFF reloc\n"
msgstr ""
-#: readelf.c:15325 readelf.c:15335
+#: readelf.c:15352 readelf.c:15362
#, c-format
msgid "RL78 sym diff reloc contains invalid offset: %#<PRIx64>\n"
msgstr ""
-#: readelf.c:15558
+#: readelf.c:15585
#, c-format
msgid ""
"Missing knowledge of 32-bit reloc types used in DWARF sections of machine "
"number %d\n"
msgstr ""
-#: readelf.c:16293
+#: readelf.c:16320
#, c-format
msgid "unable to apply unsupported reloc type %d to section %s\n"
msgstr ""
-#: readelf.c:16302
+#: readelf.c:16329
#, c-format
msgid "skipping invalid relocation offset %#<PRIx64> in section %s\n"
msgstr ""
-#: readelf.c:16312
+#: readelf.c:16339
#, c-format
msgid "skipping invalid relocation symbol index %#<PRIx64> in section %s\n"
msgstr ""
-#: readelf.c:16336
+#: readelf.c:16363
#, c-format
msgid "skipping unexpected symbol type %s in section %s relocation %tu\n"
msgstr ""
-#: readelf.c:16414
+#: readelf.c:16441
#, c-format
msgid ""
"\n"
"Assembly dump of section %s\n"
msgstr ""
-#: readelf.c:16432
+#: readelf.c:16459
#, c-format
msgid "Section '%s' has no data to dump.\n"
msgstr ""
-#: readelf.c:16438
+#: readelf.c:16465
msgid "section contents"
msgstr ""
-#: readelf.c:16461
+#: readelf.c:16488
#, c-format
msgid "Uncompressed section size is suspiciously large: 0x%<PRIu64>\n"
msgstr ""
-#: readelf.c:16552 readelf.c:17162
+#: readelf.c:16580 readelf.c:17199
#, c-format
msgid "section '%s' has unsupported compress type: %d\n"
msgstr ""
-#: readelf.c:16585 readelf.c:17199
+#: readelf.c:16616 readelf.c:17236
#, c-format
msgid "Unable to decompress section %s\n"
msgstr ""
-#: readelf.c:16624
+#: readelf.c:16655
#, c-format
msgid ""
" NOTE: This section has relocations against it, but these have NOT been "
"applied to this dump.\n"
msgstr ""
-#: readelf.c:16651
+#: readelf.c:16683
#, c-format
msgid ""
"\n"
"String dump of section '%s' in linked file %s:\n"
msgstr ""
-#: readelf.c:16655
+#: readelf.c:16687
#, c-format
msgid ""
"\n"
"String dump of section '%s':\n"
msgstr ""
-#: readelf.c:16751 readelf.c:18253 readelf.c:18293 readelf.c:18331
-#: readelf.c:18378 readelf.c:18409 readelf.c:20015 readelf.c:20047
+#: readelf.c:16785 readelf.c:18290 readelf.c:18330 readelf.c:18368
+#: readelf.c:18415 readelf.c:18446 readelf.c:20052 readelf.c:20084
#, c-format
msgid "<corrupt>\n"
msgstr ""
-#: readelf.c:16759
+#: readelf.c:16793
#, c-format
msgid " No strings found in this section."
msgstr ""
-#: readelf.c:16791
+#: readelf.c:16828
#, c-format
msgid ""
"\n"
"Hex dump of section '%s' in linked file %s:\n"
msgstr ""
-#: readelf.c:16795
+#: readelf.c:16832
#, c-format
msgid ""
"\n"
"Hex dump of section '%s':\n"
msgstr ""
-#: readelf.c:16939
+#: readelf.c:16976
#, c-format
msgid "Iteration failed: %s, %s\n"
msgstr ""
-#: readelf.c:16983
+#: readelf.c:17020
#, c-format
msgid "No symbol section named %s\n"
msgstr ""
-#: readelf.c:16999
+#: readelf.c:17036
#, c-format
msgid "No string table section named %s\n"
msgstr ""
-#: readelf.c:17006
+#: readelf.c:17043
msgid "strings"
msgstr ""
-#: readelf.c:17019 readelf.c:17031
+#: readelf.c:17056 readelf.c:17068
#, c-format
msgid "CTF open failure: %s\n"
msgstr ""
-#: readelf.c:17038
+#: readelf.c:17075
#, c-format
msgid ""
"\n"
"Dump of CTF section '%s' in linked file %s:\n"
msgstr ""
-#: readelf.c:17042
+#: readelf.c:17079
#, c-format
msgid ""
"\n"
"Dump of CTF section '%s':\n"
msgstr ""
-#: readelf.c:17050
+#: readelf.c:17087
#, c-format
msgid "CTF member open failure: %s\n"
msgstr ""
-#: readelf.c:17077
+#: readelf.c:17114
msgid "Section name must be provided \n"
msgstr ""
-#: readelf.c:17089
+#: readelf.c:17126
#, c-format
msgid "SFrame decode failure: %s\n"
msgstr ""
-#: readelf.c:17119
+#: readelf.c:17156
#, c-format
msgid "%s section data"
msgstr ""
-#: readelf.c:17143
+#: readelf.c:17180
#, c-format
msgid "compressed section %s is too small to contain a compression header\n"
msgstr ""
-#: readelf.c:17275 readelf.c:17302 readelf.c:17327
+#: readelf.c:17312 readelf.c:17339 readelf.c:17364
#, c-format
msgid ""
"malformed note encountered in section %s whilst scanning for build-id note\n"
msgstr ""
-#: readelf.c:17455
+#: readelf.c:17492
#, c-format
msgid ""
"\n"
@@ -11079,555 +11079,555 @@ msgstr ""
#. which has the NOBITS type - the bits in the file will be random.
#. This can happen when a file containing a .eh_frame section is
#. stripped with the --only-keep-debug command line option.
-#: readelf.c:17464
+#: readelf.c:17501
#, c-format
msgid "section '%s' has the NOBITS type - its contents are unreliable.\n"
msgstr ""
-#: readelf.c:17514
+#: readelf.c:17551
#, c-format
msgid "Unrecognized debug section: %s\n"
msgstr ""
-#: readelf.c:17544
+#: readelf.c:17581
#, c-format
msgid "Section '%s' was not dumped because it does not exist\n"
msgstr ""
-#: readelf.c:17607
+#: readelf.c:17644
#, c-format
msgid "Unable to display section %d - it has a NULL type\n"
msgstr ""
-#: readelf.c:17611
+#: readelf.c:17648
#, c-format
msgid "Unable to display section %d - it has no contents\n"
msgstr ""
#. FIXME: Add Proc and OS specific section types ?
-#: readelf.c:17622
+#: readelf.c:17659
#, c-format
msgid "Unable to determine how to dump section %d (type %#x)\n"
msgstr ""
-#: readelf.c:17681
+#: readelf.c:17718
#, c-format
msgid "Section %d was not dumped because it does not exist!\n"
msgstr ""
-#: readelf.c:17737
+#: readelf.c:17774
msgid "<corrupt tag>\n"
msgstr ""
-#: readelf.c:17752
+#: readelf.c:17789
#, c-format
msgid "<corrupt string tag>"
msgstr ""
-#: readelf.c:17786
+#: readelf.c:17823
#, c-format
msgid "Absent/Non standard\n"
msgstr ""
-#: readelf.c:17789
+#: readelf.c:17826
#, c-format
msgid "Bare metal/mwdt\n"
msgstr ""
-#: readelf.c:17792
+#: readelf.c:17829
#, c-format
msgid "Bare metal/newlib\n"
msgstr ""
-#: readelf.c:17795
+#: readelf.c:17832
#, c-format
msgid "Linux/uclibc\n"
msgstr ""
-#: readelf.c:17798
+#: readelf.c:17835
#, c-format
msgid "Linux/glibc\n"
msgstr ""
-#: readelf.c:17801 readelf.c:17880
+#: readelf.c:17838 readelf.c:17917
#, c-format
msgid "Unknown\n"
msgstr ""
-#: readelf.c:17813 readelf.c:17843 readelf.c:17871
+#: readelf.c:17850 readelf.c:17880 readelf.c:17908
#, c-format
msgid "Absent\n"
msgstr ""
-#: readelf.c:17855
+#: readelf.c:17892
msgid "yes"
msgstr ""
-#: readelf.c:17855
+#: readelf.c:17892
msgid "no"
msgstr ""
-#: readelf.c:17892 readelf.c:17899
+#: readelf.c:17929 readelf.c:17936
msgid "default"
msgstr ""
-#: readelf.c:17893
+#: readelf.c:17930
msgid "smallest"
msgstr ""
-#: readelf.c:17898
+#: readelf.c:17935
msgid "OPTFP"
msgstr ""
-#: readelf.c:18119 readelf.c:18132 readelf.c:18150 readelf.c:18672
-#: readelf.c:18951 readelf.c:18963 readelf.c:18975
+#: readelf.c:18156 readelf.c:18169 readelf.c:18187 readelf.c:18709
+#: readelf.c:18988 readelf.c:19000 readelf.c:19012
#, c-format
msgid "None\n"
msgstr ""
-#: readelf.c:18120
+#: readelf.c:18157
#, c-format
msgid "Application\n"
msgstr ""
-#: readelf.c:18121
+#: readelf.c:18158
#, c-format
msgid "Realtime\n"
msgstr ""
-#: readelf.c:18122
+#: readelf.c:18159
#, c-format
msgid "Microcontroller\n"
msgstr ""
-#: readelf.c:18123
+#: readelf.c:18160
#, c-format
msgid "Application or Realtime\n"
msgstr ""
-#: readelf.c:18133 readelf.c:18152 readelf.c:18724 readelf.c:18741
-#: readelf.c:18812 readelf.c:18832 readelf.c:21690
+#: readelf.c:18170 readelf.c:18189 readelf.c:18761 readelf.c:18778
+#: readelf.c:18849 readelf.c:18869 readelf.c:21737
#, c-format
msgid "8-byte\n"
msgstr ""
-#: readelf.c:18134 readelf.c:18815 readelf.c:18835 readelf.c:21689
+#: readelf.c:18171 readelf.c:18852 readelf.c:18872 readelf.c:21736
#, c-format
msgid "4-byte\n"
msgstr ""
-#: readelf.c:18138 readelf.c:18156
+#: readelf.c:18175 readelf.c:18193
#, c-format
msgid "8-byte and up to %d-byte extended\n"
msgstr ""
-#: readelf.c:18151
+#: readelf.c:18188
#, c-format
msgid "8-byte, except leaf SP\n"
msgstr ""
-#: readelf.c:18167 readelf.c:18250 readelf.c:18850
+#: readelf.c:18204 readelf.c:18287 readelf.c:18887
#, c-format
msgid "flag = %d, vendor = "
msgstr ""
-#: readelf.c:18188
+#: readelf.c:18225
#, c-format
msgid "True\n"
msgstr ""
-#: readelf.c:18208
+#: readelf.c:18245
#, c-format
msgid "<unknown: %d>\n"
msgstr ""
-#: readelf.c:18254
+#: readelf.c:18291
msgid "corrupt vendor attribute\n"
msgstr ""
-#: readelf.c:18304
+#: readelf.c:18341
#, c-format
msgid "unspecified hard/soft float\n"
msgstr ""
-#: readelf.c:18307
+#: readelf.c:18344
#, c-format
msgid "hard float\n"
msgstr ""
-#: readelf.c:18310
+#: readelf.c:18347
#, c-format
msgid "soft float\n"
msgstr ""
-#: readelf.c:18342
+#: readelf.c:18379
#, c-format
msgid "unspecified hard/soft float, "
msgstr ""
-#: readelf.c:18345
+#: readelf.c:18382
#, c-format
msgid "hard float, "
msgstr ""
-#: readelf.c:18348
+#: readelf.c:18385
#, c-format
msgid "soft float, "
msgstr ""
-#: readelf.c:18351
+#: readelf.c:18388
#, c-format
msgid "single-precision hard float, "
msgstr ""
-#: readelf.c:18358
+#: readelf.c:18395
#, c-format
msgid "unspecified long double\n"
msgstr ""
-#: readelf.c:18361
+#: readelf.c:18398
#, c-format
msgid "128-bit IBM long double\n"
msgstr ""
-#: readelf.c:18364
+#: readelf.c:18401
#, c-format
msgid "64-bit long double\n"
msgstr ""
-#: readelf.c:18367
+#: readelf.c:18404
#, c-format
msgid "128-bit IEEE long double\n"
msgstr ""
-#: readelf.c:18389 readelf.c:18420
+#: readelf.c:18426 readelf.c:18457
#, c-format
msgid "unspecified\n"
msgstr ""
-#: readelf.c:18392
+#: readelf.c:18429
#, c-format
msgid "generic\n"
msgstr ""
-#: readelf.c:18426
+#: readelf.c:18463
#, c-format
msgid "memory\n"
msgstr ""
-#: readelf.c:18453
+#: readelf.c:18490
#, c-format
msgid "any\n"
msgstr ""
-#: readelf.c:18456
+#: readelf.c:18493
#, c-format
msgid "software\n"
msgstr ""
-#: readelf.c:18459
+#: readelf.c:18496
#, c-format
msgid "hardware\n"
msgstr ""
-#: readelf.c:18582
+#: readelf.c:18619
#, c-format
msgid "Hard or soft float\n"
msgstr ""
-#: readelf.c:18585
+#: readelf.c:18622
#, c-format
msgid "Hard float (double precision)\n"
msgstr ""
-#: readelf.c:18588
+#: readelf.c:18625
#, c-format
msgid "Hard float (single precision)\n"
msgstr ""
-#: readelf.c:18591
+#: readelf.c:18628
#, c-format
msgid "Soft float\n"
msgstr ""
-#: readelf.c:18594
+#: readelf.c:18631
#, c-format
msgid "Hard float (MIPS32r2 64-bit FPU 12 callee-saved)\n"
msgstr ""
-#: readelf.c:18597
+#: readelf.c:18634
#, c-format
msgid "Hard float (32-bit CPU, Any FPU)\n"
msgstr ""
-#: readelf.c:18600
+#: readelf.c:18637
#, c-format
msgid "Hard float (32-bit CPU, 64-bit FPU)\n"
msgstr ""
-#: readelf.c:18603
+#: readelf.c:18640
#, c-format
msgid "Hard float compat (32-bit CPU, 64-bit FPU)\n"
msgstr ""
-#: readelf.c:18606
+#: readelf.c:18643
#, c-format
msgid "NaN 2008 compatibility\n"
msgstr ""
-#: readelf.c:18639
+#: readelf.c:18676
#, c-format
msgid "Any MSA or not\n"
msgstr ""
-#: readelf.c:18642
+#: readelf.c:18679
#, c-format
msgid "128-bit MSA\n"
msgstr ""
-#: readelf.c:18704
+#: readelf.c:18741
#, c-format
msgid "Not used\n"
msgstr ""
-#: readelf.c:18707
+#: readelf.c:18744
#, c-format
msgid "2 bytes\n"
msgstr ""
-#: readelf.c:18710
+#: readelf.c:18747
#, c-format
msgid "4 bytes\n"
msgstr ""
-#: readelf.c:18727 readelf.c:18744 readelf.c:18818 readelf.c:18838
+#: readelf.c:18764 readelf.c:18781 readelf.c:18855 readelf.c:18875
#, c-format
msgid "16-byte\n"
msgstr ""
-#: readelf.c:18758
+#: readelf.c:18795
#, c-format
msgid "DSBT addressing not used\n"
msgstr ""
-#: readelf.c:18761
+#: readelf.c:18798
#, c-format
msgid "DSBT addressing used\n"
msgstr ""
-#: readelf.c:18775
+#: readelf.c:18812
#, c-format
msgid "Data addressing position-dependent\n"
msgstr ""
-#: readelf.c:18778
+#: readelf.c:18815
#, c-format
msgid "Data addressing position-independent, GOT near DP\n"
msgstr ""
-#: readelf.c:18781
+#: readelf.c:18818
#, c-format
msgid "Data addressing position-independent, GOT far from DP\n"
msgstr ""
-#: readelf.c:18795
+#: readelf.c:18832
#, c-format
msgid "Code addressing position-dependent\n"
msgstr ""
-#: readelf.c:18798
+#: readelf.c:18835
#, c-format
msgid "Code addressing position-independent\n"
msgstr ""
-#: readelf.c:18952
+#: readelf.c:18989
#, c-format
msgid "MSP430\n"
msgstr ""
-#: readelf.c:18953
+#: readelf.c:18990
#, c-format
msgid "MSP430X\n"
msgstr ""
-#: readelf.c:18964 readelf.c:18976
+#: readelf.c:19001 readelf.c:19013
#, c-format
msgid "Small\n"
msgstr ""
-#: readelf.c:18965 readelf.c:18977
+#: readelf.c:19002 readelf.c:19014
#, c-format
msgid "Large\n"
msgstr ""
-#: readelf.c:18978
+#: readelf.c:19015
#, c-format
msgid "Restricted Large\n"
msgstr ""
-#: readelf.c:18984
+#: readelf.c:19021
#, c-format
msgid " <unknown tag %<PRId64>>: "
msgstr ""
-#: readelf.c:19030
+#: readelf.c:19067
#, c-format
msgid "Any Region\n"
msgstr ""
-#: readelf.c:19033
+#: readelf.c:19070
#, c-format
msgid "Lower Region Only\n"
msgstr ""
-#: readelf.c:19099
+#: readelf.c:19136
#, c-format
msgid "No unaligned access\n"
msgstr ""
-#: readelf.c:19102
+#: readelf.c:19139
#, c-format
msgid "Unaligned access\n"
msgstr ""
-#: readelf.c:19108
+#: readelf.c:19145
#, c-format
msgid "%<PRIu64>-bytes\n"
msgstr ""
-#: readelf.c:19250
+#: readelf.c:19287
msgid "attributes"
msgstr ""
-#: readelf.c:19262
+#: readelf.c:19299
#, c-format
msgid "Unknown attributes version '%c'(%d) - expecting 'A'\n"
msgstr ""
-#: readelf.c:19281
+#: readelf.c:19318
msgid "Tag section ends prematurely\n"
msgstr ""
-#: readelf.c:19290
+#: readelf.c:19327
#, c-format
msgid "Bad attribute length (%u > %u)\n"
msgstr ""
-#: readelf.c:19298
+#: readelf.c:19335
#, c-format
msgid "Attribute length of %u is too small\n"
msgstr ""
-#: readelf.c:19309
+#: readelf.c:19346
msgid "Corrupt attribute section name\n"
msgstr ""
-#: readelf.c:19314
+#: readelf.c:19351
#, c-format
msgid "Attribute Section: "
msgstr ""
-#: readelf.c:19341
+#: readelf.c:19378
msgid "Unused bytes at end of section\n"
msgstr ""
-#: readelf.c:19351
+#: readelf.c:19388
#, c-format
msgid "Bad subsection length (%u > %u)\n"
msgstr ""
-#: readelf.c:19359
+#: readelf.c:19396
#, c-format
msgid "Bad subsection length (%u < 6)\n"
msgstr ""
-#: readelf.c:19374
+#: readelf.c:19411
#, c-format
msgid "File Attributes\n"
msgstr ""
-#: readelf.c:19377
+#: readelf.c:19414
#, c-format
msgid "Section Attributes:"
msgstr ""
-#: readelf.c:19380
+#: readelf.c:19417
#, c-format
msgid "Symbol Attributes:"
msgstr ""
-#: readelf.c:19393
+#: readelf.c:19430
#, c-format
msgid "Unknown tag: %d\n"
msgstr ""
-#: readelf.c:19414
+#: readelf.c:19451
#, c-format
msgid " Unknown attribute:\n"
msgstr ""
-#: readelf.c:19456
+#: readelf.c:19493
msgid "MIPS GOT entry extends beyond the end of available data\n"
msgstr ""
-#: readelf.c:19655
+#: readelf.c:19692
msgid "Corrupt MIPS ABI Flags section.\n"
msgstr ""
-#: readelf.c:19661
+#: readelf.c:19698
msgid "MIPS ABI Flags section"
msgstr ""
-#: readelf.c:19720 readelf.c:20303
+#: readelf.c:19757 readelf.c:20340
msgid "Global Offset Table data"
msgstr ""
-#: readelf.c:19724
+#: readelf.c:19761
#, c-format
msgid ""
"\n"
"Static GOT:\n"
msgstr ""
-#: readelf.c:19725 readelf.c:20308
+#: readelf.c:19762 readelf.c:20345
#, c-format
msgid " Canonical gp value: "
msgstr ""
-#: readelf.c:19739 readelf.c:20312 readelf.c:20447
+#: readelf.c:19776 readelf.c:20349 readelf.c:20484
#, c-format
msgid " Reserved entries:\n"
msgstr ""
-#: readelf.c:19740
+#: readelf.c:19777
#, c-format
msgid " %*s %10s %*s\n"
msgstr ""
-#: readelf.c:19741 readelf.c:19771 readelf.c:20314 readelf.c:20342
-#: readelf.c:20360 readelf.c:20449 readelf.c:20458
+#: readelf.c:19778 readelf.c:19808 readelf.c:20351 readelf.c:20379
+#: readelf.c:20397 readelf.c:20486 readelf.c:20495
msgid "Address"
msgstr ""
-#: readelf.c:19741 readelf.c:19771 readelf.c:20314 readelf.c:20342
-#: readelf.c:20361
+#: readelf.c:19778 readelf.c:19808 readelf.c:20351 readelf.c:20379
+#: readelf.c:20398
msgid "Access"
msgstr ""
-#: readelf.c:19742 readelf.c:19772
+#: readelf.c:19779 readelf.c:19809
msgid "Value"
msgstr ""
-#: readelf.c:19769 readelf.c:20340
+#: readelf.c:19806 readelf.c:20377
#, c-format
msgid " Local entries:\n"
msgstr ""
-#: readelf.c:19851 readelf.c:20564
+#: readelf.c:19888 readelf.c:20601
msgid "liblist section data"
msgstr ""
-#: readelf.c:19854
+#: readelf.c:19891
#, c-format
msgid ""
"\n"
@@ -11638,38 +11638,38 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:19858
+#: readelf.c:19895
msgid ""
" Library Time Stamp Checksum Version Flags\n"
msgstr ""
-#: readelf.c:19884
+#: readelf.c:19921
#, c-format
msgid "<corrupt: %9ld>"
msgstr ""
-#: readelf.c:19889
+#: readelf.c:19926
msgid " NONE"
msgstr ""
-#: readelf.c:19939
+#: readelf.c:19976
msgid "No MIPS_OPTIONS header found\n"
msgstr ""
-#: readelf.c:19945
+#: readelf.c:19982
msgid "The MIPS options section is too small.\n"
msgstr ""
-#: readelf.c:19950
+#: readelf.c:19987
msgid "options"
msgstr ""
-#: readelf.c:19969
+#: readelf.c:20006
#, c-format
msgid "Invalid size (%u) for MIPS option\n"
msgstr ""
-#: readelf.c:19978
+#: readelf.c:20015
#, c-format
msgid ""
"\n"
@@ -11680,28 +11680,28 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:20016 readelf.c:20048
+#: readelf.c:20053 readelf.c:20085
msgid "Truncated MIPS REGINFO option\n"
msgstr ""
-#: readelf.c:20184
+#: readelf.c:20221
msgid "conflict list found without a dynamic symbol table\n"
msgstr ""
-#: readelf.c:20192
+#: readelf.c:20229
#, c-format
msgid "Overlarge number of conflicts detected: %zx\n"
msgstr ""
-#: readelf.c:20200
+#: readelf.c:20237
msgid "Out of memory allocating space for dynamic conflicts\n"
msgstr ""
-#: readelf.c:20210 readelf.c:20228
+#: readelf.c:20247 readelf.c:20265
msgid "conflict"
msgstr ""
-#: readelf.c:20241
+#: readelf.c:20278
#, c-format
msgid ""
"\n"
@@ -11712,125 +11712,125 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:20245
+#: readelf.c:20282
msgid " Num: Index Value Name"
msgstr ""
-#: readelf.c:20252
+#: readelf.c:20289
#, c-format
msgid "<corrupt symbol index>"
msgstr ""
-#: readelf.c:20263 readelf.c:20395 readelf.c:20483
+#: readelf.c:20300 readelf.c:20432 readelf.c:20520
#, c-format
msgid "<corrupt: %14ld>"
msgstr ""
-#: readelf.c:20286
+#: readelf.c:20323
#, c-format
msgid ""
"The GOT symbol offset (%<PRIu64>) is greater than the symbol table size (%"
"<PRIu64>)\n"
msgstr ""
-#: readelf.c:20296
+#: readelf.c:20333
#, c-format
msgid "Too many GOT symbols: %<PRIu64>\n"
msgstr ""
-#: readelf.c:20307
+#: readelf.c:20344
#, c-format
msgid ""
"\n"
"Primary GOT:\n"
msgstr ""
-#: readelf.c:20313
+#: readelf.c:20350
#, c-format
msgid " %*s %10s %*s Purpose\n"
msgstr ""
-#: readelf.c:20315 readelf.c:20343 readelf.c:20362 readelf.c:20449
-#: readelf.c:20459
+#: readelf.c:20352 readelf.c:20380 readelf.c:20399 readelf.c:20486
+#: readelf.c:20496
msgid "Initial"
msgstr ""
-#: readelf.c:20317
+#: readelf.c:20354
#, c-format
msgid " Lazy resolver\n"
msgstr ""
-#: readelf.c:20332
+#: readelf.c:20369
#, c-format
msgid " Module pointer (GNU extension)\n"
msgstr ""
-#: readelf.c:20358
+#: readelf.c:20395
#, c-format
msgid " Global entries:\n"
msgstr ""
-#: readelf.c:20363 readelf.c:20460
+#: readelf.c:20400 readelf.c:20497
msgid "Sym.Val."
msgstr ""
#. Note for translators: "Ndx" = abbreviated form of "Index".
-#: readelf.c:20366 readelf.c:20460
+#: readelf.c:20403 readelf.c:20497
msgid "Ndx"
msgstr ""
-#: readelf.c:20366 readelf.c:20460
+#: readelf.c:20403 readelf.c:20497
msgid "Name"
msgstr ""
-#: readelf.c:20376
+#: readelf.c:20413
#, c-format
msgid "<no dynamic symbols>"
msgstr ""
-#: readelf.c:20398
+#: readelf.c:20435
#, c-format
msgid "<symbol index %zu exceeds number of dynamic symbols>"
msgstr ""
-#: readelf.c:20439
+#: readelf.c:20476
msgid "Procedure Linkage Table data"
msgstr ""
-#: readelf.c:20448
+#: readelf.c:20485
#, c-format
msgid " %*s %*s Purpose\n"
msgstr ""
-#: readelf.c:20451
+#: readelf.c:20488
#, c-format
msgid " PLT lazy resolver\n"
msgstr ""
-#: readelf.c:20453
+#: readelf.c:20490
#, c-format
msgid " Module pointer\n"
msgstr ""
-#: readelf.c:20456
+#: readelf.c:20493
#, c-format
msgid " Entries:\n"
msgstr ""
-#: readelf.c:20470
+#: readelf.c:20507
#, c-format
msgid "<corrupt symbol index: %<PRIu64>>"
msgstr ""
-#: readelf.c:20509
+#: readelf.c:20546
msgid "NDS32 elf flags section"
msgstr ""
-#: readelf.c:20575
+#: readelf.c:20612
msgid "liblist string table"
msgstr ""
-#: readelf.c:20587
+#: readelf.c:20624
#, c-format
msgid ""
"\n"
@@ -11841,476 +11841,477 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:20595
+#: readelf.c:20632
msgid " Library Time Stamp Checksum Version Flags"
msgstr ""
-#: readelf.c:20645
+#: readelf.c:20682
msgid "NT_AUXV (auxiliary vector)"
msgstr ""
-#: readelf.c:20647
+#: readelf.c:20684
msgid "NT_PRSTATUS (prstatus structure)"
msgstr ""
-#: readelf.c:20649
+#: readelf.c:20686
msgid "NT_FPREGSET (floating point registers)"
msgstr ""
-#: readelf.c:20651
+#: readelf.c:20688
msgid "NT_PRPSINFO (prpsinfo structure)"
msgstr ""
-#: readelf.c:20653
+#: readelf.c:20690
msgid "NT_TASKSTRUCT (task structure)"
msgstr ""
-#: readelf.c:20655
+#: readelf.c:20692
msgid "NT_GDB_TDESC (GDB XML target description)"
msgstr ""
-#: readelf.c:20657
+#: readelf.c:20694
msgid "NT_PRXFPREG (user_xfpregs structure)"
msgstr ""
-#: readelf.c:20659
+#: readelf.c:20696
msgid "NT_PPC_VMX (ppc Altivec registers)"
msgstr ""
-#: readelf.c:20661
+#: readelf.c:20698
msgid "NT_PPC_VSX (ppc VSX registers)"
msgstr ""
-#: readelf.c:20663
+#: readelf.c:20700
msgid "NT_PPC_TAR (ppc TAR register)"
msgstr ""
-#: readelf.c:20665
+#: readelf.c:20702
msgid "NT_PPC_PPR (ppc PPR register)"
msgstr ""
-#: readelf.c:20667
+#: readelf.c:20704
msgid "NT_PPC_DSCR (ppc DSCR register)"
msgstr ""
-#: readelf.c:20669
+#: readelf.c:20706
msgid "NT_PPC_EBB (ppc EBB registers)"
msgstr ""
-#: readelf.c:20671
+#: readelf.c:20708
msgid "NT_PPC_PMU (ppc PMU registers)"
msgstr ""
-#: readelf.c:20673
+#: readelf.c:20710
msgid "NT_PPC_TM_CGPR (ppc checkpointed GPR registers)"
msgstr ""
-#: readelf.c:20675
+#: readelf.c:20712
msgid "NT_PPC_TM_CFPR (ppc checkpointed floating point registers)"
msgstr ""
-#: readelf.c:20677
+#: readelf.c:20714
msgid "NT_PPC_TM_CVMX (ppc checkpointed Altivec registers)"
msgstr ""
-#: readelf.c:20679
+#: readelf.c:20716
msgid "NT_PPC_TM_CVSX (ppc checkpointed VSX registers)"
msgstr ""
-#: readelf.c:20681
+#: readelf.c:20718
msgid "NT_PPC_TM_SPR (ppc TM special purpose registers)"
msgstr ""
-#: readelf.c:20683
+#: readelf.c:20720
msgid "NT_PPC_TM_CTAR (ppc checkpointed TAR register)"
msgstr ""
-#: readelf.c:20685
+#: readelf.c:20722
msgid "NT_PPC_TM_CPPR (ppc checkpointed PPR register)"
msgstr ""
-#: readelf.c:20687
+#: readelf.c:20724
msgid "NT_PPC_TM_CDSCR (ppc checkpointed DSCR register)"
msgstr ""
-#: readelf.c:20689
+#: readelf.c:20726
msgid "NT_386_TLS (x86 TLS information)"
msgstr ""
-#: readelf.c:20691
+#: readelf.c:20728
msgid "NT_386_IOPERM (x86 I/O permissions)"
msgstr ""
-#: readelf.c:20693
+#: readelf.c:20730
msgid "NT_X86_XSTATE (x86 XSAVE extended state)"
msgstr ""
-#: readelf.c:20695
+#: readelf.c:20732
msgid "NT_X86_CET (x86 CET state)"
msgstr ""
-#: readelf.c:20697
+#: readelf.c:20734
msgid "NT_X86_SHSTK (x86 SHSTK state)"
msgstr ""
-#: readelf.c:20699
+#: readelf.c:20736
msgid "NT_S390_HIGH_GPRS (s390 upper register halves)"
msgstr ""
-#: readelf.c:20701
+#: readelf.c:20738
msgid "NT_S390_TIMER (s390 timer register)"
msgstr ""
-#: readelf.c:20703
+#: readelf.c:20740
msgid "NT_S390_TODCMP (s390 TOD comparator register)"
msgstr ""
-#: readelf.c:20705
+#: readelf.c:20742
msgid "NT_S390_TODPREG (s390 TOD programmable register)"
msgstr ""
-#: readelf.c:20707
+#: readelf.c:20744
msgid "NT_S390_CTRS (s390 control registers)"
msgstr ""
-#: readelf.c:20709
+#: readelf.c:20746
msgid "NT_S390_PREFIX (s390 prefix register)"
msgstr ""
-#: readelf.c:20711
+#: readelf.c:20748
msgid "NT_S390_LAST_BREAK (s390 last breaking event address)"
msgstr ""
-#: readelf.c:20713
+#: readelf.c:20750
msgid "NT_S390_SYSTEM_CALL (s390 system call restart data)"
msgstr ""
-#: readelf.c:20715
+#: readelf.c:20752
msgid "NT_S390_TDB (s390 transaction diagnostic block)"
msgstr ""
-#: readelf.c:20717
+#: readelf.c:20754
msgid "NT_S390_VXRS_LOW (s390 vector registers 0-15 upper half)"
msgstr ""
-#: readelf.c:20719
+#: readelf.c:20756
msgid "NT_S390_VXRS_HIGH (s390 vector registers 16-31)"
msgstr ""
-#: readelf.c:20721
+#: readelf.c:20758
msgid "NT_S390_GS_CB (s390 guarded-storage registers)"
msgstr ""
-#: readelf.c:20723
+#: readelf.c:20760
msgid "NT_S390_GS_BC (s390 guarded-storage broadcast control)"
msgstr ""
-#: readelf.c:20725
+#: readelf.c:20762
msgid "NT_ARM_VFP (arm VFP registers)"
msgstr ""
-#: readelf.c:20727
+#: readelf.c:20764
msgid "NT_ARM_TLS (AArch TLS registers)"
msgstr ""
-#: readelf.c:20729
+#: readelf.c:20766
msgid "NT_ARM_HW_BREAK (AArch hardware breakpoint registers)"
msgstr ""
-#: readelf.c:20731
+#: readelf.c:20768
msgid "NT_ARM_HW_WATCH (AArch hardware watchpoint registers)"
msgstr ""
-#: readelf.c:20733
+#: readelf.c:20770
msgid "NT_ARM_SYSTEM_CALL (AArch system call number)"
msgstr ""
-#: readelf.c:20735
+#: readelf.c:20772
msgid "NT_ARM_SVE (AArch SVE registers)"
msgstr ""
-#: readelf.c:20737
+#: readelf.c:20774
msgid "NT_ARM_PAC_MASK (AArch pointer authentication code masks)"
msgstr ""
-#: readelf.c:20739
+#: readelf.c:20776
msgid "NT_ARM_PACA_KEYS (ARM pointer authentication address keys)"
msgstr ""
-#: readelf.c:20741
+#: readelf.c:20778
msgid "NT_ARM_PACG_KEYS (ARM pointer authentication generic keys)"
msgstr ""
-#: readelf.c:20743
+#: readelf.c:20780
msgid "NT_ARM_TAGGED_ADDR_CTRL (AArch tagged address control)"
msgstr ""
-#: readelf.c:20745
+#: readelf.c:20782
msgid "NT_ARM_SSVE (AArch64 streaming SVE registers)"
msgstr ""
-#: readelf.c:20747
+#: readelf.c:20784
msgid "NT_ARM_ZA (AArch64 SME ZA register)"
msgstr ""
-#: readelf.c:20749
+#: readelf.c:20786
msgid "NT_ARM_ZT (AArch64 SME2 ZT registers)"
msgstr ""
-#: readelf.c:20751
+#: readelf.c:20788
msgid "NT_ARM_PAC_ENABLED_KEYS (AArch64 pointer authentication enabled keys)"
msgstr ""
-#: readelf.c:20753
+#: readelf.c:20790
msgid "NT_ARC_V2 (ARC HS accumulator/extra registers)"
msgstr ""
-#: readelf.c:20755
+#: readelf.c:20792
msgid "NT_RISCV_CSR (RISC-V control and status registers)"
msgstr ""
-#: readelf.c:20757
+#: readelf.c:20794
msgid "NT_PSTATUS (pstatus structure)"
msgstr ""
-#: readelf.c:20759
+#: readelf.c:20796
msgid "NT_FPREGS (floating point registers)"
msgstr ""
-#: readelf.c:20761
+#: readelf.c:20798
msgid "NT_PSINFO (psinfo structure)"
msgstr ""
-#: readelf.c:20763
+#: readelf.c:20800
msgid "NT_LWPSTATUS (lwpstatus_t structure)"
msgstr ""
-#: readelf.c:20765
+#: readelf.c:20802
msgid "NT_LWPSINFO (lwpsinfo_t structure)"
msgstr ""
-#: readelf.c:20767
+#: readelf.c:20804
msgid "NT_WIN32PSTATUS (win32_pstatus structure)"
msgstr ""
-#: readelf.c:20769
+#: readelf.c:20806
msgid "NT_SIGINFO (siginfo_t data)"
msgstr ""
-#: readelf.c:20771
+#: readelf.c:20808
msgid "NT_FILE (mapped files)"
msgstr ""
-#: readelf.c:20779
+#: readelf.c:20816
msgid "NT_VERSION (version)"
msgstr ""
-#: readelf.c:20781
+#: readelf.c:20818
msgid "NT_ARCH (architecture)"
msgstr ""
-#: readelf.c:20783
+#: readelf.c:20820
msgid "OPEN"
msgstr ""
-#: readelf.c:20785
+#: readelf.c:20822
msgid "func"
msgstr ""
-#: readelf.c:20787
+#: readelf.c:20824
msgid "GO BUILDID"
msgstr ""
-#: readelf.c:20789
+#: readelf.c:20826
msgid "FDO_PACKAGING_METADATA"
msgstr ""
-#: readelf.c:20791
+#: readelf.c:20828
msgid "FDO_DLOPEN_METADATA"
msgstr ""
-#: readelf.c:20796 readelf.c:20906 readelf.c:21095 readelf.c:21663
-#: readelf.c:21833 readelf.c:21962 readelf.c:22095
+#: readelf.c:20833 readelf.c:20943 readelf.c:21132 readelf.c:21710
+#: readelf.c:21880 readelf.c:22009 readelf.c:22142
#, c-format
msgid "Unknown note type: (0x%08x)"
msgstr ""
-#: readelf.c:20816
+#: readelf.c:20853
msgid " Malformed note - too short for header\n"
msgstr ""
-#: readelf.c:20825
+#: readelf.c:20862
msgid " Malformed note - does not end with \\0\n"
msgstr ""
-#: readelf.c:20838
+#: readelf.c:20875
msgid " Malformed note - too short for supplied file count\n"
msgstr ""
-#: readelf.c:20842
+#: readelf.c:20879
#, c-format
msgid " Page size: "
msgstr ""
-#: readelf.c:20846
+#: readelf.c:20883
#, c-format
msgid " %*s%*s%*s\n"
msgstr ""
-#: readelf.c:20847
+#: readelf.c:20884
msgid "Start"
msgstr ""
-#: readelf.c:20848
+#: readelf.c:20885
msgid "End"
msgstr ""
-#: readelf.c:20849
+#: readelf.c:20886
msgid "Page Offset"
msgstr ""
-#: readelf.c:20857
+#: readelf.c:20894
msgid " Malformed note - filenames end too early\n"
msgstr ""
-#: readelf.c:20889
+#: readelf.c:20926
msgid "NT_GNU_ABI_TAG (ABI version tag)"
msgstr ""
-#: readelf.c:20891
+#: readelf.c:20928
msgid "NT_GNU_HWCAP (DSO-supplied software HWCAP info)"
msgstr ""
-#: readelf.c:20893
+#: readelf.c:20930
msgid "NT_GNU_BUILD_ID (unique build ID bitstring)"
msgstr ""
-#: readelf.c:20895
+#: readelf.c:20932
msgid "NT_GNU_GOLD_VERSION (gold version)"
msgstr ""
-#: readelf.c:20897
+#: readelf.c:20934
msgid "NT_GNU_PROPERTY_TYPE_0"
msgstr ""
-#: readelf.c:20899
+#: readelf.c:20936
msgid "NT_GNU_BUILD_ATTRIBUTE_OPEN"
msgstr ""
-#: readelf.c:20901
+#: readelf.c:20938
msgid "NT_GNU_BUILD_ATTRIBUTE_FUNC"
msgstr ""
-#: readelf.c:20990 readelf.c:21137 readelf.c:21174
+#: readelf.c:21027 readelf.c:21174 readelf.c:21211
#, c-format
msgid "<None>"
msgstr ""
-#: readelf.c:21091
+#: readelf.c:21128
msgid "NT_AMDGPU_METADATA (code object metadata)"
msgstr ""
-#: readelf.c:21286
+#: readelf.c:21327
#, c-format
msgid " Properties: "
msgstr ""
-#: readelf.c:21290
+#: readelf.c:21331
#, c-format
msgid "<corrupt GNU_PROPERTY_TYPE, size = %#lx>\n"
msgstr ""
-#: readelf.c:21302
+#: readelf.c:21343
#, c-format
msgid "<corrupt descsz: %#lx>\n"
msgstr ""
-#: readelf.c:21313
+#: readelf.c:21354
#, c-format
msgid "<corrupt type (%#x) datasz: %#x>\n"
msgstr ""
-#: readelf.c:21335 readelf.c:21389 readelf.c:21411
+#: readelf.c:21376 readelf.c:21430 readelf.c:21452
#, c-format
msgid "x86 ISA used: <corrupt length: %#x> "
msgstr ""
-#: readelf.c:21346 readelf.c:21400 readelf.c:21422
+#: readelf.c:21387 readelf.c:21441 readelf.c:21463
#, c-format
msgid "x86 ISA needed: <corrupt length: %#x> "
msgstr ""
-#: readelf.c:21357
+#: readelf.c:21398
#, c-format
msgid "x86 feature: <corrupt length: %#x> "
msgstr ""
-#: readelf.c:21368
+#: readelf.c:21409
#, c-format
msgid "x86 feature used: <corrupt length: %#x> "
msgstr ""
-#: readelf.c:21379
+#: readelf.c:21420
#, c-format
msgid "x86 feature needed: <corrupt length: %#x> "
msgstr ""
-#: readelf.c:21441 readelf.c:21455 readelf.c:21463 readelf.c:21494
+#: readelf.c:21482 readelf.c:21496 readelf.c:21504 readelf.c:21510
+#: readelf.c:21541
#, c-format
msgid "<corrupt length: %#x> "
msgstr ""
-#: readelf.c:21453
+#: readelf.c:21494
#, c-format
msgid "stack size: "
msgstr ""
-#: readelf.c:21476
+#: readelf.c:21523
#, c-format
msgid "1_needed: <corrupt length: %#x> "
msgstr ""
-#: readelf.c:21490
+#: readelf.c:21537
#, c-format
msgid "UINT32_AND (%#x): "
msgstr ""
-#: readelf.c:21492
+#: readelf.c:21539
#, c-format
msgid "UINT32_OR (%#x): "
msgstr ""
-#: readelf.c:21504
+#: readelf.c:21551
#, c-format
msgid "<unknown type %#x data: "
msgstr ""
-#: readelf.c:21506
+#: readelf.c:21553
#, c-format
msgid "<processor-specific type %#x data: "
msgstr ""
-#: readelf.c:21508
+#: readelf.c:21555
#, c-format
msgid "<application-specific type %#x data: "
msgstr ""
-#: readelf.c:21537
+#: readelf.c:21584
#, c-format
msgid " Build ID: "
msgstr ""
-#: readelf.c:21552
+#: readelf.c:21599
#, c-format
msgid " <corrupt GNU_ABI_TAG>\n"
msgstr ""
-#: readelf.c:21589
+#: readelf.c:21636
#, c-format
msgid " OS: %s, ABI: %d.%d.%d\n"
msgstr ""
-#: readelf.c:21598
+#: readelf.c:21645
#, c-format
msgid " Version: "
msgstr ""
@@ -12320,593 +12321,593 @@ msgstr ""
#. is a series of entries, where each entry is a single byte followed
#. by a nul terminated string. The byte gives the bit number to test
#. if enabled in the bitmask.
-#: readelf.c:21614
+#: readelf.c:21661
#, c-format
msgid " Hardware Capabilities: "
msgstr ""
-#: readelf.c:21617
+#: readelf.c:21664
msgid "<corrupt GNU_HWCAP>\n"
msgstr ""
-#: readelf.c:21622
+#: readelf.c:21669
#, c-format
msgid "num entries: %d, enabled mask: %x\n"
msgstr ""
-#: readelf.c:21638
+#: readelf.c:21685
#, c-format
msgid " Description data: "
msgstr ""
-#: readelf.c:21656
+#: readelf.c:21703
msgid "Alignment of 8-byte objects"
msgstr ""
-#: readelf.c:21657
+#: readelf.c:21704
msgid "Sizeof double and long double"
msgstr ""
-#: readelf.c:21658
+#: readelf.c:21705
msgid "Type of FPU support needed"
msgstr ""
-#: readelf.c:21659
+#: readelf.c:21706
msgid "Use of SIMD instructions"
msgstr ""
-#: readelf.c:21660
+#: readelf.c:21707
msgid "Use of cache"
msgstr ""
-#: readelf.c:21661
+#: readelf.c:21708
msgid "Use of MMU"
msgstr ""
-#: readelf.c:21697
+#: readelf.c:21744
#, c-format
msgid "4-bytes\n"
msgstr ""
-#: readelf.c:21698
+#: readelf.c:21745
#, c-format
msgid "8-bytes\n"
msgstr ""
-#: readelf.c:21705
+#: readelf.c:21752
#, c-format
msgid "FPU-2.0\n"
msgstr ""
-#: readelf.c:21706
+#: readelf.c:21753
#, c-format
msgid "FPU-3.0\n"
msgstr ""
-#: readelf.c:21715
+#: readelf.c:21762
#, c-format
msgid "yes\n"
msgstr ""
-#: readelf.c:21725
+#: readelf.c:21772
#, c-format
msgid "unknown value: %x\n"
msgstr ""
-#: readelf.c:21781
+#: readelf.c:21828
msgid "NT_THRMISC (thrmisc structure)"
msgstr ""
-#: readelf.c:21783
+#: readelf.c:21830
msgid "NT_PROCSTAT_PROC (proc data)"
msgstr ""
-#: readelf.c:21785
+#: readelf.c:21832
msgid "NT_PROCSTAT_FILES (files data)"
msgstr ""
-#: readelf.c:21787
+#: readelf.c:21834
msgid "NT_PROCSTAT_VMMAP (vmmap data)"
msgstr ""
-#: readelf.c:21789
+#: readelf.c:21836
msgid "NT_PROCSTAT_GROUPS (groups data)"
msgstr ""
-#: readelf.c:21791
+#: readelf.c:21838
msgid "NT_PROCSTAT_UMASK (umask data)"
msgstr ""
-#: readelf.c:21793
+#: readelf.c:21840
msgid "NT_PROCSTAT_RLIMIT (rlimit data)"
msgstr ""
-#: readelf.c:21795
+#: readelf.c:21842
msgid "NT_PROCSTAT_OSREL (osreldate data)"
msgstr ""
-#: readelf.c:21797
+#: readelf.c:21844
msgid "NT_PROCSTAT_PSSTRINGS (ps_strings data)"
msgstr ""
-#: readelf.c:21799
+#: readelf.c:21846
msgid "NT_PROCSTAT_AUXV (auxv data)"
msgstr ""
-#: readelf.c:21801
+#: readelf.c:21848
msgid "NT_PTLWPINFO (ptrace_lwpinfo structure)"
msgstr ""
-#: readelf.c:21803
+#: readelf.c:21850
msgid "NT_X86_SEGBASES (x86 segment base registers)"
msgstr ""
#. NetBSD core "procinfo" structure.
-#: readelf.c:21817
+#: readelf.c:21864
msgid "NetBSD procinfo structure"
msgstr ""
-#: readelf.c:21820
+#: readelf.c:21867
msgid "NetBSD ELF auxiliary vector data"
msgstr ""
-#: readelf.c:21823
+#: readelf.c:21870
msgid "PT_LWPSTATUS (ptrace_lwpstatus structure)"
msgstr ""
-#: readelf.c:21852 readelf.c:21869 readelf.c:21883
+#: readelf.c:21899 readelf.c:21916 readelf.c:21930
msgid "PT_GETREGS (reg structure)"
msgstr ""
-#: readelf.c:21854 readelf.c:21871 readelf.c:21885
+#: readelf.c:21901 readelf.c:21918 readelf.c:21932
msgid "PT_GETFPREGS (fpreg structure)"
msgstr ""
-#: readelf.c:21867
+#: readelf.c:21914
msgid "PT___GETREGS40 (old reg structure)"
msgstr ""
-#: readelf.c:21902
+#: readelf.c:21949
msgid "OpenBSD procinfo structure"
msgstr ""
-#: readelf.c:21904
+#: readelf.c:21951
msgid "OpenBSD ELF auxiliary vector data"
msgstr ""
-#: readelf.c:21906
+#: readelf.c:21953
msgid "OpenBSD regular registers"
msgstr ""
-#: readelf.c:21908
+#: readelf.c:21955
msgid "OpenBSD floating point registers"
msgstr ""
-#: readelf.c:21910
+#: readelf.c:21957
msgid "OpenBSD window cookie"
msgstr ""
-#: readelf.c:21922
+#: readelf.c:21969
msgid "QNX debug fullpath"
msgstr ""
-#: readelf.c:21924
+#: readelf.c:21971
msgid "QNX debug relocation"
msgstr ""
-#: readelf.c:21926
+#: readelf.c:21973
msgid "QNX stack"
msgstr ""
-#: readelf.c:21928
+#: readelf.c:21975
msgid "QNX generator"
msgstr ""
-#: readelf.c:21930
+#: readelf.c:21977
msgid "QNX default library"
msgstr ""
-#: readelf.c:21932
+#: readelf.c:21979
msgid "QNX core sysinfo"
msgstr ""
-#: readelf.c:21934
+#: readelf.c:21981
msgid "QNX core info"
msgstr ""
-#: readelf.c:21936
+#: readelf.c:21983
msgid "QNX core status"
msgstr ""
-#: readelf.c:21938
+#: readelf.c:21985
msgid "QNX general registers"
msgstr ""
-#: readelf.c:21940
+#: readelf.c:21987
msgid "QNX floating point registers"
msgstr ""
-#: readelf.c:21942
+#: readelf.c:21989
msgid "QNX link map"
msgstr ""
-#: readelf.c:21956
+#: readelf.c:22003
msgid "NT_STAPSDT (SystemTap probe descriptors)"
msgstr ""
-#: readelf.c:22024
+#: readelf.c:22071
#, c-format
msgid " Provider: %s\n"
msgstr ""
-#: readelf.c:22025
+#: readelf.c:22072
#, c-format
msgid " Name: %s\n"
msgstr ""
-#: readelf.c:22026
+#: readelf.c:22073
#, c-format
msgid " Location: "
msgstr ""
-#: readelf.c:22028
+#: readelf.c:22075
#, c-format
msgid ", Base: "
msgstr ""
-#: readelf.c:22030
+#: readelf.c:22077
#, c-format
msgid ", Semaphore: "
msgstr ""
-#: readelf.c:22033
+#: readelf.c:22080
#, c-format
msgid " Arguments: %s\n"
msgstr ""
-#: readelf.c:22038
+#: readelf.c:22085
#, c-format
msgid " <corrupt - note is too small>\n"
msgstr ""
-#: readelf.c:22039
+#: readelf.c:22086
msgid "corrupt stapdt note - the data size is too small\n"
msgstr ""
-#: readelf.c:22048
+#: readelf.c:22095
#, c-format
msgid " Packaging Metadata: %.*s\n"
msgstr ""
-#: readelf.c:22053
+#: readelf.c:22100
#, c-format
msgid " Dlopen Metadata: %.*s\n"
msgstr ""
-#: readelf.c:22067
+#: readelf.c:22114
msgid "NT_VMS_MHD (module header)"
msgstr ""
-#: readelf.c:22069
+#: readelf.c:22116
msgid "NT_VMS_LNM (language name)"
msgstr ""
-#: readelf.c:22071
+#: readelf.c:22118
msgid "NT_VMS_SRC (source files)"
msgstr ""
-#: readelf.c:22075
+#: readelf.c:22122
msgid "NT_VMS_EIDC (consistency check)"
msgstr ""
-#: readelf.c:22077
+#: readelf.c:22124
msgid "NT_VMS_FPMODE (FP mode)"
msgstr ""
-#: readelf.c:22081
+#: readelf.c:22128
msgid "NT_VMS_IMGNAM (image name)"
msgstr ""
-#: readelf.c:22083
+#: readelf.c:22130
msgid "NT_VMS_IMGID (image id)"
msgstr ""
-#: readelf.c:22085
+#: readelf.c:22132
msgid "NT_VMS_LINKID (link id)"
msgstr ""
-#: readelf.c:22087
+#: readelf.c:22134
msgid "NT_VMS_IMGBID (build id)"
msgstr ""
-#: readelf.c:22089
+#: readelf.c:22136
msgid "NT_VMS_GSTNAM (sym table name)"
msgstr ""
-#: readelf.c:22116
+#: readelf.c:22163
#, c-format
msgid " Creation date : %.17s\n"
msgstr ""
-#: readelf.c:22117
+#: readelf.c:22164
#, c-format
msgid " Last patch date: %.17s\n"
msgstr ""
-#: readelf.c:22120
+#: readelf.c:22167
#, c-format
msgid " Module name : %s\n"
msgstr ""
-#: readelf.c:22122
+#: readelf.c:22169
#, c-format
msgid " Module version : %s\n"
msgstr ""
-#: readelf.c:22124 readelf.c:22129
+#: readelf.c:22171 readelf.c:22176
#, c-format
msgid " Module version : <missing>\n"
msgstr ""
-#: readelf.c:22128
+#: readelf.c:22175
#, c-format
msgid " Module name : <missing>\n"
msgstr ""
-#: readelf.c:22134
+#: readelf.c:22181
#, c-format
msgid " Language: %.*s\n"
msgstr ""
-#: readelf.c:22138
+#: readelf.c:22185
#, c-format
msgid " Floating Point mode: "
msgstr ""
-#: readelf.c:22148
+#: readelf.c:22195
#, c-format
msgid " Link time: "
msgstr ""
-#: readelf.c:22158
+#: readelf.c:22205
#, c-format
msgid " Patch time: "
msgstr ""
-#: readelf.c:22171
+#: readelf.c:22218
#, c-format
msgid " Major id: %u, minor id: %u\n"
msgstr ""
-#: readelf.c:22174
+#: readelf.c:22221
#, c-format
msgid " Last modified : "
msgstr ""
-#: readelf.c:22176
+#: readelf.c:22223
#, c-format
msgid ""
"\n"
" Link flags : "
msgstr ""
-#: readelf.c:22179
+#: readelf.c:22226
#, c-format
msgid " Header flags: 0x%08x\n"
msgstr ""
-#: readelf.c:22181
+#: readelf.c:22228
#, c-format
msgid " Image id : %.*s\n"
msgstr ""
-#: readelf.c:22185
+#: readelf.c:22232
#, c-format
msgid " Image name: %.*s\n"
msgstr ""
-#: readelf.c:22189
+#: readelf.c:22236
#, c-format
msgid " Global symbol table name: %.*s\n"
msgstr ""
-#: readelf.c:22193
+#: readelf.c:22240
#, c-format
msgid " Image id: %.*s\n"
msgstr ""
-#: readelf.c:22197
+#: readelf.c:22244
#, c-format
msgid " Linker id: %.*s\n"
msgstr ""
-#: readelf.c:22207 readelf.c:22900
+#: readelf.c:22254 readelf.c:22947
#, c-format
msgid " <corrupt - data size is too small>\n"
msgstr ""
-#: readelf.c:22208
+#: readelf.c:22255
msgid "corrupt IA64 note: data size is too small\n"
msgstr ""
-#: readelf.c:22375 readelf.c:22384
+#: readelf.c:22422 readelf.c:22431
#, c-format
msgid " Applies to region from %#<PRIx64> to %#<PRIx64>\n"
msgstr ""
-#: readelf.c:22378 readelf.c:22387
+#: readelf.c:22425 readelf.c:22434
#, c-format
msgid " Applies to region from %#<PRIx64>\n"
msgstr ""
-#: readelf.c:22408
+#: readelf.c:22455
#, c-format
msgid " <invalid description size: %lx>\n"
msgstr ""
-#: readelf.c:22409
+#: readelf.c:22456
#, c-format
msgid " <invalid descsz>"
msgstr ""
-#: readelf.c:22435
+#: readelf.c:22482
#, c-format
msgid "Gap in build notes detected from %#<PRIx64> to %#<PRIx64>\n"
msgstr ""
-#: readelf.c:22439 readelf.c:22450
+#: readelf.c:22486 readelf.c:22497
#, c-format
msgid " Applies to region from %#<PRIx64>"
msgstr ""
-#: readelf.c:22444 readelf.c:22455
+#: readelf.c:22491 readelf.c:22502
#, c-format
msgid " to %#<PRIx64>"
msgstr ""
-#: readelf.c:22461
+#: readelf.c:22508
#, c-format
msgid " (%s)"
msgstr ""
-#: readelf.c:22482 readelf.c:22497
+#: readelf.c:22529 readelf.c:22544
#, c-format
msgid "corrupt name field in GNU build attribute note: size = %ld\n"
msgstr ""
-#: readelf.c:22483 readelf.c:22498
+#: readelf.c:22530 readelf.c:22545
msgid " <corrupt name>"
msgstr ""
-#: readelf.c:22517
+#: readelf.c:22564
#, c-format
msgid "unrecognised attribute type in name field: %d\n"
msgstr ""
-#: readelf.c:22518
+#: readelf.c:22565
msgid "<unknown name type>"
msgstr ""
-#: readelf.c:22528
+#: readelf.c:22575
msgid "<version>"
msgstr ""
-#: readelf.c:22533
+#: readelf.c:22580
msgid "<stack prot>"
msgstr ""
-#: readelf.c:22538
+#: readelf.c:22585
msgid "<relro>"
msgstr ""
-#: readelf.c:22543
+#: readelf.c:22590
msgid "<stack size>"
msgstr ""
-#: readelf.c:22548
+#: readelf.c:22595
msgid "<tool>"
msgstr ""
-#: readelf.c:22553
+#: readelf.c:22600
msgid "<ABI>"
msgstr ""
-#: readelf.c:22558
+#: readelf.c:22605
msgid "<PIC>"
msgstr ""
-#: readelf.c:22563
+#: readelf.c:22610
msgid "<short enum>"
msgstr ""
-#: readelf.c:22582
+#: readelf.c:22629
#, c-format
msgid "unrecognised byte in name field: %d\n"
msgstr ""
-#: readelf.c:22583
+#: readelf.c:22630
#, c-format
msgid "<unknown:_%d>"
msgstr ""
-#: readelf.c:22595
+#: readelf.c:22642
#, c-format
msgid "attribute does not have an expected type (%c)\n"
msgstr ""
-#: readelf.c:22599
+#: readelf.c:22646
#, c-format
msgid "corrupt name field: namesz: %lu but parsing gets to %td\n"
msgstr ""
-#: readelf.c:22626
+#: readelf.c:22673
#, c-format
msgid "corrupt numeric name field: too many bytes in the value: %x\n"
msgstr ""
-#: readelf.c:22715
+#: readelf.c:22762
#, c-format
msgid " description data: "
msgstr ""
-#: readelf.c:22863
+#: readelf.c:22910
msgid "failed to unpack msgpack contents in NT_AMDGPU_METADATA note"
msgstr ""
-#: readelf.c:22886
+#: readelf.c:22933
#, c-format
msgid " Stack Size: 0x%<PRIx32>\n"
msgstr ""
-#: readelf.c:22888
+#: readelf.c:22935
#, c-format
msgid " Stack allocated: %<PRIx32>\n"
msgstr ""
-#: readelf.c:22890
+#: readelf.c:22937
#, c-format
msgid " Executable: %s\n"
msgstr ""
-#: readelf.c:22901
+#: readelf.c:22948
msgid "corrupt QNX note: data size is too small\n"
msgstr ""
-#: readelf.c:23046
+#: readelf.c:23093
msgid "notes"
msgstr ""
-#: readelf.c:23058
+#: readelf.c:23105
#, c-format
msgid "Displaying notes found in: %s\n"
msgstr ""
-#: readelf.c:23060
+#: readelf.c:23107
#, c-format
msgid ""
"Displaying notes found at file offset 0x%08<PRIx64> with length 0x%"
"08<PRIx64>:\n"
msgstr ""
-#: readelf.c:23073
+#: readelf.c:23120
#, c-format
msgid "Corrupt note: alignment %<PRId64>, expecting 4 or 8\n"
msgstr ""
-#: readelf.c:23079
+#: readelf.c:23126
#, c-format
msgid " %-20s %-10s\tDescription\n"
msgstr ""
-#: readelf.c:23079
+#: readelf.c:23126
msgid "Owner"
msgstr ""
-#: readelf.c:23079
+#: readelf.c:23126
msgid "Data size"
msgstr ""
-#: readelf.c:23097 readelf.c:23126
+#: readelf.c:23144 readelf.c:23173
#, c-format
msgid "Corrupt note: only %zd byte remains, not enough for a full note\n"
msgid_plural ""
@@ -12914,25 +12915,25 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:23154
+#: readelf.c:23201
#, c-format
msgid "note with invalid namesz and/or descsz found at offset %#tx\n"
msgstr ""
-#: readelf.c:23156
+#: readelf.c:23203
#, c-format
msgid " type: %#lx, namesize: %#lx, descsize: %#lx, alignment: %u\n"
msgstr ""
-#: readelf.c:23174
+#: readelf.c:23221
msgid "Out of memory allocating space for inote name\n"
msgstr ""
-#: readelf.c:23232
+#: readelf.c:23279
msgid "v850 notes"
msgstr ""
-#: readelf.c:23239
+#: readelf.c:23286
#, c-format
msgid ""
"\n"
@@ -12940,76 +12941,76 @@ msgid ""
"length %#<PRIx64>:\n"
msgstr ""
-#: readelf.c:23257
+#: readelf.c:23304
#, c-format
msgid "Corrupt note: name size is too big: %lx\n"
msgstr ""
-#: readelf.c:23267
+#: readelf.c:23314
#, c-format
msgid "corrupt descsz found in note at offset %#tx\n"
msgstr ""
-#: readelf.c:23269 readelf.c:23282
+#: readelf.c:23316 readelf.c:23329
#, c-format
msgid " type: %#lx, namesize: %#lx, descsize: %#lx\n"
msgstr ""
-#: readelf.c:23280
+#: readelf.c:23327
#, c-format
msgid "corrupt namesz found in note at offset %#zx\n"
msgstr ""
-#: readelf.c:23356
+#: readelf.c:23403
#, c-format
msgid "No notes found in linked file '%s'.\n"
msgstr ""
-#: readelf.c:23359
+#: readelf.c:23406
#, c-format
msgid "No notes found file.\n"
msgstr ""
-#: readelf.c:23368
+#: readelf.c:23415
#, c-format
msgid " Unknown GNU attribute: %s\n"
msgstr ""
-#: readelf.c:23697
+#: readelf.c:23744
#, c-format
msgid "%s: Failed to read file header\n"
msgstr ""
-#: readelf.c:23712
+#: readelf.c:23759
#, c-format
msgid ""
"\n"
"File: %s\n"
msgstr ""
-#: readelf.c:23873
+#: readelf.c:23920
#, c-format
msgid "%s: unable to dump the index as none was found\n"
msgstr ""
-#: readelf.c:23880
+#: readelf.c:23927
#, c-format
msgid ""
"Index of archive %s: (%<PRIu64> entries, %#<PRIx64> bytes in the symbol "
"table)\n"
msgstr ""
-#: readelf.c:23904
+#: readelf.c:23951
#, c-format
msgid "Contents of binary %s at offset "
msgstr ""
-#: readelf.c:23916
+#: readelf.c:23963
#, c-format
msgid "%s: end of the symbol table reached before the end of the index\n"
msgstr ""
-#: readelf.c:23935
+#: readelf.c:23982
#, c-format
msgid ""
"%s: %<PRId64> byte remains in the symbol table, but without corresponding "
@@ -13020,36 +13021,36 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:23948
+#: readelf.c:23995
#, c-format
msgid "%s: failed to seek back to start of object files in the archive\n"
msgstr ""
-#: readelf.c:24040 readelf.c:24159
+#: readelf.c:24087 readelf.c:24206
#, c-format
msgid "Input file '%s' is not readable.\n"
msgstr ""
-#: readelf.c:24068
+#: readelf.c:24115
#, c-format
msgid "%s: contains corrupt thin archive: %s\n"
msgstr ""
-#: readelf.c:24086
+#: readelf.c:24133
#, c-format
msgid "%s: failed to seek to archive member.\n"
msgstr ""
-#: readelf.c:24151
+#: readelf.c:24198
msgid "Out of memory allocating file data structure\n"
msgstr ""
-#: readelf.c:24188
+#: readelf.c:24235
#, c-format
msgid "File %s is not an archive so its index cannot be displayed.\n"
msgstr ""
-#: readelf.c:24259
+#: readelf.c:24301
msgid "Nothing to do.\n"
msgstr ""
@@ -13764,8 +13765,8 @@ msgid ""
" -e --encoding={s,S,b,l,B,L} Select character size and endianness:\n"
" s = 7-bit, S = 8-bit, {b,l} = 16-bit, {B,L} = 32-"
"bit\n"
-" --unicode={default|show|invalid|hex|escape|highlight}\n"
-" -U {d|s|i|x|e|h} Specify how to treat UTF-8 encoded unicode "
+" --unicode={default|locale|invalid|hex|escape|highlight}\n"
+" -U {d|l|i|x|e|h} Specify how to treat UTF-8 encoded unicode "
"characters\n"
" -s --output-separator=<string> String used to separate strings in output.\n"
" @<file> Read options from <file>\n"
@@ -13919,7 +13920,7 @@ msgstr ""
#: version.c:34
#, c-format
-msgid "Copyright (C) 2024 Free Software Foundation, Inc.\n"
+msgid "Copyright (C) 2025 Free Software Foundation, Inc.\n"
msgstr ""
#: version.c:35
@@ -14108,14 +14109,14 @@ msgstr ""
msgid "No filename following the -fo option.\n"
msgstr ""
-#: windres.c:960
+#: windres.c:957
#, c-format
msgid ""
"Option -I is deprecated for setting the input format, please use -J "
"instead.\n"
msgstr ""
-#: windres.c:1073
+#: windres.c:1070
msgid "no resources"
msgstr ""