aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2018-06-24 19:13:01 +0100
committerNick Clifton <nickc@redhat.com>2018-06-24 19:13:01 +0100
commit71300e2c0c24442979a3d01b8423cfaf8ea83003 (patch)
tree08a1591962192e2f3b292b7fcd0fd5b67f693260 /binutils
parent5127f207329b795f865234f4461b230d159e2a22 (diff)
downloadbinutils-71300e2c0c24442979a3d01b8423cfaf8ea83003.zip
binutils-71300e2c0c24442979a3d01b8423cfaf8ea83003.tar.gz
binutils-71300e2c0c24442979a3d01b8423cfaf8ea83003.tar.bz2
Regenerate configure and pot files with updated binutils version number.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog7
-rw-r--r--binutils/README-how-to-make-a-release50
-rwxr-xr-xbinutils/configure20
-rw-r--r--binutils/po/binutils.pot1739
4 files changed, 917 insertions, 899 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index d03bc79..28babb2 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,12 @@
2018-06-24 Nick Clifton <nickc@redhat.com>
+ * README-how-to-make-a-release: Update with experiences from
+ making 2.31 branch.
+ * po/binutils.pot: Regenerate.
+ * configure: Regenerate.
+
+2018-06-24 Nick Clifton <nickc@redhat.com>
+
2.31 branch created.
* NEWS: Add marker for 2.31.
diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release
index 597347d..1f1cc82 100644
--- a/binutils/README-how-to-make-a-release
+++ b/binutils/README-how-to-make-a-release
@@ -38,8 +38,10 @@ How to perform a release.
4. Create the release branch using:
- git tag -a binutils-2_30-branch [e.g. for the 2.30 branch...]
- git push --tags origin binutils-2_30-branch
+ git tag -a binutils-2_31-branch [e.g. for the 2.31 branch...]
+ Suggested tag note: "The 2.31 branch for the FSF binutils"
+
+ git push --tags origin binutils-2_31-branch
5. Update "BINUTILS_BRANCH" in gdbadmin's crontab:
@@ -54,49 +56,53 @@ How to perform a release.
If you do not have access to this account, please feel free to
ask Joel Brobecker <brobecker AT adacore DOT com>.
- 6. Update bfd/configure and bfd/configure.ac on HEAD to indicate
- snapshot of the following release.
- [make-prerelease.sh command hv + C]
-
- 7. Rename the current HEAD version entry in Bugzilla, and create a
+ 6. Rename the current HEAD version entry in Bugzilla, and create a
new one. E.g. rename "2.30 (HEAD)" to 2.30, and create "2.31
(HEAD)":
https://sourceware.org/bugzilla/editversions.cgi?product=binutils
- 8. Update the release number in bfd/version.m4 for the mainline and
- the branch. The mainline should have the minor number
- incremented, but the branch only needs the point value set to 90
- as the release has not actually happened yet.
+ 7. Check out the branch sources:
+
+ git clone ssh://sourceware.org/git/binutils-gdb.git -b binutils-2_31-branch 2.31
+
+ 8. Update bfd/version.m4 on HEAD to indicate that is now a snapshot
+ of the next release:
+
+ m4_define([BFD_VERSION], [2.31.51])
+
+ Update the release number in bfd/version.m4 for the the branch.
+ The branch only needs the point value set to 90 as the release
+ has not actually happened yet.
+
+ m4_define([BFD_VERSION], [2.30.90])
Regenerate various files on both branch and HEAD by configuring
with --enable-maintainer-mode. NB/ Remember to build gold and
- gprof. Commit the changes. Make sure that this includes the
- .pot files as well as the configure and makefiles.
-
- 9. Create an initial prerelease:
+ gprof. Add ChangeLog entries. Commit the changes. Make sure
+ that this includes the .pot files as well as the configure and
+ makefiles.
- a. Change the version on the branch (bfd/version.m4), regenerate
- the files, and check this in.
+ 8. Create an initial prerelease:
- b. Create a source tarball of the branch sources:
+ a. Create a source tarball of the branch sources:
./src-release -x binutils
- c. Build a test target using this tarball.
+ b. Build a test target using this tarball.
- d. Upload the prerelease snapshot to the FTP:
+ c. Upload the prerelease snapshot to the FTP:
scp ../binutils-$version.tar.xz sourceware.org:~ftp/pub/binutils/snapshots
ssh sourceware.org md5sum ~ftp/pub/binutils/snapshots/binutils-$version.tar.xz
- 10. Send it to the Translation Project:
+ 9. Send it to the Translation Project:
http://translationproject.org/html/maintainers.html
Sending mail for one of the POT files is sufficient.
- 11. Announce the availability of the snapshot and the branch on the
+ 10. Announce the availability of the snapshot and the branch on the
binutils mailing list. Set a date for when the release will
actually happen. Something like:
------------------------------------------------------------------------
diff --git a/binutils/configure b/binutils/configure
index fade617..df952c6 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.30.52.
+# Generated by GNU Autoconf 2.69 for binutils 2.31.51.
#
#
# 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.30.52'
-PACKAGE_STRING='binutils 2.30.52'
+PACKAGE_VERSION='2.31.51'
+PACKAGE_STRING='binutils 2.31.51'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1371,7 +1371,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.30.52 to adapt to many kinds of systems.
+\`configure' configures binutils 2.31.51 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1442,7 +1442,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of binutils 2.30.52:";;
+ short | recursive ) echo "Configuration of binutils 2.31.51:";;
esac
cat <<\_ACEOF
@@ -1569,7 +1569,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-binutils configure 2.30.52
+binutils configure 2.31.51
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2217,7 +2217,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.30.52, which was
+It was created by binutils $as_me 2.31.51, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -4164,7 +4164,7 @@ fi
# Define the identity of the package.
PACKAGE='binutils'
- VERSION='2.30.52'
+ VERSION='2.31.51'
cat >>confdefs.h <<_ACEOF
@@ -15508,7 +15508,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.30.52, which was
+This file was extended by binutils $as_me 2.31.51, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -15574,7 +15574,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.30.52
+binutils config.status 2.31.51
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 de74776..ddbe06a 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: bug-binutils@gnu.org\n"
-"POT-Creation-Date: 2018-04-30 11:22+0100\n"
+"POT-Creation-Date: 2018-06-24 19:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -54,8 +54,8 @@ msgid ""
"\n"
msgstr ""
-#: addr2line.c:100 ar.c:336 ar.c:373 coffdump.c:473 dlltool.c:3989
-#: dllwrap.c:518 elfedit.c:677 objcopy.c:658 objcopy.c:711 readelf.c:4440
+#: addr2line.c:100 ar.c:340 ar.c:377 coffdump.c:473 dlltool.c:3989
+#: dllwrap.c:518 elfedit.c:677 objcopy.c:658 objcopy.c:711 readelf.c:4449
#: size.c:97 srconv.c:1706 strings.c:668 sysdump.c:648 windmc.c:227
#: windres.c:688
#, c-format
@@ -98,230 +98,235 @@ msgstr ""
msgid "unknown demangling style `%s'"
msgstr ""
-#: ar.c:257
+#: ar.c:260
#, c-format
msgid "no entry %s in archive\n"
msgstr ""
-#: ar.c:271
+#: ar.c:274
#, c-format
msgid ""
-"Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [--plugin "
+"Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin "
"<name>] [member-name] [count] archive-file file...\n"
msgstr ""
-#: ar.c:277
+#: ar.c:280
#, c-format
msgid ""
-"Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [member-name] "
-"[count] archive-file file...\n"
+"Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [member-"
+"name] [count] archive-file file...\n"
msgstr ""
-#: ar.c:285
+#: ar.c:288
#, c-format
msgid " %s -M [<mri-script]\n"
msgstr ""
-#: ar.c:286
+#: ar.c:289
#, c-format
msgid " commands:\n"
msgstr ""
-#: ar.c:287
+#: ar.c:290
#, c-format
msgid " d - delete file(s) from the archive\n"
msgstr ""
-#: ar.c:288
+#: ar.c:291
#, c-format
msgid " m[ab] - move file(s) in the archive\n"
msgstr ""
-#: ar.c:289
+#: ar.c:292
#, c-format
msgid " p - print file(s) found in the archive\n"
msgstr ""
-#: ar.c:290
+#: ar.c:293
#, c-format
msgid " q[f] - quick append file(s) to the archive\n"
msgstr ""
-#: ar.c:291
+#: ar.c:294
#, c-format
msgid ""
" r[ab][f][u] - replace existing or insert new file(s) into the archive\n"
msgstr ""
-#: ar.c:292
+#: ar.c:295
#, c-format
msgid " s - act as ranlib\n"
msgstr ""
-#: ar.c:293
+#: ar.c:296
#, c-format
-msgid " t - display contents of archive\n"
+msgid " t[O][v] - display contents of the archive\n"
msgstr ""
-#: ar.c:294
+#: ar.c:297
#, c-format
msgid " x[o] - extract file(s) from the archive\n"
msgstr ""
-#: ar.c:295
+#: ar.c:298
#, c-format
msgid " command specific modifiers:\n"
msgstr ""
-#: ar.c:296
+#: ar.c:299
#, c-format
msgid " [a] - put file(s) after [member-name]\n"
msgstr ""
-#: ar.c:297
+#: ar.c:300
#, c-format
msgid " [b] - put file(s) before [member-name] (same as [i])\n"
msgstr ""
-#: ar.c:300
+#: ar.c:303
#, c-format
msgid " [D] - use zero for timestamps and uids/gids (default)\n"
msgstr ""
-#: ar.c:302
+#: ar.c:305
#, c-format
msgid " [U] - use actual timestamps and uids/gids\n"
msgstr ""
-#: ar.c:307
+#: ar.c:310
#, c-format
msgid " [D] - use zero for timestamps and uids/gids\n"
msgstr ""
-#: ar.c:309
+#: ar.c:312
#, c-format
msgid " [U] - use actual timestamps and uids/gids (default)\n"
msgstr ""
-#: ar.c:312
+#: ar.c:315
#, c-format
msgid " [N] - use instance [count] of name\n"
msgstr ""
-#: ar.c:313
+#: ar.c:316
#, c-format
msgid " [f] - truncate inserted file names\n"
msgstr ""
-#: ar.c:314
+#: ar.c:317
#, c-format
msgid " [P] - use full path names when matching\n"
msgstr ""
-#: ar.c:315
+#: ar.c:318
#, c-format
msgid " [o] - preserve original dates\n"
msgstr ""
-#: ar.c:316
+#: ar.c:319
+#, c-format
+msgid " [O] - display offsets of files in the archive\n"
+msgstr ""
+
+#: ar.c:320
#, c-format
msgid ""
" [u] - only replace files that are newer than current archive "
"contents\n"
msgstr ""
-#: ar.c:317
+#: ar.c:321
#, c-format
msgid " generic modifiers:\n"
msgstr ""
-#: ar.c:318
+#: ar.c:322
#, c-format
msgid " [c] - do not warn if the library had to be created\n"
msgstr ""
-#: ar.c:319
+#: ar.c:323
#, c-format
msgid " [s] - create an archive index (cf. ranlib)\n"
msgstr ""
-#: ar.c:320
+#: ar.c:324
#, c-format
msgid " [S] - do not build a symbol table\n"
msgstr ""
-#: ar.c:321
+#: ar.c:325
#, c-format
msgid " [T] - make a thin archive\n"
msgstr ""
-#: ar.c:322
+#: ar.c:326
#, c-format
msgid " [v] - be verbose\n"
msgstr ""
-#: ar.c:323
+#: ar.c:327
#, c-format
msgid " [V] - display the version number\n"
msgstr ""
-#: ar.c:324
+#: ar.c:328
#, c-format
msgid " @<file> - read options from <file>\n"
msgstr ""
-#: ar.c:325
+#: ar.c:329
#, c-format
msgid " --target=BFDNAME - specify the target object format as BFDNAME\n"
msgstr ""
-#: ar.c:327
+#: ar.c:331
#, c-format
msgid " optional:\n"
msgstr ""
-#: ar.c:328
+#: ar.c:332
#, c-format
msgid " --plugin <p> - load the specified plugin\n"
msgstr ""
-#: ar.c:349
+#: ar.c:353
#, c-format
msgid "Usage: %s [options] archive\n"
msgstr ""
-#: ar.c:350
+#: ar.c:354
#, c-format
msgid " Generate an index to speed access to archives\n"
msgstr ""
-#: ar.c:351
+#: ar.c:355
#, c-format
msgid ""
" The options are:\n"
" @<file> Read options from <file>\n"
msgstr ""
-#: ar.c:354
+#: ar.c:358
#, c-format
msgid " --plugin <name> Load the specified plugin\n"
msgstr ""
-#: ar.c:358
+#: ar.c:362
#, c-format
msgid ""
" -D Use zero for symbol map timestamp (default)\n"
" -U Use an actual symbol map timestamp\n"
msgstr ""
-#: ar.c:362
+#: ar.c:366
#, c-format
msgid ""
" -D Use zero for symbol map timestamp\n"
" -U Use actual symbol map timestamp (default)\n"
msgstr ""
-#: ar.c:365
+#: ar.c:369
#, c-format
msgid ""
" -t Update the archive's symbol map timestamp\n"
@@ -329,101 +334,101 @@ msgid ""
" -v --version Print version information\n"
msgstr ""
-#: ar.c:489
+#: ar.c:493
msgid "two different operation options specified"
msgstr ""
-#: ar.c:580 ar.c:640 nm.c:1764
+#: ar.c:587 ar.c:647 nm.c:1764
#, c-format
msgid "sorry - this program has been built without plugin support\n"
msgstr ""
-#: ar.c:770
+#: ar.c:777
msgid "no operation specified"
msgstr ""
-#: ar.c:773
+#: ar.c:780
msgid "`u' is only meaningful with the `r' option."
msgstr ""
-#: ar.c:776
+#: ar.c:783
msgid "`u' is not meaningful with the `D' option."
msgstr ""
-#: ar.c:779
+#: ar.c:786
msgid "`u' modifier ignored since `D' is the default (see `U')"
msgstr ""
-#: ar.c:788
+#: ar.c:795
msgid "missing position arg."
msgstr ""
-#: ar.c:794
+#: ar.c:801
msgid "`N' is only meaningful with the `x' and `d' options."
msgstr ""
-#: ar.c:796
+#: ar.c:803
msgid "`N' missing value."
msgstr ""
-#: ar.c:799
+#: ar.c:806
msgid "Value for `N' must be positive."
msgstr ""
-#: ar.c:815
+#: ar.c:822
msgid "`x' cannot be used on thin archives."
msgstr ""
-#: ar.c:862
+#: ar.c:869
#, c-format
msgid "internal error -- this option not implemented"
msgstr ""
-#: ar.c:931
+#: ar.c:938
#, c-format
msgid "creating %s"
msgstr ""
-#: ar.c:962
+#: ar.c:969
#, c-format
msgid "Cannot convert existing library %s to thin format"
msgstr ""
-#: ar.c:968
+#: ar.c:975
#, c-format
msgid "Cannot convert existing thin library %s to normal format"
msgstr ""
-#: ar.c:1000 ar.c:1064 ar.c:1394 objcopy.c:3297
+#: ar.c:1007 ar.c:1071 ar.c:1401 objcopy.c:3297
#, c-format
msgid "internal stat error on %s"
msgstr ""
-#: ar.c:1019 ar.c:1097
+#: ar.c:1026 ar.c:1104
#, c-format
msgid "%s is not a valid archive"
msgstr ""
-#: ar.c:1056 objcopy.c:3261
+#: ar.c:1063 objcopy.c:3261
#, c-format
msgid "illegal pathname found in archive member: %s"
msgstr ""
-#: ar.c:1155
+#: ar.c:1162
msgid "could not create temporary file whilst writing archive"
msgstr ""
-#: ar.c:1299
+#: ar.c:1306
#, c-format
msgid "No member named `%s'\n"
msgstr ""
-#: ar.c:1349
+#: ar.c:1356
#, c-format
msgid "no entry %s in archive %s!"
msgstr ""
-#: ar.c:1488
+#: ar.c:1495
#, c-format
msgid "%s: no archive map to update"
msgstr ""
@@ -553,32 +558,32 @@ msgstr ""
msgid "<time data corrupt>"
msgstr ""
-#: bucomm.c:576
+#: bucomm.c:586
#, c-format
msgid "%s: bad number: %s"
msgstr ""
-#: bucomm.c:596 strings.c:403
+#: bucomm.c:606 strings.c:403
#, c-format
msgid "'%s': No such file"
msgstr ""
-#: bucomm.c:598 strings.c:405
+#: bucomm.c:608 strings.c:405
#, c-format
msgid "Warning: could not locate '%s'. reason: %s"
msgstr ""
-#: bucomm.c:602 strings.c:411
+#: bucomm.c:612 strings.c:411
#, c-format
msgid "Warning: '%s' is a directory"
msgstr ""
-#: bucomm.c:604
+#: bucomm.c:614
#, c-format
msgid "Warning: '%s' is not an ordinary file"
msgstr ""
-#: bucomm.c:606
+#: bucomm.c:616
#, c-format
msgid "Warning: '%s' has negative size, probably it is too large"
msgstr ""
@@ -688,7 +693,7 @@ msgstr ""
msgid "Symbol %s, tag %d, number %d"
msgstr ""
-#: coffdump.c:345 readelf.c:16292 readelf.c:16380
+#: coffdump.c:345 readelf.c:16383 readelf.c:16471
#, c-format
msgid "Type"
msgstr ""
@@ -2064,9 +2069,9 @@ msgstr ""
msgid "Unsupported form (%s) for attribute %s\n"
msgstr ""
-#: dwarf.c:2255 dwarf.c:2280 dwarf.c:4309 dwarf.c:4619 readelf.c:5793
-#: readelf.c:5868 readelf.c:5886 readelf.c:5904 readelf.c:10306 readelf.c:10938
-#: readelf.c:15420 readelf.c:15452
+#: dwarf.c:2255 dwarf.c:2280 dwarf.c:4309 dwarf.c:4619 readelf.c:5802
+#: readelf.c:5877 readelf.c:5895 readelf.c:5913 readelf.c:10315 readelf.c:10947
+#: readelf.c:15507 readelf.c:15539
msgid "<unknown>"
msgstr ""
@@ -2766,11 +2771,11 @@ msgstr ""
msgid "directory index %u > number of directories %s\n"
msgstr ""
-#: dwarf.c:4314 dwarf.c:4613 elfcomm.c:891 readelf.c:307 readelf.c:648
-#: readelf.c:6787 readelf.c:7338 readelf.c:9302 readelf.c:11322 readelf.c:11389
-#: readelf.c:11732 readelf.c:14358 readelf.c:14453 readelf.c:15035
-#: readelf.c:15054 readelf.c:15178 readelf.c:15429 readelf.c:16535
-#: readelf.c:16538
+#: dwarf.c:4314 dwarf.c:4613 elfcomm.c:891 readelf.c:308 readelf.c:649
+#: readelf.c:6796 readelf.c:7347 readelf.c:9311 readelf.c:11336 readelf.c:11403
+#: readelf.c:11746 readelf.c:14445 readelf.c:14540 readelf.c:15122
+#: readelf.c:15141 readelf.c:15265 readelf.c:15516 readelf.c:16626
+#: readelf.c:16629
#, c-format
msgid "<corrupt>"
msgstr ""
@@ -4054,7 +4059,7 @@ msgstr ""
msgid "%s: failed to seek to first archive header\n"
msgstr ""
-#: elfcomm.c:640 elfcomm.c:867 elfedit.c:379 readelf.c:18972
+#: elfcomm.c:640 elfcomm.c:867 elfedit.c:379 readelf.c:19063
#, c-format
msgid "%s: failed to read archive header\n"
msgstr ""
@@ -4101,7 +4106,7 @@ msgstr ""
msgid "%s: failed to seek to next file name\n"
msgstr ""
-#: elfcomm.c:872 elfedit.c:386 readelf.c:18978
+#: elfcomm.c:872 elfedit.c:386 readelf.c:19069
#, c-format
msgid "%s: did not find a valid archive header\n"
msgstr ""
@@ -4167,12 +4172,12 @@ msgstr ""
msgid "%s: Failed to seek to ELF header\n"
msgstr ""
-#: elfedit.c:370 readelf.c:18964
+#: elfedit.c:370 readelf.c:19055
#, c-format
msgid "%s: failed to seek to next archive header\n"
msgstr ""
-#: elfedit.c:401 elfedit.c:410 readelf.c:18992 readelf.c:19001
+#: elfedit.c:401 elfedit.c:410 readelf.c:19083 readelf.c:19092
#, c-format
msgid "%s: bad archive file name\n"
msgstr ""
@@ -4187,22 +4192,22 @@ msgstr ""
msgid "%s: failed to seek to archive member\n"
msgstr ""
-#: elfedit.c:493 readelf.c:19110
+#: elfedit.c:493 readelf.c:19201
#, c-format
msgid "'%s': No such file\n"
msgstr ""
-#: elfedit.c:495 readelf.c:19112
+#: elfedit.c:495 readelf.c:19203
#, c-format
msgid "Could not locate '%s'. System error message: %s\n"
msgstr ""
-#: elfedit.c:502 readelf.c:19119
+#: elfedit.c:502 readelf.c:19210
#, c-format
msgid "'%s' is not an ordinary file\n"
msgstr ""
-#: elfedit.c:528 readelf.c:19141
+#: elfedit.c:528 readelf.c:19232
#, c-format
msgid "%s: Failed to read file's magic number\n"
msgstr ""
@@ -4349,17 +4354,17 @@ msgstr ""
msgid "%s: invalid output format"
msgstr ""
-#: nm.c:362 readelf.c:10855 readelf.c:10900
+#: nm.c:362 readelf.c:10864 readelf.c:10909
#, c-format
msgid "<processor specific>: %d"
msgstr ""
-#: nm.c:364 readelf.c:10864 readelf.c:10919
+#: nm.c:364 readelf.c:10873 readelf.c:10928
#, c-format
msgid "<OS specific>: %d"
msgstr ""
-#: nm.c:366 readelf.c:10867 readelf.c:10922
+#: nm.c:366 readelf.c:10876 readelf.c:10931
#, c-format
msgid "<unknown>: %d"
msgstr ""
@@ -4736,12 +4741,12 @@ msgstr ""
msgid "%s:%d: Ignoring rubbish found on this line"
msgstr ""
-#: objcopy.c:1293
+#: objcopy.c:1292
#, c-format
msgid "error: section %s matches both remove and copy options"
msgstr ""
-#: objcopy.c:1296
+#: objcopy.c:1295
#, c-format
msgid "error: section %s matches both update and remove options"
msgstr ""
@@ -5790,7 +5795,7 @@ msgstr ""
msgid " time and date: 0x%08x - "
msgstr ""
-#: od-xcoff.c:422 readelf.c:17152
+#: od-xcoff.c:422 readelf.c:17243
#, c-format
msgid "not set\n"
msgstr ""
@@ -6253,291 +6258,291 @@ msgstr ""
msgid "Last stabs entries before error:\n"
msgstr ""
-#: readelf.c:305
+#: readelf.c:306
msgid "<none>"
msgstr ""
-#: readelf.c:306
+#: readelf.c:307
msgid "<no-strings>"
msgstr ""
-#: readelf.c:383
+#: readelf.c:384
#, c-format
msgid "Size truncation prevents reading %s elements of size %s for %s\n"
msgstr ""
-#: readelf.c:393
+#: readelf.c:394
#, c-format
msgid "Size overflow prevents reading %s elements of size %s for %s\n"
msgstr ""
-#: readelf.c:405
+#: readelf.c:406
#, c-format
msgid "Reading %s bytes extends past end of file for %s\n"
msgstr ""
-#: readelf.c:413
+#: readelf.c:414
#, c-format
msgid "Unable to seek to 0x%lx for %s\n"
msgstr ""
-#: readelf.c:429
+#: readelf.c:430
#, c-format
msgid "Out of memory allocating %s bytes for %s\n"
msgstr ""
-#: readelf.c:440
+#: readelf.c:441
#, c-format
msgid "Unable to read in %s bytes of %s\n"
msgstr ""
-#: readelf.c:881
+#: readelf.c:882
msgid "Don't know about relocations on this machine architecture\n"
msgstr ""
-#: readelf.c:908 readelf.c:1013
+#: readelf.c:909 readelf.c:1014
msgid "32-bit relocation data"
msgstr ""
-#: readelf.c:920 readelf.c:950 readelf.c:1024 readelf.c:1053
+#: readelf.c:921 readelf.c:951 readelf.c:1025 readelf.c:1054
msgid "out of memory parsing relocs\n"
msgstr ""
-#: readelf.c:938 readelf.c:1042
+#: readelf.c:939 readelf.c:1043
msgid "64-bit relocation data"
msgstr ""
-#: readelf.c:1172
+#: readelf.c:1173
#, c-format
msgid ""
" Offset Info Type Sym. Value Symbol's Name + Addend\n"
msgstr ""
-#: readelf.c:1174
+#: readelf.c:1175
#, c-format
msgid " Offset Info Type Sym.Value Sym. Name + Addend\n"
msgstr ""
-#: readelf.c:1179
+#: readelf.c:1180
#, c-format
msgid " Offset Info Type Sym. Value Symbol's Name\n"
msgstr ""
-#: readelf.c:1181
+#: readelf.c:1182
#, c-format
msgid " Offset Info Type Sym.Value Sym. Name\n"
msgstr ""
-#: readelf.c:1189
+#: readelf.c:1190
#, c-format
msgid ""
" Offset Info Type Symbol's Value "
"Symbol's Name + Addend\n"
msgstr ""
-#: readelf.c:1191
+#: readelf.c:1192
#, c-format
msgid ""
" Offset Info Type Sym. Value Sym. Name + "
"Addend\n"
msgstr ""
-#: readelf.c:1196
+#: readelf.c:1197
#, c-format
msgid ""
" Offset Info Type Symbol's Value "
"Symbol's Name\n"
msgstr ""
-#: readelf.c:1198
+#: readelf.c:1199
#, c-format
msgid ""
" Offset Info Type Sym. Value Sym. Name\n"
msgstr ""
-#: readelf.c:1575 readelf.c:1765 readelf.c:1773
+#: readelf.c:1580 readelf.c:1770 readelf.c:1778
#, c-format
msgid "unrecognized: %-7lx"
msgstr ""
-#: readelf.c:1601
+#: readelf.c:1606
#, c-format
msgid "<unknown addend: %lx>"
msgstr ""
-#: readelf.c:1610
+#: readelf.c:1615
#, c-format
msgid " bad symbol index: %08lx in reloc"
msgstr ""
-#: readelf.c:1711
+#: readelf.c:1716
#, c-format
msgid "<string table index: %3ld>"
msgstr ""
-#: readelf.c:1714
+#: readelf.c:1719
#, c-format
msgid "<corrupt string table index: %3ld>"
msgstr ""
-#: readelf.c:2200
+#: readelf.c:2205
#, c-format
msgid "Processor Specific: %lx"
msgstr ""
-#: readelf.c:2227
+#: readelf.c:2232
#, c-format
msgid "Operating System specific: %lx"
msgstr ""
-#: readelf.c:2231 readelf.c:3987
+#: readelf.c:2236 readelf.c:3996
#, c-format
msgid "<unknown>: %lx"
msgstr ""
-#: readelf.c:2244
+#: readelf.c:2249
msgid "NONE (None)"
msgstr ""
-#: readelf.c:2245
+#: readelf.c:2250
msgid "REL (Relocatable file)"
msgstr ""
-#: readelf.c:2246
+#: readelf.c:2251
msgid "EXEC (Executable file)"
msgstr ""
-#: readelf.c:2247
+#: readelf.c:2252
msgid "DYN (Shared object file)"
msgstr ""
-#: readelf.c:2248
+#: readelf.c:2253
msgid "CORE (Core file)"
msgstr ""
-#: readelf.c:2252
+#: readelf.c:2257
#, c-format
msgid "Processor Specific: (%x)"
msgstr ""
-#: readelf.c:2254
+#: readelf.c:2259
#, c-format
msgid "OS Specific: (%x)"
msgstr ""
-#: readelf.c:2256
+#: readelf.c:2261
#, c-format
msgid "<unknown>: %x"
msgstr ""
#. Please keep this switch table sorted by increasing EM_ value.
#. 0
-#: readelf.c:2270 readelf.c:15497 readelf.c:15508
+#: readelf.c:2275 readelf.c:15588 readelf.c:15599
msgid "None"
msgstr ""
-#: readelf.c:2500
+#: readelf.c:2506
#, c-format
msgid "<unknown>: 0x%x"
msgstr ""
-#: readelf.c:2786
+#: readelf.c:2792
msgid ", <unknown>"
msgstr ""
-#: readelf.c:3155 readelf.c:9598
+#: readelf.c:3161 readelf.c:9607
msgid "unknown"
msgstr ""
-#: readelf.c:3156
+#: readelf.c:3162
msgid "unknown mac"
msgstr ""
-#: readelf.c:3224
+#: readelf.c:3230
msgid ", <unknown MeP cpu type>"
msgstr ""
-#: readelf.c:3234
+#: readelf.c:3240
msgid "<unknown MeP copro type>"
msgstr ""
-#: readelf.c:3245
+#: readelf.c:3251
#, c-format
msgid ", unknown flags bits: %#x"
msgstr ""
-#: readelf.c:3254
+#: readelf.c:3260
msgid ", relocatable"
msgstr ""
-#: readelf.c:3257
+#: readelf.c:3263
msgid ", relocatable-lib"
msgstr ""
-#: readelf.c:3339
+#: readelf.c:3345
msgid ", unknown v850 architecture variant"
msgstr ""
-#: readelf.c:3405
+#: readelf.c:3411
msgid ", unknown CPU"
msgstr ""
-#: readelf.c:3420
+#: readelf.c:3426
msgid ", unknown ABI"
msgstr ""
-#: readelf.c:3445 readelf.c:3513
+#: readelf.c:3451 readelf.c:3522
msgid ", unknown ISA"
msgstr ""
-#: readelf.c:3623
+#: readelf.c:3632
#, c-format
msgid "Unrecognised IA64 VMS Command Code: %x\n"
msgstr ""
-#: readelf.c:3687
+#: readelf.c:3696
msgid ": architecture variant: "
msgstr ""
-#: readelf.c:3706
+#: readelf.c:3715
msgid ": unknown"
msgstr ""
-#: readelf.c:3710
+#: readelf.c:3719
msgid ": unknown extra flag bits also present"
msgstr ""
-#: readelf.c:3760
+#: readelf.c:3769
msgid "Standalone App"
msgstr ""
-#: readelf.c:3769
+#: readelf.c:3778
msgid "Bare-metal C6000"
msgstr ""
-#: readelf.c:3779 readelf.c:4699 readelf.c:4715 readelf.c:16828 readelf.c:16868
+#: readelf.c:3788 readelf.c:4708 readelf.c:4724 readelf.c:16919 readelf.c:16959
#, 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:4329
+#: readelf.c:4338
#, c-format
msgid "%08x: <unknown>"
msgstr ""
-#: readelf.c:4387
+#: readelf.c:4396
#, c-format
msgid "Usage: readelf <option(s)> elf-file(s)\n"
msgstr ""
-#: readelf.c:4388
+#: readelf.c:4397
#, c-format
msgid " Display information about the contents of ELF format files\n"
msgstr ""
-#: readelf.c:4389
+#: readelf.c:4398
#, c-format
msgid ""
" Options are:\n"
@@ -6581,7 +6586,7 @@ msgid ""
" Display the contents of DWARF debug sections\n"
msgstr ""
-#: readelf.c:4423
+#: readelf.c:4432
#, c-format
msgid ""
" --dwarf-depth=N Do not display DIEs at depth N or greater\n"
@@ -6589,14 +6594,14 @@ msgid ""
" or deeper\n"
msgstr ""
-#: readelf.c:4428
+#: readelf.c:4437
#, c-format
msgid ""
" -i --instruction-dump=<number|name>\n"
" Disassemble the contents of section <number|name>\n"
msgstr ""
-#: readelf.c:4432
+#: readelf.c:4441
#, c-format
msgid ""
" -I --histogram Display histogram of bucket list lengths\n"
@@ -6606,553 +6611,553 @@ msgid ""
" -v --version Display the version number of readelf\n"
msgstr ""
-#: readelf.c:4461 readelf.c:4492 readelf.c:4496
+#: readelf.c:4470 readelf.c:4501 readelf.c:4505
msgid "Out of memory allocating dump request table.\n"
msgstr ""
-#: readelf.c:4673
+#: readelf.c:4682
#, c-format
msgid "Invalid option '-%c'\n"
msgstr ""
-#: readelf.c:4695 readelf.c:4711 readelf.c:10280
+#: readelf.c:4704 readelf.c:4720 readelf.c:10289
msgid "none"
msgstr ""
-#: readelf.c:4712
+#: readelf.c:4721
msgid "2's complement, little endian"
msgstr ""
-#: readelf.c:4713
+#: readelf.c:4722
msgid "2's complement, big endian"
msgstr ""
-#: readelf.c:4733
+#: readelf.c:4742
msgid "Not an ELF file - it has the wrong magic bytes at the start\n"
msgstr ""
-#: readelf.c:4743
+#: readelf.c:4752
#, c-format
msgid "ELF Header:\n"
msgstr ""
-#: readelf.c:4744
+#: readelf.c:4753
#, c-format
msgid " Magic: "
msgstr ""
-#: readelf.c:4748
+#: readelf.c:4757
#, c-format
msgid " Class: %s\n"
msgstr ""
-#: readelf.c:4750
+#: readelf.c:4759
#, c-format
msgid " Data: %s\n"
msgstr ""
-#: readelf.c:4752
+#: readelf.c:4761
#, c-format
msgid " Version: %d %s\n"
msgstr ""
-#: readelf.c:4757
+#: readelf.c:4766
#, c-format
msgid "<unknown: %lx>"
msgstr ""
-#: readelf.c:4759
+#: readelf.c:4768
#, c-format
msgid " OS/ABI: %s\n"
msgstr ""
-#: readelf.c:4761
+#: readelf.c:4770
#, c-format
msgid " ABI Version: %d\n"
msgstr ""
-#: readelf.c:4763
+#: readelf.c:4772
#, c-format
msgid " Type: %s\n"
msgstr ""
-#: readelf.c:4765
+#: readelf.c:4774
#, c-format
msgid " Machine: %s\n"
msgstr ""
-#: readelf.c:4767
+#: readelf.c:4776
#, c-format
msgid " Version: 0x%lx\n"
msgstr ""
-#: readelf.c:4770
+#: readelf.c:4779
#, c-format
msgid " Entry point address: "
msgstr ""
-#: readelf.c:4772
+#: readelf.c:4781
#, c-format
msgid ""
"\n"
" Start of program headers: "
msgstr ""
-#: readelf.c:4774
+#: readelf.c:4783
#, c-format
msgid ""
" (bytes into file)\n"
" Start of section headers: "
msgstr ""
-#: readelf.c:4776
+#: readelf.c:4785
#, c-format
msgid " (bytes into file)\n"
msgstr ""
-#: readelf.c:4778
+#: readelf.c:4787
#, c-format
msgid " Flags: 0x%lx%s\n"
msgstr ""
-#: readelf.c:4781
+#: readelf.c:4790
#, c-format
msgid " Size of this header: %ld (bytes)\n"
msgstr ""
-#: readelf.c:4783
+#: readelf.c:4792
#, c-format
msgid " Size of program headers: %ld (bytes)\n"
msgstr ""
-#: readelf.c:4785
+#: readelf.c:4794
#, c-format
msgid " Number of program headers: %ld"
msgstr ""
-#: readelf.c:4792
+#: readelf.c:4801
#, c-format
msgid " Size of section headers: %ld (bytes)\n"
msgstr ""
-#: readelf.c:4794
+#: readelf.c:4803
#, c-format
msgid " Number of section headers: %ld"
msgstr ""
-#: readelf.c:4799
+#: readelf.c:4808
#, c-format
msgid " Section header string table index: %ld"
msgstr ""
-#: readelf.c:4806
+#: readelf.c:4815
#, c-format
msgid " <corrupt: out of range>"
msgstr ""
-#: readelf.c:4846 readelf.c:4893
+#: readelf.c:4855 readelf.c:4902
msgid ""
"The e_phentsize field in the ELF header is less than the size of an ELF "
"program header\n"
msgstr ""
-#: readelf.c:4850 readelf.c:4897
+#: readelf.c:4859 readelf.c:4906
msgid ""
"The e_phentsize field in the ELF header is larger than the size of an ELF "
"program header\n"
msgstr ""
-#: readelf.c:4853 readelf.c:4900
+#: readelf.c:4862 readelf.c:4909
msgid "program headers"
msgstr ""
-#: readelf.c:4939
+#: readelf.c:4948
#, c-format
msgid "Too many program headers - %#x - the file is not that big\n"
msgstr ""
-#: readelf.c:4948
+#: readelf.c:4957
#, c-format
msgid "Out of memory reading %u program headers\n"
msgstr ""
-#: readelf.c:4979
+#: readelf.c:4988
msgid ""
"possibly corrupt ELF header - it has a non-zero program header offset, but "
"no program headers\n"
msgstr ""
-#: readelf.c:4984
+#: readelf.c:4993
#, c-format
msgid ""
"\n"
"There are no program headers in this file.\n"
msgstr ""
-#: readelf.c:4990
+#: readelf.c:4999
#, c-format
msgid ""
"\n"
"Elf file type is %s\n"
msgstr ""
-#: readelf.c:4991
+#: readelf.c:5000
#, c-format
msgid "Entry point 0x%s\n"
msgstr ""
-#: readelf.c:4992
+#: readelf.c:5001
#, c-format
msgid "There is %d program header, starting at offset %s\n"
msgid_plural "There are %d program headers, starting at offset %s\n"
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:5005 readelf.c:5007
+#: readelf.c:5014 readelf.c:5016
#, c-format
msgid ""
"\n"
"Program Headers:\n"
msgstr ""
-#: readelf.c:5011
+#: readelf.c:5020
#, c-format
msgid ""
" Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align\n"
msgstr ""
-#: readelf.c:5014
+#: readelf.c:5023
#, c-format
msgid ""
" Type Offset VirtAddr PhysAddr FileSiz "
"MemSiz Flg Align\n"
msgstr ""
-#: readelf.c:5018
+#: readelf.c:5027
#, c-format
msgid " Type Offset VirtAddr PhysAddr\n"
msgstr ""
-#: readelf.c:5020
+#: readelf.c:5029
#, c-format
msgid " FileSiz MemSiz Flags Align\n"
msgstr ""
-#: readelf.c:5119
+#: readelf.c:5128
msgid "LOAD segments must be sorted in order of increasing VirtAddr\n"
msgstr ""
-#: readelf.c:5122
+#: readelf.c:5131
msgid "the segment's file size is larger than its memory size\n"
msgstr ""
-#: readelf.c:5129
+#: readelf.c:5138
msgid "the PHDR segment must occur before any LOAD segment\n"
msgstr ""
-#: readelf.c:5141
+#: readelf.c:5150
msgid "the PHDR segment is not covered by a LOAD segment\n"
msgstr ""
-#: readelf.c:5147
+#: readelf.c:5156
msgid "more than one dynamic segment\n"
msgstr ""
-#: readelf.c:5166
+#: readelf.c:5175
msgid "no .dynamic section in the dynamic segment\n"
msgstr ""
-#: readelf.c:5181
+#: readelf.c:5190
msgid "the .dynamic section is not contained within the dynamic segment\n"
msgstr ""
-#: readelf.c:5184
+#: readelf.c:5193
msgid "the .dynamic section is not the first section in the dynamic segment.\n"
msgstr ""
-#: readelf.c:5194
+#: readelf.c:5203
msgid "the dynamic segment offset + size exceeds the size of the file\n"
msgstr ""
-#: readelf.c:5202
+#: readelf.c:5211
msgid "Unable to find program interpreter name\n"
msgstr ""
-#: readelf.c:5209
+#: readelf.c:5218
msgid ""
"Internal error: failed to create format string to display program "
"interpreter\n"
msgstr ""
-#: readelf.c:5213
+#: readelf.c:5222
msgid "Unable to read program interpreter name\n"
msgstr ""
-#: readelf.c:5216
+#: readelf.c:5225
#, c-format
msgid " [Requesting program interpreter: %s]\n"
msgstr ""
-#: readelf.c:5227
+#: readelf.c:5236
#, c-format
msgid ""
"\n"
" Section to Segment mapping:\n"
msgstr ""
-#: readelf.c:5228
+#: readelf.c:5237
#, c-format
msgid " Segment Sections...\n"
msgstr ""
-#: readelf.c:5264
+#: readelf.c:5273
msgid "Cannot interpret virtual addresses without program headers.\n"
msgstr ""
-#: readelf.c:5280
+#: readelf.c:5289
#, c-format
msgid "Virtual address 0x%lx not located in any PT_LOAD segment.\n"
msgstr ""
-#: readelf.c:5305 readelf.c:5369
+#: readelf.c:5314 readelf.c:5378
msgid ""
"The e_shentsize field in the ELF header is less than the size of an ELF "
"section header\n"
msgstr ""
-#: readelf.c:5309 readelf.c:5374
+#: readelf.c:5318 readelf.c:5383
msgid ""
"The e_shentsize field in the ELF header is larger than the size of an ELF "
"section header\n"
msgstr ""
-#: readelf.c:5313 readelf.c:5379
+#: readelf.c:5322 readelf.c:5388
msgid "section headers"
msgstr ""
-#: readelf.c:5323 readelf.c:5389
+#: readelf.c:5332 readelf.c:5398
#, c-format
msgid "Out of memory reading %u section headers\n"
msgstr ""
-#: readelf.c:5342 readelf.c:5408
+#: readelf.c:5351 readelf.c:5417
#, c-format
msgid "Section %u has an out of range sh_link value of %u\n"
msgstr ""
-#: readelf.c:5344 readelf.c:5410
+#: readelf.c:5353 readelf.c:5419
#, c-format
msgid "Section %u has an out of range sh_info value of %u\n"
msgstr ""
-#: readelf.c:5439 readelf.c:5552
+#: readelf.c:5448 readelf.c:5561
#, c-format
msgid "Section %s has an invalid sh_entsize of 0x%lx\n"
msgstr ""
-#: readelf.c:5447 readelf.c:5560
+#: readelf.c:5456 readelf.c:5569
#, c-format
msgid "Section %s has an invalid sh_size of 0x%lx\n"
msgstr ""
-#: readelf.c:5457 readelf.c:5570
+#: readelf.c:5466 readelf.c:5579
#, c-format
msgid ""
"Size (0x%lx) of section %s is not a multiple of its sh_entsize (0x%lx)\n"
msgstr ""
-#: readelf.c:5465 readelf.c:5578
+#: readelf.c:5474 readelf.c:5587
msgid "symbols"
msgstr ""
-#: readelf.c:5479 readelf.c:5592
+#: readelf.c:5488 readelf.c:5601
msgid "symbol table section indicies"
msgstr ""
-#: readelf.c:5485 readelf.c:5598
+#: readelf.c:5494 readelf.c:5607
#, c-format
msgid "Index section %s has an sh_size of 0x%lx - expected 0x%lx\n"
msgstr ""
-#: readelf.c:5498 readelf.c:5611
+#: readelf.c:5507 readelf.c:5620
#, c-format
msgid "Out of memory reading %lu symbols\n"
msgstr ""
-#: readelf.c:5792 readelf.c:5867 readelf.c:5885 readelf.c:5903
+#: readelf.c:5801 readelf.c:5876 readelf.c:5894 readelf.c:5912
msgid "Internal error: not enough buffer room for section flag info"
msgstr ""
-#: readelf.c:5910
+#: readelf.c:5919
#, c-format
msgid "UNKNOWN (%*.*lx)"
msgstr ""
-#: readelf.c:5929 readelf.c:5944
+#: readelf.c:5938 readelf.c:5953
msgid "Compressed section is too small even for a compression header\n"
msgstr ""
-#: readelf.c:5968
+#: readelf.c:5977
msgid ""
"possibly corrupt ELF file header - it has a non-zero section header offset, "
"but no section headers\n"
msgstr ""
-#: readelf.c:5973
+#: readelf.c:5982
#, c-format
msgid ""
"\n"
"There are no sections in this file.\n"
msgstr ""
-#: readelf.c:5979
+#: readelf.c:5988
#, c-format
msgid "There is %d section header, starting at offset 0x%lx:\n"
msgid_plural "There are %d section headers, starting at offset 0x%lx:\n"
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:6008 readelf.c:6783 readelf.c:7229 readelf.c:7638 readelf.c:8081
-#: readelf.c:9185 readelf.c:11701 readelf.c:13668 readelf.c:17529
+#: readelf.c:6017 readelf.c:6792 readelf.c:7238 readelf.c:7647 readelf.c:8090
+#: readelf.c:9194 readelf.c:11715 readelf.c:13755 readelf.c:17620
msgid "string table"
msgstr ""
#. Note: coded this way so that there is a single string for translation.
-#: readelf.c:6079
+#: readelf.c:6088
#, c-format
msgid "Section %d has invalid sh_entsize of %s\n"
msgstr ""
-#: readelf.c:6080
+#: readelf.c:6089
#, c-format
msgid "(Using the expected size of %u for the rest of this dump)\n"
msgstr ""
-#: readelf.c:6101
+#: readelf.c:6110
msgid "File contains multiple dynamic symbol tables\n"
msgstr ""
-#: readelf.c:6113
+#: readelf.c:6122
msgid "File contains multiple dynamic string tables\n"
msgstr ""
-#: readelf.c:6119
+#: readelf.c:6128
msgid "dynamic strings"
msgstr ""
-#: readelf.c:6209
+#: readelf.c:6218
#, c-format
msgid ""
"\n"
"Section Headers:\n"
msgstr ""
-#: readelf.c:6211
+#: readelf.c:6220
#, c-format
msgid ""
"\n"
"Section Header:\n"
msgstr ""
-#: readelf.c:6217 readelf.c:6228 readelf.c:6239
+#: readelf.c:6226 readelf.c:6237 readelf.c:6248
#, c-format
msgid " [Nr] Name\n"
msgstr ""
-#: readelf.c:6218
+#: readelf.c:6227
#, c-format
msgid " Type Addr Off Size ES Lk Inf Al\n"
msgstr ""
-#: readelf.c:6222
+#: readelf.c:6231
#, c-format
msgid ""
" [Nr] Name Type Addr Off Size ES Flg Lk "
"Inf Al\n"
msgstr ""
-#: readelf.c:6229
+#: readelf.c:6238
#, c-format
msgid " Type Address Off Size ES Lk Inf Al\n"
msgstr ""
-#: readelf.c:6233
+#: readelf.c:6242
#, c-format
msgid ""
" [Nr] Name Type Address Off Size ES "
"Flg Lk Inf Al\n"
msgstr ""
-#: readelf.c:6240
+#: readelf.c:6249
#, c-format
msgid " Type Address Offset Link\n"
msgstr ""
-#: readelf.c:6241
+#: readelf.c:6250
#, c-format
msgid " Size EntSize Info Align\n"
msgstr ""
-#: readelf.c:6245
+#: readelf.c:6254
#, c-format
msgid " [Nr] Name Type Address Offset\n"
msgstr ""
-#: readelf.c:6246
+#: readelf.c:6255
#, c-format
msgid " Size EntSize Flags Link Info Align\n"
msgstr ""
-#: readelf.c:6251
+#: readelf.c:6260
#, c-format
msgid " Flags\n"
msgstr ""
-#: readelf.c:6273
+#: readelf.c:6282
#, c-format
msgid "[%2u]: Link field (%u) should index a symtab section.\n"
msgstr ""
-#: readelf.c:6286
+#: readelf.c:6295
#, c-format
msgid "[%2u]: Link field (%u) should index a string section.\n"
msgstr ""
-#: readelf.c:6294 readelf.c:6305
+#: readelf.c:6303 readelf.c:6314
#, c-format
msgid "[%2u]: Unexpected value (%u) in link field.\n"
msgstr ""
-#: readelf.c:6336
+#: readelf.c:6345
#, c-format
msgid "[%2u]: Info field (%u) should index a relocatable section.\n"
msgstr ""
-#: readelf.c:6348 readelf.c:6375
+#: readelf.c:6357 readelf.c:6384
#, c-format
msgid "[%2u]: Unexpected value (%u) in info field.\n"
msgstr ""
-#: readelf.c:6370
+#: readelf.c:6379
#, c-format
msgid "[%2u]: Expected link to another section in info field"
msgstr ""
-#: readelf.c:6385
+#: readelf.c:6394
#, c-format
msgid "Size of section %u is larger than the entire file!\n"
msgstr ""
-#: readelf.c:6454
+#: readelf.c:6463
#, c-format
msgid "section %u: sh_link value of %u is larger than the number of sections\n"
msgstr ""
-#: readelf.c:6556
+#: readelf.c:6565
msgid "compression header"
msgstr ""
-#: readelf.c:6565
+#: readelf.c:6574
#, c-format
msgid " [<unknown>: 0x%x], "
msgstr ""
@@ -7160,7 +7165,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:6579
+#: readelf.c:6588
#, c-format
msgid ""
"Key to Flags:\n"
@@ -7170,276 +7175,276 @@ msgid ""
" "
msgstr ""
-#: readelf.c:6586
+#: readelf.c:6595
#, c-format
msgid "l (large), "
msgstr ""
-#: readelf.c:6588
+#: readelf.c:6597
#, c-format
msgid "y (purecode), "
msgstr ""
-#: readelf.c:6590
+#: readelf.c:6599
#, c-format
msgid "v (VLE), "
msgstr ""
-#: readelf.c:6607
+#: readelf.c:6616
#, c-format
msgid "[0x%x: "
msgstr ""
-#: readelf.c:6649
+#: readelf.c:6658
#, c-format
msgid ""
"\n"
"There are no sections to group in this file.\n"
msgstr ""
-#: readelf.c:6656
+#: readelf.c:6665
msgid "Section headers are not available!\n"
msgstr ""
-#: readelf.c:6666
+#: readelf.c:6675
#, c-format
msgid "Out of memory reading %u section group headers\n"
msgstr ""
-#: readelf.c:6682
+#: readelf.c:6691
#, c-format
msgid ""
"\n"
"There are no section groups in this file.\n"
msgstr ""
-#: readelf.c:6691
+#: readelf.c:6700
#, c-format
msgid "Out of memory reading %lu groups\n"
msgstr ""
-#: readelf.c:6721
+#: readelf.c:6730
#, c-format
msgid "Bad sh_link in group section `%s'\n"
msgstr ""
-#: readelf.c:6735
+#: readelf.c:6744
#, c-format
msgid "Corrupt header in group section `%s'\n"
msgstr ""
-#: readelf.c:6741 readelf.c:6752
+#: readelf.c:6750 readelf.c:6761
#, c-format
msgid "Bad sh_info in group section `%s'\n"
msgstr ""
-#: readelf.c:6793
+#: readelf.c:6802
#, c-format
msgid ""
"Section %s has sh_entsize (0x%lx) which is larger than its size (0x%lx)\n"
msgstr ""
-#: readelf.c:6802
+#: readelf.c:6811
msgid "section data"
msgstr ""
-#: readelf.c:6813
+#: readelf.c:6822
#, c-format
msgid ""
"\n"
"%sgroup section [%5u] `%s' [%s] contains %u sections:\n"
msgstr ""
-#: readelf.c:6816
+#: readelf.c:6825
#, c-format
msgid " [Index] Name\n"
msgstr ""
-#: readelf.c:6834
+#: readelf.c:6843
#, c-format
msgid "section [%5u] in group section [%5u] > maximum section [%5u]\n"
msgstr ""
-#: readelf.c:6837
+#: readelf.c:6846
msgid ""
"Further error messages about overlarge group section indicies suppressed\n"
msgstr ""
-#: readelf.c:6850
+#: readelf.c:6859
#, c-format
msgid "section [%5u] in group section [%5u] already in group section [%5u]\n"
msgstr ""
-#: readelf.c:6854
+#: readelf.c:6863
msgid ""
"Further error messages about already contained group sections suppressed\n"
msgstr ""
-#: readelf.c:6866
+#: readelf.c:6875
#, c-format
msgid "section 0 in group section [%5u]\n"
msgstr ""
-#: readelf.c:6935
+#: readelf.c:6944
msgid "dynamic section image fixups"
msgstr ""
-#: readelf.c:6943
+#: readelf.c:6952
#, c-format
msgid "corrupt library name index of 0x%lx found in dynamic entry"
msgstr ""
-#: readelf.c:6947
+#: readelf.c:6956
#, c-format
msgid ""
"\n"
"Image fixups for needed library #%d: %s - ident: %lx\n"
msgstr ""
-#: readelf.c:6950
+#: readelf.c:6959
#, c-format
msgid "Seg Offset Type SymVec DataType\n"
msgstr ""
-#: readelf.c:6983
+#: readelf.c:6992
msgid "dynamic section image relocations"
msgstr ""
-#: readelf.c:6987
+#: readelf.c:6996
#, c-format
msgid ""
"\n"
"Image relocs\n"
msgstr ""
-#: readelf.c:6989
+#: readelf.c:6998
#, c-format
msgid ""
"Seg Offset Type Addend Seg Sym Off\n"
msgstr ""
-#: readelf.c:7045
+#: readelf.c:7054
msgid "dynamic string section"
msgstr ""
-#: readelf.c:7146
+#: readelf.c:7155
#, c-format
msgid ""
"\n"
"'%s' relocation section at offset 0x%lx contains %ld bytes:\n"
msgstr ""
-#: readelf.c:7163
+#: readelf.c:7172
#, c-format
msgid ""
"\n"
"There are no dynamic relocations in this file.\n"
msgstr ""
-#: readelf.c:7188
+#: readelf.c:7197
#, c-format
msgid ""
"\n"
"Relocation section "
msgstr ""
-#: readelf.c:7196
+#: readelf.c:7205
#, c-format
msgid " at offset 0x%lx contains %lu entry:\n"
msgid_plural " at offset 0x%lx contains %lu entries:\n"
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:7257
+#: readelf.c:7266
#, c-format
msgid ""
"\n"
"There are no static relocations in this file."
msgstr ""
-#: readelf.c:7258
+#: readelf.c:7267
#, c-format
msgid ""
"\n"
"To see the dynamic relocations add --use-dynamic to the command line.\n"
msgstr ""
-#: readelf.c:7264
+#: readelf.c:7273
#, c-format
msgid ""
"\n"
"There are no relocations in this file.\n"
msgstr ""
-#: readelf.c:7434
+#: readelf.c:7443
#, c-format
msgid "Invalid offset %lx in table entry %ld\n"
msgstr ""
-#: readelf.c:7452
+#: readelf.c:7461
#, c-format
msgid "\tUnknown version.\n"
msgstr ""
-#: readelf.c:7515 readelf.c:7939
+#: readelf.c:7524 readelf.c:7948
msgid "unwind table"
msgstr ""
-#: readelf.c:7565
+#: readelf.c:7574
#, c-format
msgid "Skipping unknown relocation type: %u\n"
msgstr ""
-#: readelf.c:7572
+#: readelf.c:7581
#, c-format
msgid "Skipping unexpected relocation type: %s\n"
msgstr ""
-#: readelf.c:7581
+#: readelf.c:7590
#, c-format
msgid "Skipping reloc with overlarge offset: %lx\n"
msgstr ""
-#: readelf.c:7632 readelf.c:8075
+#: readelf.c:7641 readelf.c:8084
msgid "Multiple auxillary string tables encountered\n"
msgstr ""
-#: readelf.c:7646 readelf.c:8089 readelf.c:9193
+#: readelf.c:7655 readelf.c:8098 readelf.c:9202
#, c-format
msgid ""
"\n"
"There are no unwind sections in this file.\n"
msgstr ""
-#: readelf.c:7720
+#: readelf.c:7729
#, c-format
msgid ""
"\n"
"Could not find unwind info section for "
msgstr ""
-#: readelf.c:7732
+#: readelf.c:7741
msgid "unwind info"
msgstr ""
-#: readelf.c:7735
+#: readelf.c:7744
#, c-format
msgid ""
"\n"
"Unwind section "
msgstr ""
-#: readelf.c:7742
+#: readelf.c:7751
#, c-format
msgid " at offset 0x%lx contains %lu entries:\n"
msgstr ""
-#: readelf.c:8021
+#: readelf.c:8030
#, c-format
msgid "Skipping unexpected relocation type %s\n"
msgstr ""
-#: readelf.c:8097 readelf.c:9200
+#: readelf.c:8106 readelf.c:9209
#, c-format
msgid ""
"\n"
@@ -7450,188 +7455,188 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:8236
+#: readelf.c:8245
msgid "unwind data"
msgstr ""
-#: readelf.c:8309
+#: readelf.c:8318
#, c-format
msgid "Skipping unexpected relocation at offset 0x%lx\n"
msgstr ""
-#: readelf.c:8331
+#: readelf.c:8340
#, c-format
msgid "Unknown section relocation type %d encountered\n"
msgstr ""
-#: readelf.c:8339
+#: readelf.c:8348
#, c-format
msgid "Bad symbol index in unwind relocation (%lu > %lu)\n"
msgstr ""
-#: readelf.c:8354
+#: readelf.c:8363
#, c-format
msgid "Skipping unknown ARM relocation type: %d\n"
msgstr ""
-#: readelf.c:8364
+#: readelf.c:8373
#, c-format
msgid "Skipping unexpected ARM relocation type %s\n"
msgstr ""
-#: readelf.c:8373
+#: readelf.c:8382
#, c-format
msgid "Skipping unknown C6000 relocation type: %d\n"
msgstr ""
-#: readelf.c:8383
+#: readelf.c:8392
#, c-format
msgid "Skipping unexpected C6000 relocation type %s\n"
msgstr ""
#. This function currently only supports ARM and TI unwinders.
-#: readelf.c:8392
+#: readelf.c:8401
msgid "Only TI and ARM unwinders are currently supported\n"
msgstr ""
-#: readelf.c:8455
+#: readelf.c:8464
#, c-format
msgid "[Truncated opcode]\n"
msgstr ""
-#: readelf.c:8503 readelf.c:8719
+#: readelf.c:8512 readelf.c:8728
#, c-format
msgid "Refuse to unwind"
msgstr ""
-#: readelf.c:8526
+#: readelf.c:8535
#, c-format
msgid " [Reserved]"
msgstr ""
-#: readelf.c:8554
+#: readelf.c:8563
#, c-format
msgid " finish"
msgstr ""
-#: readelf.c:8559 readelf.c:8652
+#: readelf.c:8568 readelf.c:8661
#, c-format
msgid "[Spare]"
msgstr ""
-#: readelf.c:8593
+#: readelf.c:8602
msgid "corrupt change to vsp"
msgstr ""
-#: readelf.c:8674 readelf.c:8824
+#: readelf.c:8683 readelf.c:8833
#, c-format
msgid " [unsupported opcode]"
msgstr ""
-#: readelf.c:8767
+#: readelf.c:8776
#, c-format
msgid "pop frame {"
msgstr ""
-#: readelf.c:8778
+#: readelf.c:8787
msgid "[pad]"
msgstr ""
-#: readelf.c:8806
+#: readelf.c:8815
msgid "Corrupt stack pointer adjustment detected\n"
msgstr ""
-#: readelf.c:8813
+#: readelf.c:8822
#, c-format
msgid "sp = sp + %ld"
msgstr ""
-#: readelf.c:8883
+#: readelf.c:8892
#, c-format
msgid " Personality routine: "
msgstr ""
-#: readelf.c:8915
+#: readelf.c:8924
#, c-format
msgid " [Truncated data]\n"
msgstr ""
-#: readelf.c:8939
+#: readelf.c:8948
#, c-format
msgid "Corrupt ARM compact model table entry: %x \n"
msgstr ""
-#: readelf.c:8944
+#: readelf.c:8953
#, c-format
msgid " Compact model index: %d\n"
msgstr ""
-#: readelf.c:8970
+#: readelf.c:8979
msgid "Unknown ARM compact model index encountered\n"
msgstr ""
-#: readelf.c:8971
+#: readelf.c:8980
#, c-format
msgid " [reserved]\n"
msgstr ""
-#: readelf.c:8986
+#: readelf.c:8995
#, c-format
msgid " Restore stack from frame pointer\n"
msgstr ""
-#: readelf.c:8988
+#: readelf.c:8997
#, c-format
msgid " Stack increment %d\n"
msgstr ""
-#: readelf.c:8989
+#: readelf.c:8998
#, c-format
msgid " Registers restored: "
msgstr ""
-#: readelf.c:8994
+#: readelf.c:9003
#, c-format
msgid " Return register: %s\n"
msgstr ""
-#: readelf.c:8998
+#: readelf.c:9007
#, c-format
msgid " [reserved (%d)]\n"
msgstr ""
-#: readelf.c:9002
+#: readelf.c:9011
#, c-format
msgid ""
"Unsupported architecture type %d encountered when decoding unwind table\n"
msgstr ""
-#: readelf.c:9057
+#: readelf.c:9066
#, c-format
msgid "corrupt index table entry: %x\n"
msgstr ""
-#: readelf.c:9097
+#: readelf.c:9106
#, c-format
msgid "Unwind entry contains corrupt offset (0x%lx) into section %s\n"
msgstr ""
-#: readelf.c:9113
+#: readelf.c:9122
#, c-format
msgid "Could not locate .ARM.extab section containing 0x%lx.\n"
msgstr ""
-#: readelf.c:9158
+#: readelf.c:9167
#, c-format
msgid ""
"Unsupported architecture type %d encountered when processing unwind table\n"
msgstr ""
-#: readelf.c:9180
+#: readelf.c:9189
msgid "Multiple string tables found in file.\n"
msgstr ""
-#: readelf.c:9246
+#: readelf.c:9255
#, c-format
msgid ""
"\n"
@@ -7639,37 +7644,37 @@ msgid ""
"supported.\n"
msgstr ""
-#: readelf.c:9258
+#: readelf.c:9267
#, c-format
msgid "NONE"
msgstr ""
-#: readelf.c:9283
+#: readelf.c:9292
#, c-format
msgid "Interface Version: %s"
msgstr ""
#. Note: coded this way so that there is a single string for translation.
-#: readelf.c:9289
+#: readelf.c:9298
#, c-format
msgid "<corrupt: %s>"
msgstr ""
-#: readelf.c:9307
+#: readelf.c:9316
#, c-format
msgid "Time Stamp: %s"
msgstr ""
-#: readelf.c:9485 readelf.c:9533
+#: readelf.c:9494 readelf.c:9542
msgid "dynamic section"
msgstr ""
-#: readelf.c:9505 readelf.c:9554
+#: readelf.c:9514 readelf.c:9563
#, c-format
msgid "Out of memory allocating space for %lu dynamic entries\n"
msgstr ""
-#: readelf.c:9614
+#: readelf.c:9623
#, c-format
msgid ""
"\n"
@@ -7677,38 +7682,38 @@ msgid ""
msgstr ""
#. See PR 21379 for a reproducer.
-#: readelf.c:9652
+#: readelf.c:9661
#, c-format
msgid "Invalid DT_SYMTAB entry: %lx"
msgstr ""
-#: readelf.c:9670
+#: readelf.c:9679
msgid "Unable to determine the number of symbols to load\n"
msgstr ""
-#: readelf.c:9706
+#: readelf.c:9715
msgid "Unable to determine the length of the dynamic string table\n"
msgstr ""
-#: readelf.c:9712
+#: readelf.c:9721
msgid "dynamic string table"
msgstr ""
-#: readelf.c:9734
+#: readelf.c:9743
#, c-format
msgid "Bad value (%d) for SYMINENT entry\n"
msgstr ""
-#: readelf.c:9753
+#: readelf.c:9762
msgid "symbol information"
msgstr ""
-#: readelf.c:9760
+#: readelf.c:9769
#, c-format
msgid "Out of memory allocating %lu byte for dynamic symbol info\n"
msgstr ""
-#: readelf.c:9779
+#: readelf.c:9788
#, c-format
msgid ""
"\n"
@@ -7719,87 +7724,87 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:9786
+#: readelf.c:9795
#, c-format
msgid " Tag Type Name/Value\n"
msgstr ""
-#: readelf.c:9820
+#: readelf.c:9829
#, c-format
msgid "Auxiliary library"
msgstr ""
-#: readelf.c:9824
+#: readelf.c:9833
#, c-format
msgid "Filter library"
msgstr ""
-#: readelf.c:9828
+#: readelf.c:9837
#, c-format
msgid "Configuration file"
msgstr ""
-#: readelf.c:9832
+#: readelf.c:9841
#, c-format
msgid "Dependency audit library"
msgstr ""
-#: readelf.c:9836
+#: readelf.c:9845
#, c-format
msgid "Audit library"
msgstr ""
-#: readelf.c:9854 readelf.c:9882 readelf.c:9910
+#: readelf.c:9863 readelf.c:9891 readelf.c:9919
#, c-format
msgid "Flags:"
msgstr ""
-#: readelf.c:9857 readelf.c:9885 readelf.c:9912
+#: readelf.c:9866 readelf.c:9894 readelf.c:9921
#, c-format
msgid " None\n"
msgstr ""
-#: readelf.c:10118
+#: readelf.c:10127
#, c-format
msgid "Shared library: [%s]"
msgstr ""
-#: readelf.c:10121
+#: readelf.c:10130
#, c-format
msgid " program interpreter"
msgstr ""
-#: readelf.c:10125
+#: readelf.c:10134
#, c-format
msgid "Library soname: [%s]"
msgstr ""
-#: readelf.c:10129
+#: readelf.c:10138
#, c-format
msgid "Library rpath: [%s]"
msgstr ""
-#: readelf.c:10133
+#: readelf.c:10142
#, c-format
msgid "Library runpath: [%s]"
msgstr ""
-#: readelf.c:10167
+#: readelf.c:10176
#, c-format
msgid " (bytes)\n"
msgstr ""
-#: readelf.c:10197
+#: readelf.c:10206
#, c-format
msgid "Not needed object: [%s]\n"
msgstr ""
-#: readelf.c:10222
+#: readelf.c:10231
#, c-format
msgid "<corrupt time val: %lx"
msgstr ""
-#: readelf.c:10339
+#: readelf.c:10348
#, c-format
msgid ""
"\n"
@@ -7810,71 +7815,71 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:10347
+#: readelf.c:10356
#, c-format
msgid " Addr: 0x"
msgstr ""
-#: readelf.c:10349 readelf.c:10485 readelf.c:10641
+#: readelf.c:10358 readelf.c:10494 readelf.c:10650
#, c-format
msgid " Offset: %#08lx Link: %u (%s)\n"
msgstr ""
-#: readelf.c:10355
+#: readelf.c:10364
msgid "version definition section"
msgstr ""
-#: readelf.c:10384
+#: readelf.c:10393
#, c-format
msgid " %#06lx: Rev: %d Flags: %s"
msgstr ""
-#: readelf.c:10387
+#: readelf.c:10396
#, c-format
msgid " Index: %d Cnt: %d "
msgstr ""
-#: readelf.c:10404
+#: readelf.c:10413
#, c-format
msgid "Name: %s\n"
msgstr ""
-#: readelf.c:10406
+#: readelf.c:10415
#, c-format
msgid "Name index: %ld\n"
msgstr ""
-#: readelf.c:10415
+#: readelf.c:10424
#, c-format
msgid "Invalid vda_next field of %lx\n"
msgstr ""
-#: readelf.c:10435
+#: readelf.c:10444
#, c-format
msgid " %#06lx: Parent %d: %s\n"
msgstr ""
-#: readelf.c:10438
+#: readelf.c:10447
#, c-format
msgid " %#06lx: Parent %d, name index: %ld\n"
msgstr ""
-#: readelf.c:10443
+#: readelf.c:10452
#, c-format
msgid " Version def aux past end of section\n"
msgstr ""
-#: readelf.c:10450
+#: readelf.c:10459
#, c-format
msgid "Invalid vd_next field of %lx\n"
msgstr ""
-#: readelf.c:10461
+#: readelf.c:10470
#, c-format
msgid " Version definition past end of section\n"
msgstr ""
-#: readelf.c:10476
+#: readelf.c:10485
#, c-format
msgid ""
"\n"
@@ -7885,73 +7890,73 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:10483
+#: readelf.c:10492
#, c-format
msgid " Addr: 0x"
msgstr ""
-#: readelf.c:10492
+#: readelf.c:10501
msgid "Version Needs section"
msgstr ""
-#: readelf.c:10517
+#: readelf.c:10526
#, c-format
msgid " %#06lx: Version: %d"
msgstr ""
-#: readelf.c:10520
+#: readelf.c:10529
#, c-format
msgid " File: %s"
msgstr ""
-#: readelf.c:10522
+#: readelf.c:10531
#, c-format
msgid " File: %lx"
msgstr ""
-#: readelf.c:10524
+#: readelf.c:10533
#, c-format
msgid " Cnt: %d\n"
msgstr ""
-#: readelf.c:10547
+#: readelf.c:10556
#, c-format
msgid " %#06lx: Name: %s"
msgstr ""
-#: readelf.c:10550
+#: readelf.c:10559
#, c-format
msgid " %#06lx: Name index: %lx"
msgstr ""
-#: readelf.c:10553
+#: readelf.c:10562
#, c-format
msgid " Flags: %s Version: %d\n"
msgstr ""
-#: readelf.c:10559
+#: readelf.c:10568
#, c-format
msgid "Invalid vna_next field of %lx\n"
msgstr ""
-#: readelf.c:10572
+#: readelf.c:10581
msgid "Missing Version Needs auxillary information\n"
msgstr ""
-#: readelf.c:10577
+#: readelf.c:10586
#, c-format
msgid "Invalid vn_next field of %lx\n"
msgstr ""
-#: readelf.c:10587
+#: readelf.c:10596
msgid "Missing Version Needs information\n"
msgstr ""
-#: readelf.c:10625
+#: readelf.c:10634
msgid "version string table"
msgstr ""
-#: readelf.c:10632
+#: readelf.c:10641
#, c-format
msgid ""
"\n"
@@ -7962,184 +7967,184 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:10639
+#: readelf.c:10648
#, c-format
msgid " Addr: "
msgstr ""
-#: readelf.c:10650
+#: readelf.c:10659
msgid "version symbol data"
msgstr ""
-#: readelf.c:10670
+#: readelf.c:10679
msgid "*invalid*"
msgstr ""
-#: readelf.c:10678
+#: readelf.c:10687
msgid " 0 (*local*) "
msgstr ""
-#: readelf.c:10682
+#: readelf.c:10691
msgid " 1 (*global*) "
msgstr ""
-#: readelf.c:10693
+#: readelf.c:10702
msgid "invalid index into symbol array\n"
msgstr ""
-#: readelf.c:10715 readelf.c:11342
+#: readelf.c:10724 readelf.c:11356
msgid "version need"
msgstr ""
-#: readelf.c:10726
+#: readelf.c:10735
msgid "version need aux (2)"
msgstr ""
-#: readelf.c:10772 readelf.c:11290
+#: readelf.c:10781 readelf.c:11299
msgid "version def"
msgstr ""
-#: readelf.c:10800 readelf.c:11313
+#: readelf.c:10809 readelf.c:11327
msgid "version def aux"
msgstr ""
-#: readelf.c:10808
+#: readelf.c:10817
msgid "*both*"
msgstr ""
-#: readelf.c:10838
+#: readelf.c:10847
#, c-format
msgid ""
"\n"
"No version information found in this file.\n"
msgstr ""
-#: readelf.c:10937
+#: readelf.c:10946
#, c-format
msgid "Unrecognized visibility value: %u"
msgstr ""
-#: readelf.c:10998
+#: readelf.c:11007
#, c-format
msgid "Unrecognized IA64 VMS ST Function type: %d\n"
msgstr ""
-#: readelf.c:11022
+#: readelf.c:11031
#, c-format
msgid "Unrecognized IA64 VMS ST Linkage: %d\n"
msgstr ""
-#: readelf.c:11042
+#: readelf.c:11051
#, c-format
msgid "<localentry>: %d"
msgstr ""
-#: readelf.c:11077
+#: readelf.c:11086
#, c-format
msgid "<other>: %x"
msgstr ""
-#: readelf.c:11116
+#: readelf.c:11125
#, c-format
msgid "bad section index[%3d]"
msgstr ""
-#: readelf.c:11137
+#: readelf.c:11146
#, c-format
msgid "Size truncation prevents reading %s elements of size %u\n"
msgstr ""
-#: readelf.c:11146
+#: readelf.c:11155
#, c-format
msgid "Invalid number of dynamic entries: %s\n"
msgstr ""
-#: readelf.c:11154
+#: readelf.c:11163
#, c-format
msgid "Out of memory reading %s dynamic entries\n"
msgstr ""
-#: readelf.c:11161
+#: readelf.c:11170
#, c-format
msgid "Unable to read in %s bytes of dynamic data\n"
msgstr ""
-#: readelf.c:11170
+#: readelf.c:11179
#, c-format
msgid "Out of memory allocating space for %s dynamic entries\n"
msgstr ""
-#: readelf.c:11197
+#: readelf.c:11206
#, c-format
msgid "<No info available for dynamic symbol number %lu>\n"
msgstr ""
-#: readelf.c:11229
+#: readelf.c:11238
#, c-format
msgid " <corrupt: %14ld>"
msgstr ""
-#: readelf.c:11255
+#: readelf.c:11264
msgid "version data"
msgstr ""
-#: readelf.c:11360
+#: readelf.c:11374
msgid "version need aux (3)"
msgstr ""
-#: readelf.c:11435 readelf.c:11487 readelf.c:11511 readelf.c:11541
-#: readelf.c:11565
+#: readelf.c:11449 readelf.c:11501 readelf.c:11525 readelf.c:11555
+#: readelf.c:11579
msgid "Unable to seek to start of dynamic information\n"
msgstr ""
-#: readelf.c:11441 readelf.c:11493
+#: readelf.c:11455 readelf.c:11507
msgid "Failed to read in number of buckets\n"
msgstr ""
-#: readelf.c:11447
+#: readelf.c:11461
msgid "Failed to read in number of chains\n"
msgstr ""
-#: readelf.c:11549
+#: readelf.c:11563
msgid "Failed to determine last chain length\n"
msgstr ""
-#: readelf.c:11596
+#: readelf.c:11610
#, c-format
msgid ""
"\n"
"Symbol table for image:\n"
msgstr ""
-#: readelf.c:11598 readelf.c:11624
+#: readelf.c:11612 readelf.c:11638
#, c-format
msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n"
msgstr ""
-#: readelf.c:11600 readelf.c:11626
+#: readelf.c:11614 readelf.c:11640
#, c-format
msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n"
msgstr ""
-#: readelf.c:11611 readelf.c:11807
+#: readelf.c:11625 readelf.c:11821
msgid "histogram chain is corrupt\n"
msgstr ""
-#: readelf.c:11622
+#: readelf.c:11636
#, c-format
msgid ""
"\n"
"Symbol table of `.gnu.hash' for image:\n"
msgstr ""
-#: readelf.c:11667
+#: readelf.c:11681
#, c-format
msgid ""
"\n"
"Symbol table '%s' has a sh_entsize of zero!\n"
msgstr ""
-#: readelf.c:11673
+#: readelf.c:11687
#, c-format
msgid ""
"\n"
@@ -8150,29 +8155,29 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:11680
+#: readelf.c:11694
#, c-format
msgid " Num: Value Size Type Bind Vis Ndx Name\n"
msgstr ""
-#: readelf.c:11682
+#: readelf.c:11696
#, c-format
msgid " Num: Value Size Type Bind Vis Ndx Name\n"
msgstr ""
-#: readelf.c:11757
+#: readelf.c:11771
#, c-format
msgid "local symbol %u found at index >= %s's sh_info value of %u\n"
msgstr ""
-#: readelf.c:11768
+#: readelf.c:11782
#, c-format
msgid ""
"\n"
"Dynamic symbol information is not available for displaying symbols.\n"
msgstr ""
-#: readelf.c:11781
+#: readelf.c:11795
#, c-format
msgid ""
"\n"
@@ -8183,20 +8188,20 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:11791
+#: readelf.c:11805
msgid "Out of memory allocating space for histogram buckets\n"
msgstr ""
-#: readelf.c:11797 readelf.c:11873
+#: readelf.c:11811 readelf.c:11887
#, c-format
msgid " Length Number %% of total Coverage\n"
msgstr ""
-#: readelf.c:11819
+#: readelf.c:11833
msgid "Out of memory allocating space for histogram counts\n"
msgstr ""
-#: readelf.c:11859
+#: readelf.c:11873
#, c-format
msgid ""
"\n"
@@ -8207,15 +8212,15 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:11869
+#: readelf.c:11883
msgid "Out of memory allocating space for gnu histogram buckets\n"
msgstr ""
-#: readelf.c:11895
+#: readelf.c:11909
msgid "Out of memory allocating space for gnu histogram counts\n"
msgstr ""
-#: readelf.c:11940
+#: readelf.c:11954
#, c-format
msgid ""
"\n"
@@ -8226,178 +8231,178 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:11947
+#: readelf.c:11961
#, c-format
msgid " Num: Name BoundTo Flags\n"
msgstr ""
-#: readelf.c:11954
+#: readelf.c:11968
#, c-format
msgid "<corrupt index>"
msgstr ""
-#: readelf.c:11958
+#: readelf.c:11972
#, c-format
msgid "<corrupt: %19ld>"
msgstr ""
-#: readelf.c:12047
+#: readelf.c:12061
#, c-format
msgid "MSP430 SYM_DIFF reloc contains invalid symbol index %lu\n"
msgstr ""
-#: readelf.c:12076
+#: readelf.c:12090
#, c-format
msgid "MSP430 reloc contains invalid symbol index %lu\n"
msgstr ""
#. PR 21137
-#: readelf.c:12087
+#: readelf.c:12101
#, c-format
msgid "MSP430 sym diff reloc contains invalid offset: 0x%lx\n"
msgstr ""
-#: readelf.c:12098
+#: readelf.c:12112
msgid "Unhandled MSP430 reloc type found after SYM_DIFF reloc\n"
msgstr ""
-#: readelf.c:12121
+#: readelf.c:12135
#, c-format
msgid "MN10300_SYM_DIFF reloc contains invalid symbol index %lu\n"
msgstr ""
-#: readelf.c:12135
+#: readelf.c:12149
#, c-format
msgid "MN10300 reloc contains invalid symbol index %lu\n"
msgstr ""
-#: readelf.c:12145
+#: readelf.c:12159
#, c-format
msgid "MN10300 sym diff reloc contains invalid offset: 0x%lx\n"
msgstr ""
-#: readelf.c:12155
+#: readelf.c:12169
msgid "Unhandled MN10300 reloc type found after SYM_DIFF reloc\n"
msgstr ""
-#: readelf.c:12178
+#: readelf.c:12192
#, c-format
msgid "RL78_SYM reloc contains invalid symbol index %lu\n"
msgstr ""
-#: readelf.c:12197 readelf.c:12206
+#: readelf.c:12211 readelf.c:12220
#, c-format
msgid "RL78 sym diff reloc contains invalid offset: 0x%lx\n"
msgstr ""
-#: readelf.c:12416
+#: readelf.c:12432
#, c-format
msgid ""
"Missing knowledge of 32-bit reloc types used in DWARF sections of machine "
"number %d\n"
msgstr ""
-#: readelf.c:13026
+#: readelf.c:13098
#, c-format
msgid "unable to apply unsupported reloc type %d to section %s\n"
msgstr ""
-#: readelf.c:13036
+#: readelf.c:13108
#, c-format
msgid "skipping invalid relocation offset 0x%lx in section %s\n"
msgstr ""
-#: readelf.c:13046
+#: readelf.c:13118
#, c-format
msgid "skipping invalid relocation symbol index 0x%lx in section %s\n"
msgstr ""
-#: readelf.c:13070
+#: readelf.c:13142
#, c-format
msgid "skipping unexpected symbol type %s in section %s relocation %ld\n"
msgstr ""
-#: readelf.c:13133
+#: readelf.c:13220
#, c-format
msgid ""
"\n"
"Assembly dump of section %s\n"
msgstr ""
-#: readelf.c:13151
+#: readelf.c:13238
#, c-format
msgid "Section '%s' has no data to dump.\n"
msgstr ""
-#: readelf.c:13157
+#: readelf.c:13244
msgid "section contents"
msgstr ""
-#: readelf.c:13232
+#: readelf.c:13319
#, c-format
msgid ""
"\n"
"String dump of section '%s':\n"
msgstr ""
-#: readelf.c:13248 readelf.c:13395 readelf.c:13570
+#: readelf.c:13335 readelf.c:13482 readelf.c:13657
#, c-format
msgid "section '%s' has unsupported compress type: %d\n"
msgstr ""
-#: readelf.c:13254 readelf.c:13401 readelf.c:13576
+#: readelf.c:13341 readelf.c:13488 readelf.c:13663
#, c-format
msgid "compressed section '%s' is corrupted\n"
msgstr ""
-#: readelf.c:13286 readelf.c:13435 readelf.c:13613
+#: readelf.c:13373 readelf.c:13522 readelf.c:13700
#, c-format
msgid "Unable to decompress section %s\n"
msgstr ""
-#: readelf.c:13311
+#: readelf.c:13398
#, c-format
msgid ""
" Note: This section has relocations against it, but these have NOT been "
"applied to this dump.\n"
msgstr ""
-#: readelf.c:13344 readelf.c:14439 readelf.c:14482 readelf.c:14530
-#: readelf.c:14562
+#: readelf.c:13431 readelf.c:14526 readelf.c:14569 readelf.c:14617
+#: readelf.c:14649
#, c-format
msgid "<corrupt>\n"
msgstr ""
-#: readelf.c:13352
+#: readelf.c:13439
#, c-format
msgid " No strings found in this section."
msgstr ""
-#: readelf.c:13380
+#: readelf.c:13467
#, c-format
msgid ""
"\n"
"Hex dump of section '%s':\n"
msgstr ""
-#: readelf.c:13468
+#: readelf.c:13555
#, c-format
msgid ""
" NOTE: This section has relocations against it, but these have NOT been "
"applied to this dump.\n"
msgstr ""
-#: readelf.c:13537
+#: readelf.c:13624
#, c-format
msgid "%s section data"
msgstr ""
-#: readelf.c:13561
+#: readelf.c:13648
#, c-format
msgid "compressed section %s is too small to contain a compression header"
msgstr ""
-#: readelf.c:13723
+#: readelf.c:13810
#, c-format
msgid ""
"\n"
@@ -8408,503 +8413,503 @@ 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:13732
+#: readelf.c:13819
#, c-format
msgid "section '%s' has the NOBITS type - its contents are unreliable.\n"
msgstr ""
-#: readelf.c:13782
+#: readelf.c:13869
#, c-format
msgid "Unrecognized debug section: %s\n"
msgstr ""
-#: readelf.c:13810
+#: readelf.c:13897
#, c-format
msgid "Section '%s' was not dumped because it does not exist!\n"
msgstr ""
-#: readelf.c:13871
+#: readelf.c:13958
#, c-format
msgid "Section %d was not dumped because it does not exist!\n"
msgstr ""
-#: readelf.c:13928
+#: readelf.c:14015
msgid "<corrupt tag>\n"
msgstr ""
-#: readelf.c:13943
+#: readelf.c:14030
#, c-format
msgid "<corrupt string tag>"
msgstr ""
-#: readelf.c:13983
+#: readelf.c:14070
#, c-format
msgid "Absent/Non standard\n"
msgstr ""
-#: readelf.c:13986
+#: readelf.c:14073
#, c-format
msgid "Bare metal/mwdt\n"
msgstr ""
-#: readelf.c:13989
+#: readelf.c:14076
#, c-format
msgid "Bare metal/newlib\n"
msgstr ""
-#: readelf.c:13992
+#: readelf.c:14079
#, c-format
msgid "Linux/uclibc\n"
msgstr ""
-#: readelf.c:13995
+#: readelf.c:14082
#, c-format
msgid "Linux/glibc\n"
msgstr ""
-#: readelf.c:13998 readelf.c:14082
+#: readelf.c:14085 readelf.c:14169
#, c-format
msgid "Unknown\n"
msgstr ""
-#: readelf.c:14011 readelf.c:14042 readelf.c:14073
+#: readelf.c:14098 readelf.c:14129 readelf.c:14160
#, c-format
msgid "Absent\n"
msgstr ""
-#: readelf.c:14055
+#: readelf.c:14142
msgid "yes"
msgstr ""
-#: readelf.c:14055
+#: readelf.c:14142
msgid "no"
msgstr ""
-#: readelf.c:14096 readelf.c:14104
+#: readelf.c:14183 readelf.c:14191
msgid "default"
msgstr ""
-#: readelf.c:14097
+#: readelf.c:14184
msgid "smallest"
msgstr ""
-#: readelf.c:14103
+#: readelf.c:14190
msgid "OPTFP"
msgstr ""
-#: readelf.c:14297 readelf.c:14311 readelf.c:14330 readelf.c:14838
-#: readelf.c:15129 readelf.c:15142 readelf.c:15155
+#: readelf.c:14384 readelf.c:14398 readelf.c:14417 readelf.c:14925
+#: readelf.c:15216 readelf.c:15229 readelf.c:15242
#, c-format
msgid "None\n"
msgstr ""
-#: readelf.c:14298
+#: readelf.c:14385
#, c-format
msgid "Application\n"
msgstr ""
-#: readelf.c:14299
+#: readelf.c:14386
#, c-format
msgid "Realtime\n"
msgstr ""
-#: readelf.c:14300
+#: readelf.c:14387
#, c-format
msgid "Microcontroller\n"
msgstr ""
-#: readelf.c:14301
+#: readelf.c:14388
#, c-format
msgid "Application or Realtime\n"
msgstr ""
-#: readelf.c:14312 readelf.c:14332 readelf.c:14892 readelf.c:14910
-#: readelf.c:14985 readelf.c:15006 readelf.c:17162
+#: readelf.c:14399 readelf.c:14419 readelf.c:14979 readelf.c:14997
+#: readelf.c:15072 readelf.c:15093 readelf.c:17253
#, c-format
msgid "8-byte\n"
msgstr ""
-#: readelf.c:14313 readelf.c:14988 readelf.c:15009 readelf.c:17161
+#: readelf.c:14400 readelf.c:15075 readelf.c:15096 readelf.c:17252
#, c-format
msgid "4-byte\n"
msgstr ""
-#: readelf.c:14317 readelf.c:14336
+#: readelf.c:14404 readelf.c:14423
#, c-format
msgid "8-byte and up to %d-byte extended\n"
msgstr ""
-#: readelf.c:14331
+#: readelf.c:14418
#, c-format
msgid "8-byte, except leaf SP\n"
msgstr ""
-#: readelf.c:14348 readelf.c:14436 readelf.c:15025
+#: readelf.c:14435 readelf.c:14523 readelf.c:15112
#, c-format
msgid "flag = %d, vendor = "
msgstr ""
-#: readelf.c:14369
+#: readelf.c:14456
#, c-format
msgid "True\n"
msgstr ""
-#: readelf.c:14391
+#: readelf.c:14478
#, c-format
msgid "<unknown: %d>\n"
msgstr ""
-#: readelf.c:14440
+#: readelf.c:14527
msgid "corrupt vendor attribute\n"
msgstr ""
-#: readelf.c:14492
+#: readelf.c:14579
#, c-format
msgid "unspecified hard/soft float, "
msgstr ""
-#: readelf.c:14495
+#: readelf.c:14582
#, c-format
msgid "hard float, "
msgstr ""
-#: readelf.c:14498
+#: readelf.c:14585
#, c-format
msgid "soft float, "
msgstr ""
-#: readelf.c:14501
+#: readelf.c:14588
#, c-format
msgid "single-precision hard float, "
msgstr ""
-#: readelf.c:14508
+#: readelf.c:14595
#, c-format
msgid "unspecified long double\n"
msgstr ""
-#: readelf.c:14511
+#: readelf.c:14598
#, c-format
msgid "128-bit IBM long double\n"
msgstr ""
-#: readelf.c:14514
+#: readelf.c:14601
#, c-format
msgid "64-bit long double\n"
msgstr ""
-#: readelf.c:14517
+#: readelf.c:14604
#, c-format
msgid "128-bit IEEE long double\n"
msgstr ""
-#: readelf.c:14540 readelf.c:14572
+#: readelf.c:14627 readelf.c:14659
#, c-format
msgid "unspecified\n"
msgstr ""
-#: readelf.c:14543
+#: readelf.c:14630
#, c-format
msgid "generic\n"
msgstr ""
-#: readelf.c:14578
+#: readelf.c:14665
#, c-format
msgid "memory\n"
msgstr ""
-#: readelf.c:14607
+#: readelf.c:14694
#, c-format
msgid "any\n"
msgstr ""
-#: readelf.c:14610
+#: readelf.c:14697
#, c-format
msgid "software\n"
msgstr ""
-#: readelf.c:14613
+#: readelf.c:14700
#, c-format
msgid "hardware\n"
msgstr ""
-#: readelf.c:14739
+#: readelf.c:14826
#, c-format
msgid "Hard or soft float\n"
msgstr ""
-#: readelf.c:14742
+#: readelf.c:14829
#, c-format
msgid "Hard float (double precision)\n"
msgstr ""
-#: readelf.c:14745
+#: readelf.c:14832
#, c-format
msgid "Hard float (single precision)\n"
msgstr ""
-#: readelf.c:14748
+#: readelf.c:14835
#, c-format
msgid "Soft float\n"
msgstr ""
-#: readelf.c:14751
+#: readelf.c:14838
#, c-format
msgid "Hard float (MIPS32r2 64-bit FPU 12 callee-saved)\n"
msgstr ""
-#: readelf.c:14754
+#: readelf.c:14841
#, c-format
msgid "Hard float (32-bit CPU, Any FPU)\n"
msgstr ""
-#: readelf.c:14757
+#: readelf.c:14844
#, c-format
msgid "Hard float (32-bit CPU, 64-bit FPU)\n"
msgstr ""
-#: readelf.c:14760
+#: readelf.c:14847
#, c-format
msgid "Hard float compat (32-bit CPU, 64-bit FPU)\n"
msgstr ""
-#: readelf.c:14763
+#: readelf.c:14850
#, c-format
msgid "NaN 2008 compatibility\n"
msgstr ""
-#: readelf.c:14802
+#: readelf.c:14889
#, c-format
msgid "Any MSA or not\n"
msgstr ""
-#: readelf.c:14805
+#: readelf.c:14892
#, c-format
msgid "128-bit MSA\n"
msgstr ""
-#: readelf.c:14871
+#: readelf.c:14958
#, c-format
msgid "Not used\n"
msgstr ""
-#: readelf.c:14874
+#: readelf.c:14961
#, c-format
msgid "2 bytes\n"
msgstr ""
-#: readelf.c:14877
+#: readelf.c:14964
#, c-format
msgid "4 bytes\n"
msgstr ""
-#: readelf.c:14895 readelf.c:14913 readelf.c:14991 readelf.c:15012
+#: readelf.c:14982 readelf.c:15000 readelf.c:15078 readelf.c:15099
#, c-format
msgid "16-byte\n"
msgstr ""
-#: readelf.c:14928
+#: readelf.c:15015
#, c-format
msgid "DSBT addressing not used\n"
msgstr ""
-#: readelf.c:14931
+#: readelf.c:15018
#, c-format
msgid "DSBT addressing used\n"
msgstr ""
-#: readelf.c:14946
+#: readelf.c:15033
#, c-format
msgid "Data addressing position-dependent\n"
msgstr ""
-#: readelf.c:14949
+#: readelf.c:15036
#, c-format
msgid "Data addressing position-independent, GOT near DP\n"
msgstr ""
-#: readelf.c:14952
+#: readelf.c:15039
#, c-format
msgid "Data addressing position-independent, GOT far from DP\n"
msgstr ""
-#: readelf.c:14967
+#: readelf.c:15054
#, c-format
msgid "Code addressing position-dependent\n"
msgstr ""
-#: readelf.c:14970
+#: readelf.c:15057
#, c-format
msgid "Code addressing position-independent\n"
msgstr ""
-#: readelf.c:15130
+#: readelf.c:15217
#, c-format
msgid "MSP430\n"
msgstr ""
-#: readelf.c:15131
+#: readelf.c:15218
#, c-format
msgid "MSP430X\n"
msgstr ""
-#: readelf.c:15143 readelf.c:15156
+#: readelf.c:15230 readelf.c:15243
#, c-format
msgid "Small\n"
msgstr ""
-#: readelf.c:15144 readelf.c:15157
+#: readelf.c:15231 readelf.c:15244
#, c-format
msgid "Large\n"
msgstr ""
-#: readelf.c:15158
+#: readelf.c:15245
#, c-format
msgid "Restricted Large\n"
msgstr ""
-#: readelf.c:15164
+#: readelf.c:15251
#, c-format
msgid " <unknown tag %d>: "
msgstr ""
-#: readelf.c:15219
+#: readelf.c:15306
msgid "attributes"
msgstr ""
-#: readelf.c:15231
+#: readelf.c:15318
#, c-format
msgid "Unknown attributes version '%c'(%d) - expecting 'A'\n"
msgstr ""
-#: readelf.c:15250
+#: readelf.c:15337
msgid "Tag section ends prematurely\n"
msgstr ""
-#: readelf.c:15259
+#: readelf.c:15346
#, c-format
msgid "Bad attribute length (%u > %u)\n"
msgstr ""
-#: readelf.c:15267
+#: readelf.c:15354
#, c-format
msgid "Attribute length of %u is too small\n"
msgstr ""
-#: readelf.c:15278
+#: readelf.c:15365
msgid "Corrupt attribute section name\n"
msgstr ""
-#: readelf.c:15283
+#: readelf.c:15370
#, c-format
msgid "Attribute Section: "
msgstr ""
-#: readelf.c:15310
+#: readelf.c:15397
msgid "Unused bytes at end of section\n"
msgstr ""
-#: readelf.c:15320
+#: readelf.c:15407
#, c-format
msgid "Bad subsection length (%u > %u)\n"
msgstr ""
-#: readelf.c:15328
+#: readelf.c:15415
#, c-format
msgid "Bad subsection length (%u < 6)\n"
msgstr ""
-#: readelf.c:15343
+#: readelf.c:15430
#, c-format
msgid "File Attributes\n"
msgstr ""
-#: readelf.c:15346
+#: readelf.c:15433
#, c-format
msgid "Section Attributes:"
msgstr ""
-#: readelf.c:15349
+#: readelf.c:15436
#, c-format
msgid "Symbol Attributes:"
msgstr ""
-#: readelf.c:15365
+#: readelf.c:15452
#, c-format
msgid "Unknown tag: %d\n"
msgstr ""
-#: readelf.c:15386
+#: readelf.c:15473
#, c-format
msgid " Unknown attribute:\n"
msgstr ""
-#: readelf.c:15428
+#: readelf.c:15515
msgid "MIPS GOT entry extends beyond the end of available data\n"
msgstr ""
-#: readelf.c:15499 readelf.c:15571
+#: readelf.c:15590 readelf.c:15662
msgid "Unknown"
msgstr ""
-#: readelf.c:15618
+#: readelf.c:15709
msgid "Corrupt MIPS ABI Flags section.\n"
msgstr ""
-#: readelf.c:15624
+#: readelf.c:15715
msgid "MIPS ABI Flags section"
msgstr ""
-#: readelf.c:15683 readelf.c:16231
+#: readelf.c:15774 readelf.c:16322
msgid "Global Offset Table data"
msgstr ""
-#: readelf.c:15687
+#: readelf.c:15778
#, c-format
msgid ""
"\n"
"Static GOT:\n"
msgstr ""
-#: readelf.c:15688 readelf.c:16236
+#: readelf.c:15779 readelf.c:16327
#, c-format
msgid " Canonical gp value: "
msgstr ""
-#: readelf.c:15702 readelf.c:16240 readelf.c:16367
+#: readelf.c:15793 readelf.c:16331 readelf.c:16458
#, c-format
msgid " Reserved entries:\n"
msgstr ""
-#: readelf.c:15703
+#: readelf.c:15794
#, c-format
msgid " %*s %10s %*s\n"
msgstr ""
-#: readelf.c:15704 readelf.c:15734 readelf.c:16242 readelf.c:16270
-#: readelf.c:16288 readelf.c:16369 readelf.c:16378
+#: readelf.c:15795 readelf.c:15825 readelf.c:16333 readelf.c:16361
+#: readelf.c:16379 readelf.c:16460 readelf.c:16469
msgid "Address"
msgstr ""
-#: readelf.c:15704 readelf.c:15734 readelf.c:16242 readelf.c:16270
-#: readelf.c:16289
+#: readelf.c:15795 readelf.c:15825 readelf.c:16333 readelf.c:16361
+#: readelf.c:16380
msgid "Access"
msgstr ""
-#: readelf.c:15705 readelf.c:15735
+#: readelf.c:15796 readelf.c:15826
msgid "Value"
msgstr ""
-#: readelf.c:15732 readelf.c:16268
+#: readelf.c:15823 readelf.c:16359
#, c-format
msgid " Local entries:\n"
msgstr ""
-#: readelf.c:15814 readelf.c:16481
+#: readelf.c:15905 readelf.c:16572
msgid "liblist section data"
msgstr ""
-#: readelf.c:15817
+#: readelf.c:15908
#, c-format
msgid ""
"\n"
@@ -8915,38 +8920,38 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:15821
+#: readelf.c:15912
msgid ""
" Library Time Stamp Checksum Version Flags\n"
msgstr ""
-#: readelf.c:15847
+#: readelf.c:15938
#, c-format
msgid "<corrupt: %9ld>"
msgstr ""
-#: readelf.c:15852
+#: readelf.c:15943
msgid " NONE"
msgstr ""
-#: readelf.c:15905
+#: readelf.c:15996
msgid "No MIPS_OPTIONS header found\n"
msgstr ""
-#: readelf.c:15910
+#: readelf.c:16001
msgid "options"
msgstr ""
-#: readelf.c:15917
+#: readelf.c:16008
msgid "Out of memory allocating space for MIPS options\n"
msgstr ""
-#: readelf.c:15939
+#: readelf.c:16030
#, c-format
msgid "Invalid size (%u) for MIPS option\n"
msgstr ""
-#: readelf.c:15948
+#: readelf.c:16039
#, c-format
msgid ""
"\n"
@@ -8957,24 +8962,24 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:16119
+#: readelf.c:16210
msgid "conflict list found without a dynamic symbol table\n"
msgstr ""
-#: readelf.c:16127
+#: readelf.c:16218
#, c-format
msgid "Overlarge number of conflicts detected: %lx\n"
msgstr ""
-#: readelf.c:16135
+#: readelf.c:16226
msgid "Out of memory allocating space for dynamic conflicts\n"
msgstr ""
-#: readelf.c:16145 readelf.c:16160
+#: readelf.c:16236 readelf.c:16251
msgid "conflict"
msgstr ""
-#: readelf.c:16170
+#: readelf.c:16261
#, c-format
msgid ""
"\n"
@@ -8985,124 +8990,124 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:16174
+#: readelf.c:16265
msgid " Num: Index Value Name"
msgstr ""
-#: readelf.c:16181
+#: readelf.c:16272
#, c-format
msgid "<corrupt symbol index>"
msgstr ""
-#: readelf.c:16192 readelf.c:16317 readelf.c:16402
+#: readelf.c:16283 readelf.c:16408 readelf.c:16493
#, c-format
msgid "<corrupt: %14ld>"
msgstr ""
-#: readelf.c:16215
+#: readelf.c:16306
#, c-format
msgid ""
"The GOT symbol offset (%lu) is greater than the symbol table size (%lu)\n"
msgstr ""
-#: readelf.c:16224
+#: readelf.c:16315
#, c-format
msgid "Too many GOT symbols: %lu\n"
msgstr ""
-#: readelf.c:16235
+#: readelf.c:16326
#, c-format
msgid ""
"\n"
"Primary GOT:\n"
msgstr ""
-#: readelf.c:16241
+#: readelf.c:16332
#, c-format
msgid " %*s %10s %*s Purpose\n"
msgstr ""
-#: readelf.c:16243 readelf.c:16271 readelf.c:16290 readelf.c:16369
-#: readelf.c:16379
+#: readelf.c:16334 readelf.c:16362 readelf.c:16381 readelf.c:16460
+#: readelf.c:16470
msgid "Initial"
msgstr ""
-#: readelf.c:16245
+#: readelf.c:16336
#, c-format
msgid " Lazy resolver\n"
msgstr ""
-#: readelf.c:16260
+#: readelf.c:16351
#, c-format
msgid " Module pointer (GNU extension)\n"
msgstr ""
-#: readelf.c:16286
+#: readelf.c:16377
#, c-format
msgid " Global entries:\n"
msgstr ""
-#: readelf.c:16291 readelf.c:16380
+#: readelf.c:16382 readelf.c:16471
msgid "Sym.Val."
msgstr ""
#. Note for translators: "Ndx" = abbreviated form of "Index".
-#: readelf.c:16294 readelf.c:16380
+#: readelf.c:16385 readelf.c:16471
msgid "Ndx"
msgstr ""
-#: readelf.c:16294 readelf.c:16380
+#: readelf.c:16385 readelf.c:16471
msgid "Name"
msgstr ""
-#: readelf.c:16304
+#: readelf.c:16395
#, c-format
msgid "<no dynamic symbols>"
msgstr ""
-#: readelf.c:16320
+#: readelf.c:16411
#, c-format
msgid "<symbol index %lu exceeds number of dynamic symbols>"
msgstr ""
-#: readelf.c:16362
+#: readelf.c:16453
msgid "Procedure Linkage Table data"
msgstr ""
-#: readelf.c:16368
+#: readelf.c:16459
#, c-format
msgid " %*s %*s Purpose\n"
msgstr ""
-#: readelf.c:16371
+#: readelf.c:16462
#, c-format
msgid " PLT lazy resolver\n"
msgstr ""
-#: readelf.c:16373
+#: readelf.c:16464
#, c-format
msgid " Module pointer\n"
msgstr ""
-#: readelf.c:16376
+#: readelf.c:16467
#, c-format
msgid " Entries:\n"
msgstr ""
-#: readelf.c:16390
+#: readelf.c:16481
#, c-format
msgid "<corrupt symbol index: %lu>"
msgstr ""
-#: readelf.c:16428
+#: readelf.c:16519
msgid "NDS32 elf flags section"
msgstr ""
-#: readelf.c:16492
+#: readelf.c:16583
msgid "liblist string table"
msgstr ""
-#: readelf.c:16504
+#: readelf.c:16595
#, c-format
msgid ""
"\n"
@@ -9113,361 +9118,361 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:16510
+#: readelf.c:16601
msgid " Library Time Stamp Checksum Version Flags"
msgstr ""
-#: readelf.c:16560
+#: readelf.c:16651
msgid "NT_AUXV (auxiliary vector)"
msgstr ""
-#: readelf.c:16562
+#: readelf.c:16653
msgid "NT_PRSTATUS (prstatus structure)"
msgstr ""
-#: readelf.c:16564
+#: readelf.c:16655
msgid "NT_FPREGSET (floating point registers)"
msgstr ""
-#: readelf.c:16566
+#: readelf.c:16657
msgid "NT_PRPSINFO (prpsinfo structure)"
msgstr ""
-#: readelf.c:16568
+#: readelf.c:16659
msgid "NT_TASKSTRUCT (task structure)"
msgstr ""
-#: readelf.c:16570
+#: readelf.c:16661
msgid "NT_PRXFPREG (user_xfpregs structure)"
msgstr ""
-#: readelf.c:16572
+#: readelf.c:16663
msgid "NT_PPC_VMX (ppc Altivec registers)"
msgstr ""
-#: readelf.c:16574
+#: readelf.c:16665
msgid "NT_PPC_VSX (ppc VSX registers)"
msgstr ""
-#: readelf.c:16576
+#: readelf.c:16667
msgid "NT_PPC_TAR (ppc TAR register)"
msgstr ""
-#: readelf.c:16578
+#: readelf.c:16669
msgid "NT_PPC_PPR (ppc PPR register)"
msgstr ""
-#: readelf.c:16580
+#: readelf.c:16671
msgid "NT_PPC_DSCR (ppc DSCR register)"
msgstr ""
-#: readelf.c:16582
+#: readelf.c:16673
msgid "NT_PPC_EBB (ppc EBB registers)"
msgstr ""
-#: readelf.c:16584
+#: readelf.c:16675
msgid "NT_PPC_PMU (ppc PMU registers)"
msgstr ""
-#: readelf.c:16586
+#: readelf.c:16677
msgid "NT_PPC_TM_CGPR (ppc checkpointed GPR registers)"
msgstr ""
-#: readelf.c:16588
+#: readelf.c:16679
msgid "NT_PPC_TM_CFPR (ppc checkpointed floating point registers)"
msgstr ""
-#: readelf.c:16590
+#: readelf.c:16681
msgid "NT_PPC_TM_CVMX (ppc checkpointed Altivec registers)"
msgstr ""
-#: readelf.c:16592
+#: readelf.c:16683
msgid "NT_PPC_TM_VSX (ppc checkpointed VSX registers)"
msgstr ""
-#: readelf.c:16594
+#: readelf.c:16685
msgid "NT_PPC_TM_SPR (ppc TM special purpose registers)"
msgstr ""
-#: readelf.c:16596
+#: readelf.c:16687
msgid "NT_PPC_TM_CTAR (ppc checkpointed TAR register)"
msgstr ""
-#: readelf.c:16598
+#: readelf.c:16689
msgid "NT_PPC_TM_CPPR (ppc checkpointed PPR register)"
msgstr ""
-#: readelf.c:16600
+#: readelf.c:16691
msgid "NT_PPC_TM_CDSCR (ppc checkpointed DSCR register)"
msgstr ""
-#: readelf.c:16602
+#: readelf.c:16693
msgid "NT_386_TLS (x86 TLS information)"
msgstr ""
-#: readelf.c:16604
+#: readelf.c:16695
msgid "NT_386_IOPERM (x86 I/O permissions)"
msgstr ""
-#: readelf.c:16606
+#: readelf.c:16697
msgid "NT_X86_XSTATE (x86 XSAVE extended state)"
msgstr ""
-#: readelf.c:16608
+#: readelf.c:16699
msgid "NT_S390_HIGH_GPRS (s390 upper register halves)"
msgstr ""
-#: readelf.c:16610
+#: readelf.c:16701
msgid "NT_S390_TIMER (s390 timer register)"
msgstr ""
-#: readelf.c:16612
+#: readelf.c:16703
msgid "NT_S390_TODCMP (s390 TOD comparator register)"
msgstr ""
-#: readelf.c:16614
+#: readelf.c:16705
msgid "NT_S390_TODPREG (s390 TOD programmable register)"
msgstr ""
-#: readelf.c:16616
+#: readelf.c:16707
msgid "NT_S390_CTRS (s390 control registers)"
msgstr ""
-#: readelf.c:16618
+#: readelf.c:16709
msgid "NT_S390_PREFIX (s390 prefix register)"
msgstr ""
-#: readelf.c:16620
+#: readelf.c:16711
msgid "NT_S390_LAST_BREAK (s390 last breaking event address)"
msgstr ""
-#: readelf.c:16622
+#: readelf.c:16713
msgid "NT_S390_SYSTEM_CALL (s390 system call restart data)"
msgstr ""
-#: readelf.c:16624
+#: readelf.c:16715
msgid "NT_S390_TDB (s390 transaction diagnostic block)"
msgstr ""
-#: readelf.c:16626
+#: readelf.c:16717
msgid "NT_S390_VXRS_LOW (s390 vector registers 0-15 upper half)"
msgstr ""
-#: readelf.c:16628
+#: readelf.c:16719
msgid "NT_S390_VXRS_HIGH (s390 vector registers 16-31)"
msgstr ""
-#: readelf.c:16630
+#: readelf.c:16721
msgid "NT_S390_GS_CB (s390 guarded-storage registers)"
msgstr ""
-#: readelf.c:16632
+#: readelf.c:16723
msgid "NT_S390_GS_BC (s390 guarded-storage broadcast control)"
msgstr ""
-#: readelf.c:16634
+#: readelf.c:16725
msgid "NT_ARM_VFP (arm VFP registers)"
msgstr ""
-#: readelf.c:16636
+#: readelf.c:16727
msgid "NT_ARM_TLS (AArch TLS registers)"
msgstr ""
-#: readelf.c:16638
+#: readelf.c:16729
msgid "NT_ARM_HW_BREAK (AArch hardware breakpoint registers)"
msgstr ""
-#: readelf.c:16640
+#: readelf.c:16731
msgid "NT_ARM_HW_WATCH (AArch hardware watchpoint registers)"
msgstr ""
-#: readelf.c:16642
+#: readelf.c:16733
msgid "NT_PSTATUS (pstatus structure)"
msgstr ""
-#: readelf.c:16644
+#: readelf.c:16735
msgid "NT_FPREGS (floating point registers)"
msgstr ""
-#: readelf.c:16646
+#: readelf.c:16737
msgid "NT_PSINFO (psinfo structure)"
msgstr ""
-#: readelf.c:16648
+#: readelf.c:16739
msgid "NT_LWPSTATUS (lwpstatus_t structure)"
msgstr ""
-#: readelf.c:16650
+#: readelf.c:16741
msgid "NT_LWPSINFO (lwpsinfo_t structure)"
msgstr ""
-#: readelf.c:16652
+#: readelf.c:16743
msgid "NT_WIN32PSTATUS (win32_pstatus structure)"
msgstr ""
-#: readelf.c:16654
+#: readelf.c:16745
msgid "NT_SIGINFO (siginfo_t data)"
msgstr ""
-#: readelf.c:16656
+#: readelf.c:16747
msgid "NT_FILE (mapped files)"
msgstr ""
-#: readelf.c:16664
+#: readelf.c:16755
msgid "NT_VERSION (version)"
msgstr ""
-#: readelf.c:16666
+#: readelf.c:16757
msgid "NT_ARCH (architecture)"
msgstr ""
-#: readelf.c:16668
+#: readelf.c:16759
msgid "OPEN"
msgstr ""
-#: readelf.c:16670
+#: readelf.c:16761
msgid "func"
msgstr ""
-#: readelf.c:16675 readelf.c:16794 readelf.c:17135 readelf.c:17279
-#: readelf.c:17337 readelf.c:17414
+#: readelf.c:16766 readelf.c:16885 readelf.c:17226 readelf.c:17370
+#: readelf.c:17428 readelf.c:17505
#, c-format
msgid "Unknown note type: (0x%08x)"
msgstr ""
-#: readelf.c:16696
+#: readelf.c:16787
#, c-format
msgid " Cannot decode 64-bit note in 32-bit build\n"
msgstr ""
-#: readelf.c:16704
+#: readelf.c:16795
msgid " Malformed note - too short for header\n"
msgstr ""
-#: readelf.c:16713
+#: readelf.c:16804
msgid " Malformed note - does not end with \\0\n"
msgstr ""
-#: readelf.c:16726
+#: readelf.c:16817
msgid " Malformed note - too short for supplied file count\n"
msgstr ""
-#: readelf.c:16730
+#: readelf.c:16821
#, c-format
msgid " Page size: "
msgstr ""
-#: readelf.c:16734
+#: readelf.c:16825
#, c-format
msgid " %*s%*s%*s\n"
msgstr ""
-#: readelf.c:16735
+#: readelf.c:16826
msgid "Start"
msgstr ""
-#: readelf.c:16736
+#: readelf.c:16827
msgid "End"
msgstr ""
-#: readelf.c:16737
+#: readelf.c:16828
msgid "Page Offset"
msgstr ""
-#: readelf.c:16745
+#: readelf.c:16836
msgid " Malformed note - filenames end too early\n"
msgstr ""
-#: readelf.c:16777
+#: readelf.c:16868
msgid "NT_GNU_ABI_TAG (ABI version tag)"
msgstr ""
-#: readelf.c:16779
+#: readelf.c:16870
msgid "NT_GNU_HWCAP (DSO-supplied software HWCAP info)"
msgstr ""
-#: readelf.c:16781
+#: readelf.c:16872
msgid "NT_GNU_BUILD_ID (unique build ID bitstring)"
msgstr ""
-#: readelf.c:16783
+#: readelf.c:16874
msgid "NT_GNU_GOLD_VERSION (gold version)"
msgstr ""
-#: readelf.c:16785
+#: readelf.c:16876
msgid "NT_GNU_PROPERTY_TYPE_0"
msgstr ""
-#: readelf.c:16787
+#: readelf.c:16878
msgid "NT_GNU_BUILD_ATTRIBUTE_OPEN"
msgstr ""
-#: readelf.c:16789
+#: readelf.c:16880
msgid "NT_GNU_BUILD_ATTRIBUTE_FUNC"
msgstr ""
-#: readelf.c:16883
+#: readelf.c:16974
#, c-format
msgid " Properties: "
msgstr ""
-#: readelf.c:16887
+#: readelf.c:16978
#, c-format
msgid "<corrupt GNU_PROPERTY_TYPE, size = %#lx>\n"
msgstr ""
-#: readelf.c:16899
+#: readelf.c:16990
#, c-format
msgid "<corrupt descsz: %#lx>\n"
msgstr ""
-#: readelf.c:16910
+#: readelf.c:17001
#, c-format
msgid "<corrupt type (%#x) datasz: %#x>\n"
msgstr ""
-#: readelf.c:16926 readelf.c:16934 readelf.c:16942 readelf.c:16959
-#: readelf.c:16967
+#: readelf.c:17017 readelf.c:17025 readelf.c:17033 readelf.c:17050
+#: readelf.c:17058
#, c-format
msgid "<corrupt length: %#x> "
msgstr ""
-#: readelf.c:16957
+#: readelf.c:17048
#, c-format
msgid "stack size: "
msgstr ""
-#: readelf.c:16976
+#: readelf.c:17067
#, c-format
msgid "<unknown type %#x data: "
msgstr ""
-#: readelf.c:16978
+#: readelf.c:17069
#, c-format
msgid "<procesor-specific type %#x data: "
msgstr ""
-#: readelf.c:16980
+#: readelf.c:17071
#, c-format
msgid "<application-specific type %#x data: "
msgstr ""
-#: readelf.c:17009
+#: readelf.c:17100
#, c-format
msgid " Build ID: "
msgstr ""
-#: readelf.c:17024
+#: readelf.c:17115
#, c-format
msgid " <corrupt GNU_ABI_TAG>\n"
msgstr ""
-#: readelf.c:17061
+#: readelf.c:17152
#, c-format
msgid " OS: %s, ABI: %ld.%ld.%ld\n"
msgstr ""
-#: readelf.c:17070
+#: readelf.c:17161
#, c-format
msgid " Version: "
msgstr ""
@@ -9477,458 +9482,458 @@ 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:17086
+#: readelf.c:17177
#, c-format
msgid " Hardware Capabilities: "
msgstr ""
-#: readelf.c:17089
+#: readelf.c:17180
msgid "<corrupt GNU_HWCAP>\n"
msgstr ""
-#: readelf.c:17094
+#: readelf.c:17185
#, c-format
msgid "num entries: %ld, enabled mask: %lx\n"
msgstr ""
-#: readelf.c:17110
+#: readelf.c:17201
#, c-format
msgid " Description data: "
msgstr ""
-#: readelf.c:17128
+#: readelf.c:17219
msgid "Alignment of 8-byte objects"
msgstr ""
-#: readelf.c:17129
+#: readelf.c:17220
msgid "Sizeof double and long double"
msgstr ""
-#: readelf.c:17130
+#: readelf.c:17221
msgid "Type of FPU support needed"
msgstr ""
-#: readelf.c:17131
+#: readelf.c:17222
msgid "Use of SIMD instructions"
msgstr ""
-#: readelf.c:17132
+#: readelf.c:17223
msgid "Use of cache"
msgstr ""
-#: readelf.c:17133
+#: readelf.c:17224
msgid "Use of MMU"
msgstr ""
-#: readelf.c:17169
+#: readelf.c:17260
#, c-format
msgid "4-bytes\n"
msgstr ""
-#: readelf.c:17170
+#: readelf.c:17261
#, c-format
msgid "8-bytes\n"
msgstr ""
-#: readelf.c:17177
+#: readelf.c:17268
#, c-format
msgid "FPU-2.0\n"
msgstr ""
-#: readelf.c:17178
+#: readelf.c:17269
#, c-format
msgid "FPU-3.0\n"
msgstr ""
-#: readelf.c:17187
+#: readelf.c:17278
#, c-format
msgid "yes\n"
msgstr ""
-#: readelf.c:17197
+#: readelf.c:17288
#, c-format
msgid "unknown value: %x\n"
msgstr ""
-#: readelf.c:17239
+#: readelf.c:17330
msgid "NT_THRMISC (thrmisc structure)"
msgstr ""
-#: readelf.c:17241
+#: readelf.c:17332
msgid "NT_PROCSTAT_PROC (proc data)"
msgstr ""
-#: readelf.c:17243
+#: readelf.c:17334
msgid "NT_PROCSTAT_FILES (files data)"
msgstr ""
-#: readelf.c:17245
+#: readelf.c:17336
msgid "NT_PROCSTAT_VMMAP (vmmap data)"
msgstr ""
-#: readelf.c:17247
+#: readelf.c:17338
msgid "NT_PROCSTAT_GROUPS (groups data)"
msgstr ""
-#: readelf.c:17249
+#: readelf.c:17340
msgid "NT_PROCSTAT_UMASK (umask data)"
msgstr ""
-#: readelf.c:17251
+#: readelf.c:17342
msgid "NT_PROCSTAT_RLIMIT (rlimit data)"
msgstr ""
-#: readelf.c:17253
+#: readelf.c:17344
msgid "NT_PROCSTAT_OSREL (osreldate data)"
msgstr ""
-#: readelf.c:17255
+#: readelf.c:17346
msgid "NT_PROCSTAT_PSSTRINGS (ps_strings data)"
msgstr ""
-#: readelf.c:17257
+#: readelf.c:17348
msgid "NT_PROCSTAT_AUXV (auxv data)"
msgstr ""
-#: readelf.c:17259
+#: readelf.c:17350
msgid "NT_PTLWPINFO (ptrace_lwpinfo structure)"
msgstr ""
-#: readelf.c:17270
+#: readelf.c:17361
msgid "NetBSD procinfo structure"
msgstr ""
-#: readelf.c:17296 readelf.c:17310
+#: readelf.c:17387 readelf.c:17401
msgid "PT_GETREGS (reg structure)"
msgstr ""
-#: readelf.c:17298 readelf.c:17312
+#: readelf.c:17389 readelf.c:17403
msgid "PT_GETFPREGS (fpreg structure)"
msgstr ""
-#: readelf.c:17331
+#: readelf.c:17422
msgid "NT_STAPSDT (SystemTap probe descriptors)"
msgstr ""
-#: readelf.c:17364
+#: readelf.c:17455
#, c-format
msgid " Provider: %s\n"
msgstr ""
-#: readelf.c:17365
+#: readelf.c:17456
#, c-format
msgid " Name: %s\n"
msgstr ""
-#: readelf.c:17366
+#: readelf.c:17457
#, c-format
msgid " Location: "
msgstr ""
-#: readelf.c:17368
+#: readelf.c:17459
#, c-format
msgid ", Base: "
msgstr ""
-#: readelf.c:17370
+#: readelf.c:17461
#, c-format
msgid ", Semaphore: "
msgstr ""
-#: readelf.c:17373
+#: readelf.c:17464
#, c-format
msgid " Arguments: %s\n"
msgstr ""
-#: readelf.c:17386
+#: readelf.c:17477
msgid "NT_VMS_MHD (module header)"
msgstr ""
-#: readelf.c:17388
+#: readelf.c:17479
msgid "NT_VMS_LNM (language name)"
msgstr ""
-#: readelf.c:17390
+#: readelf.c:17481
msgid "NT_VMS_SRC (source files)"
msgstr ""
-#: readelf.c:17394
+#: readelf.c:17485
msgid "NT_VMS_EIDC (consistency check)"
msgstr ""
-#: readelf.c:17396
+#: readelf.c:17487
msgid "NT_VMS_FPMODE (FP mode)"
msgstr ""
-#: readelf.c:17400
+#: readelf.c:17491
msgid "NT_VMS_IMGNAM (image name)"
msgstr ""
-#: readelf.c:17402
+#: readelf.c:17493
msgid "NT_VMS_IMGID (image id)"
msgstr ""
-#: readelf.c:17404
+#: readelf.c:17495
msgid "NT_VMS_LINKID (link id)"
msgstr ""
-#: readelf.c:17406
+#: readelf.c:17497
msgid "NT_VMS_IMGBID (build id)"
msgstr ""
-#: readelf.c:17408
+#: readelf.c:17499
msgid "NT_VMS_GSTNAM (sym table name)"
msgstr ""
-#: readelf.c:17428
+#: readelf.c:17519
#, c-format
msgid " Creation date : %.17s\n"
msgstr ""
-#: readelf.c:17429
+#: readelf.c:17520
#, c-format
msgid " Last patch date: %.17s\n"
msgstr ""
-#: readelf.c:17430
+#: readelf.c:17521
#, c-format
msgid " Module name : %s\n"
msgstr ""
-#: readelf.c:17431
+#: readelf.c:17522
#, c-format
msgid " Module version : %s\n"
msgstr ""
-#: readelf.c:17434
+#: readelf.c:17525
#, c-format
msgid " Invalid size\n"
msgstr ""
-#: readelf.c:17437
+#: readelf.c:17528
#, c-format
msgid " Language: %s\n"
msgstr ""
-#: readelf.c:17441
+#: readelf.c:17532
#, c-format
msgid " Floating Point mode: "
msgstr ""
-#: readelf.c:17446
+#: readelf.c:17537
#, c-format
msgid " Link time: "
msgstr ""
-#: readelf.c:17452
+#: readelf.c:17543
#, c-format
msgid " Patch time: "
msgstr ""
-#: readelf.c:17458
+#: readelf.c:17549
#, c-format
msgid " Major id: %u, minor id: %u\n"
msgstr ""
-#: readelf.c:17461
+#: readelf.c:17552
#, c-format
msgid " Last modified : "
msgstr ""
-#: readelf.c:17464
+#: readelf.c:17555
#, c-format
msgid ""
"\n"
" Link flags : "
msgstr ""
-#: readelf.c:17467
+#: readelf.c:17558
#, c-format
msgid " Header flags: 0x%08x\n"
msgstr ""
-#: readelf.c:17469
+#: readelf.c:17560
#, c-format
msgid " Image id : %s\n"
msgstr ""
-#: readelf.c:17473
+#: readelf.c:17564
#, c-format
msgid " Image name: %s\n"
msgstr ""
-#: readelf.c:17476
+#: readelf.c:17567
#, c-format
msgid " Global symbol table name: %s\n"
msgstr ""
-#: readelf.c:17479
+#: readelf.c:17570
#, c-format
msgid " Image id: %s\n"
msgstr ""
-#: readelf.c:17482
+#: readelf.c:17573
#, c-format
msgid " Linker id: %s\n"
msgstr ""
-#: readelf.c:17640 readelf.c:17648
+#: readelf.c:17731 readelf.c:17739
#, c-format
msgid " Applies to region from %#lx to %#lx\n"
msgstr ""
-#: readelf.c:17643 readelf.c:17650
+#: readelf.c:17734 readelf.c:17741
#, c-format
msgid " Applies to region from %#lx\n"
msgstr ""
-#: readelf.c:17679
+#: readelf.c:17770
#, c-format
msgid " <invalid description size: %lx>\n"
msgstr ""
-#: readelf.c:17680
+#: readelf.c:17771
#, c-format
msgid " <invalid descsz>"
msgstr ""
-#: readelf.c:17700
+#: readelf.c:17791
#, c-format
msgid "Gap in build notes detected from %#lx to %#lx\n"
msgstr ""
-#: readelf.c:17703 readelf.c:17714
+#: readelf.c:17794 readelf.c:17805
#, c-format
msgid " Applies to region from %#lx"
msgstr ""
-#: readelf.c:17708 readelf.c:17719
+#: readelf.c:17799 readelf.c:17810
#, c-format
msgid " to %#lx"
msgstr ""
-#: readelf.c:17725
+#: readelf.c:17816
#, c-format
msgid " (%s)"
msgstr ""
-#: readelf.c:17746 readelf.c:17761
+#: readelf.c:17837 readelf.c:17852
#, c-format
msgid "corrupt name field in GNU build attribute note: size = %ld\n"
msgstr ""
-#: readelf.c:17747 readelf.c:17762
+#: readelf.c:17838 readelf.c:17853
msgid " <corrupt name>"
msgstr ""
-#: readelf.c:17781
+#: readelf.c:17872
#, c-format
msgid "unrecognised attribute type in name field: %d\n"
msgstr ""
-#: readelf.c:17782
+#: readelf.c:17873
msgid "<unknown name type>"
msgstr ""
-#: readelf.c:17792
+#: readelf.c:17883
msgid "<version>"
msgstr ""
-#: readelf.c:17797
+#: readelf.c:17888
msgid "<stack prot>"
msgstr ""
-#: readelf.c:17802
+#: readelf.c:17893
msgid "<relro>"
msgstr ""
-#: readelf.c:17807
+#: readelf.c:17898
msgid "<stack size>"
msgstr ""
-#: readelf.c:17812
+#: readelf.c:17903
msgid "<tool>"
msgstr ""
-#: readelf.c:17817
+#: readelf.c:17908
msgid "<ABI>"
msgstr ""
-#: readelf.c:17822
+#: readelf.c:17913
msgid "<PIC>"
msgstr ""
-#: readelf.c:17827
+#: readelf.c:17918
msgid "<short enum>"
msgstr ""
-#: readelf.c:17846
+#: readelf.c:17937
#, c-format
msgid "unrecognised byte in name field: %d\n"
msgstr ""
-#: readelf.c:17847
+#: readelf.c:17938
#, c-format
msgid "<unknown:_%d>"
msgstr ""
-#: readelf.c:17859
+#: readelf.c:17950
#, c-format
msgid "attribute does not have an expected type (%c)\n"
msgstr ""
-#: readelf.c:17863
+#: readelf.c:17954
#, c-format
msgid "corrupt name field: namesz: %lu but parsing gets to %ld\n"
msgstr ""
-#: readelf.c:17890
+#: readelf.c:17981
#, c-format
msgid "corrupt numeric name field: too many bytes in the value: %x\n"
msgstr ""
-#: readelf.c:18058
+#: readelf.c:18149
#, c-format
msgid " description data: "
msgstr ""
-#: readelf.c:18097
+#: readelf.c:18188
msgid "notes"
msgstr ""
-#: readelf.c:18105
+#: readelf.c:18196
#, c-format
msgid ""
"\n"
"Displaying notes found in: %s\n"
msgstr ""
-#: readelf.c:18107
+#: readelf.c:18198
#, c-format
msgid ""
"\n"
"Displaying notes found at file offset 0x%08lx with length 0x%08lx:\n"
msgstr ""
-#: readelf.c:18119
+#: readelf.c:18210
#, c-format
msgid "Corrupt note: alignment %ld, expecting 4 or 8\n"
msgstr ""
-#: readelf.c:18124
+#: readelf.c:18215
#, c-format
msgid " %-20s %10s\tDescription\n"
msgstr ""
-#: readelf.c:18124
+#: readelf.c:18215
msgid "Owner"
msgstr ""
-#: readelf.c:18124
+#: readelf.c:18215
msgid "Data size"
msgstr ""
-#: readelf.c:18142 readelf.c:18171
+#: readelf.c:18233 readelf.c:18262
#, c-format
msgid "Corrupt note: only %ld byte remains, not enough for a full note\n"
msgid_plural ""
@@ -9936,25 +9941,25 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:18199
+#: readelf.c:18290
#, c-format
msgid "note with invalid namesz and/or descsz found at offset 0x%lx\n"
msgstr ""
-#: readelf.c:18201
+#: readelf.c:18292
#, c-format
msgid " type: 0x%lx, namesize: 0x%08lx, descsize: 0x%08lx, alignment: %u\n"
msgstr ""
-#: readelf.c:18219
+#: readelf.c:18310
msgid "Out of memory allocating space for inote name\n"
msgstr ""
-#: readelf.c:18282
+#: readelf.c:18373
msgid "v850 notes"
msgstr ""
-#: readelf.c:18289
+#: readelf.c:18380
#, c-format
msgid ""
"\n"
@@ -9962,75 +9967,75 @@ msgid ""
"length 0x%lx:\n"
msgstr ""
-#: readelf.c:18306
+#: readelf.c:18397
#, c-format
msgid "Corrupt note: name size is too big: %lx\n"
msgstr ""
-#: readelf.c:18316
+#: readelf.c:18407
#, c-format
msgid "corrupt descsz found in note at offset 0x%lx\n"
msgstr ""
-#: readelf.c:18318 readelf.c:18331
+#: readelf.c:18409 readelf.c:18422
#, c-format
msgid " type: 0x%lx, namesize: 0x%lx, descsize: 0x%lx\n"
msgstr ""
-#: readelf.c:18329
+#: readelf.c:18420
#, c-format
msgid "corrupt namesz found in note at offset 0x%lx\n"
msgstr ""
-#: readelf.c:18407
+#: readelf.c:18498
#, c-format
msgid "No note segments present in the core file.\n"
msgstr ""
-#: readelf.c:18415
+#: readelf.c:18506
#, c-format
msgid " Unknown GNU attribute: %s\n"
msgstr ""
-#: readelf.c:18550
+#: readelf.c:18641
msgid ""
"This instance of readelf has been built without support for a\n"
"64 bit data type and so it cannot read 64 bit ELF files.\n"
msgstr ""
-#: readelf.c:18673
+#: readelf.c:18764
#, c-format
msgid "%s: Failed to read file header\n"
msgstr ""
-#: readelf.c:18687
+#: readelf.c:18778
#, c-format
msgid ""
"\n"
"File: %s\n"
msgstr ""
-#: readelf.c:18873
+#: readelf.c:18964
#, c-format
msgid "%s: unable to dump the index as none was found\n"
msgstr ""
-#: readelf.c:18879
+#: readelf.c:18970
#, c-format
msgid "Index of archive %s: (%lu entries, 0x%lx bytes in the symbol table)\n"
msgstr ""
-#: readelf.c:18898
+#: readelf.c:18989
#, c-format
msgid "Contents of binary %s at offset "
msgstr ""
-#: readelf.c:18908
+#: readelf.c:18999
#, c-format
msgid "%s: end of the symbol table reached before the end of the index\n"
msgstr ""
-#: readelf.c:18925
+#: readelf.c:19016
#, c-format
msgid ""
"%s: %ld byte remains in the symbol table, but without corresponding entries "
@@ -10041,36 +10046,36 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:18938
+#: readelf.c:19029
#, c-format
msgid "%s: failed to seek back to start of object files in the archive\n"
msgstr ""
-#: readelf.c:19022 readelf.c:19134
+#: readelf.c:19113 readelf.c:19225
#, c-format
msgid "Input file '%s' is not readable.\n"
msgstr ""
-#: readelf.c:19046
+#: readelf.c:19137
#, c-format
msgid "%s: contains corrupt thin archive: %s\n"
msgstr ""
-#: readelf.c:19059
+#: readelf.c:19150
#, c-format
msgid "%s: failed to seek to archive member.\n"
msgstr ""
-#: readelf.c:19126
+#: readelf.c:19217
msgid "Out of memory allocating file data structure\n"
msgstr ""
-#: readelf.c:19162
+#: readelf.c:19253
#, c-format
msgid "File %s is not an archive so its index cannot be displayed.\n"
msgstr ""
-#: readelf.c:19221
+#: readelf.c:19312
msgid "Nothing to do.\n"
msgstr ""