[binutils-gdb] Updated Japanese translation for the binutils sub-directory.

Nick Clifton nickc@sourceware.org
Mon Sep 3 14:05:00 GMT 2018


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=20a4d0bd98969ddbfead7288e6027639dcbd9a21

commit 20a4d0bd98969ddbfead7288e6027639dcbd9a21
Author: Nick Clifton <nickc@redhat.com>
Date:   Mon Sep 3 15:04:34 2018 +0100

    Updated Japanese translation for the binutils sub-directory.

Diff:
---
 binutils/ChangeLog |    4 +
 binutils/po/ja.po  | 9660 ++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 7081 insertions(+), 2583 deletions(-)

diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index c993ad5..c58d70e 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2018-09-03  Nick Clifton  <nickc@redhat.com>
+
+	* po/ja.po: Updated Japanese translation.
+
 2018-08-31  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* testsuite/binutils-all/readelf.s-64: Adjusted for
diff --git a/binutils/po/ja.po b/binutils/po/ja.po
index 488af3a..2758e3f 100644
--- a/binutils/po/ja.po
+++ b/binutils/po/ja.po
@@ -1,39 +1,41 @@
 # Japanese messages for binutils
 # This file is distributed under the same license as the binutils package.
-# Copyright (C) 2001, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2010, 2018 Free Software Foundation, Inc.
 # Daisuke Yamashita <yamad@mb.infoweb.ne.jp>, 2001.
 # Yasuaki Taniguchi <yasuakit@gmail.com>, 2010, 2011.
+# Takeshi Hamasaki <hmatrjp@users.sourceforge.jp>, 2018.
 msgid ""
 msgstr ""
-"Project-Id-Version: binutils 2.21.53\n"
+"Project-Id-Version: binutils 2.30.90\n"
 "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
-"POT-Creation-Date: 2011-06-02 14:35+0100\n"
-"PO-Revision-Date: 2011-10-19 22:45+0900\n"
-"Last-Translator: Yasuaki Taniguchi <yasuakit@gmail.com>\n"
+"POT-Creation-Date: 2018-06-24 19:42+0100\n"
+"PO-Revision-Date: 2018-08-25 20:04+0900\n"
+"Last-Translator: Takeshi Hamasaki <hmatrjp@users.sourceforge.jp>\n"
 "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
 "Language: ja\n"
-"X-Bugs: Report translation errors to the Language-Team address.\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"X-Bugs: Report translation errors to the Language-Team address.\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Poedit 2.0.6\n"
 
-#: addr2line.c:81
+#: addr2line.c:80
 #, c-format
 msgid "Usage: %s [option(s)] [addr(s)]\n"
 msgstr "使用法: %s [option(s)] [addr(s)]\n"
 
-#: addr2line.c:82
+#: addr2line.c:81
 #, c-format
 msgid " Convert addresses into line number/file name pairs.\n"
 msgstr "アドレスを行番号/ファイル名の組に変換します。\n"
 
-#: addr2line.c:83
+#: addr2line.c:82
 #, c-format
 msgid " If no addresses are specified on the command line, they will be read from stdin\n"
 msgstr "コマンドラインでアドレスが指定されない場合、標準入力から読み取ります\n"
 
-#: addr2line.c:84
+#: addr2line.c:83
 #, c-format
 msgid ""
 " The options are:\n"
@@ -64,217 +66,252 @@ msgstr ""
 "  -v --version           プログラムのバージョンを表示する\n"
 "\n"
 
-#: addr2line.c:101 ar.c:304 ar.c:333 coffdump.c:470 dlltool.c:3938
-#: dllwrap.c:524 elfedit.c:650 nlmconv.c:1114 objcopy.c:576 objcopy.c:611
-#: readelf.c:3174 size.c:99 srconv.c:1743 strings.c:667 sysdump.c:653
-#: windmc.c:228 windres.c:695
+#: 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
 msgid "Report bugs to %s\n"
 msgstr ""
 "バグを発見したら <%s> に報告して下さい。\n"
 "翻訳に関するバグは<translation-team-ja@lists.sourceforge.net>に報告してください。\n"
 
-#: addr2line.c:271
+#. Note for translators:  This printf is used to join the
+#. function name just printed above to the line number/
+#. file name pair that is about to be printed below.  Eg:
+#.
+#. foo at 123:bar.c
+#: addr2line.c:304
 #, c-format
 msgid " at "
 msgstr ""
 
-#: addr2line.c:296
+#. Note for translators: This printf is used to join the
+#. line number/file name pair that has just been printed with
+#. the line number/file name pair that is going to be printed
+#. by the next iteration of the while loop.  Eg:
+#.
+#. 123:bar.c (inlined by) 456:main.c
+#: addr2line.c:345
 #, c-format
 msgid " (inlined by) "
 msgstr ""
 
-#: addr2line.c:329
+#: addr2line.c:378
 #, c-format
 msgid "%s: cannot get addresses from archive"
 msgstr "%s: アーカイブからアドレスを取得できません"
 
-#: addr2line.c:346
+#: addr2line.c:395
 #, c-format
 msgid "%s: cannot find section %s"
 msgstr "%s: セクション %s が見つかりません"
 
-#: addr2line.c:415 nm.c:1566 objdump.c:3423
+#: addr2line.c:465 nm.c:1683 objdump.c:3886
 #, c-format
 msgid "unknown demangling style `%s'"
 msgstr "名前復元 (demangle) の方式 `%s' が不明です"
 
-#: ar.c:238
+#: ar.c:260
 #, c-format
 msgid "no entry %s in archive\n"
 msgstr "エントリ %s が書庫中にありません\n"
 
-#: ar.c:254
+#: ar.c:274
 #, c-format
-msgid "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"
-msgstr "使用法: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"
+msgid "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"
+msgstr ""
+"使用法: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"
+"\n"
 
-#: ar.c:260
+#: ar.c:280
 #, c-format
-msgid "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [member-name] [count] archive-file file...\n"
-msgstr "使用法: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [member-name] [count] archive-file file...\n"
+msgid "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [member-name] [count] archive-file file...\n"
+msgstr "使用法: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [member-name] [count] archive-file file...\n"
 
-#: ar.c:266
+#: ar.c:288
 #, c-format
 msgid "       %s -M [<mri-script]\n"
 msgstr "       %s -M [<mri-script]\n"
 
-#: ar.c:267
+#: ar.c:289
 #, c-format
 msgid " commands:\n"
 msgstr " コマンド:\n"
 
-#: ar.c:268
+#: ar.c:290
 #, c-format
 msgid "  d            - delete file(s) from the archive\n"
 msgstr "  d            - 書庫からファイルを削除する\n"
 
-#: ar.c:269
+#: ar.c:291
 #, c-format
 msgid "  m[ab]        - move file(s) in the archive\n"
 msgstr "  m[ab]        - 書庫内のファイルを移動する\n"
 
-#: ar.c:270
+#: ar.c:292
 #, c-format
 msgid "  p            - print file(s) found in the archive\n"
 msgstr "  p            - 書庫内のファイルを表示する\n"
 
-#: ar.c:271
+#: ar.c:293
 #, c-format
 msgid "  q[f]         - quick append file(s) to the archive\n"
 msgstr "  q[f]         - 書庫へファイルを素早く追加する\n"
 
-#: ar.c:272
+#: ar.c:294
 #, c-format
 msgid "  r[ab][f][u]  - replace existing or insert new file(s) into the archive\n"
 msgstr "  r[ab][f][u]  - 書庫内の既存ファイルを置換する。存在しない場合は新規にファイルを挿入する\n"
 
-#: ar.c:273
+#: ar.c:295
 #, c-format
 msgid "  s            - act as ranlib\n"
 msgstr "  s            - ranlib として動作する\n"
 
-#: ar.c:274
+#: ar.c:296
 #, c-format
-msgid "  t            - display contents of archive\n"
-msgstr "  t            - 書庫の内容を表示する\n"
+msgid "  t[O][v]      - display contents of the archive\n"
+msgstr "  t[O][v]      - 書庫の内容を表示する\n"
 
-#: ar.c:275
+#: ar.c:297
 #, c-format
 msgid "  x[o]         - extract file(s) from the archive\n"
 msgstr "  x[o]         - 書庫からファイルを抽出する\n"
 
-#: ar.c:276
+#: ar.c:298
 #, c-format
 msgid " command specific modifiers:\n"
 msgstr " コマンドに関係した修飾子:\n"
 
-#: ar.c:277
+#: ar.c:299
 #, c-format
 msgid "  [a]          - put file(s) after [member-name]\n"
 msgstr "  [a]          - [member-name] の後にファイルを配置する\n"
 
-#: ar.c:278
+#: ar.c:300
 #, c-format
 msgid "  [b]          - put file(s) before [member-name] (same as [i])\n"
 msgstr "  [b]          - [member-name] の前にファイルを配置する ([i] と同じ)\n"
 
-#: ar.c:279
+#: ar.c:303
+#, c-format
+msgid "  [D]          - use zero for timestamps and uids/gids (default)\n"
+msgstr "  [D]          - 日時、uid、gid に 0 (ゼロ) を使用する (デフォルト)\n"
+
+#: ar.c:305
+#, c-format
+msgid "  [U]          - use actual timestamps and uids/gids\n"
+msgstr "  [U]          - 日時、uid、gid に実際の値を使用する\n"
+
+#: ar.c:310
 #, c-format
 msgid "  [D]          - use zero for timestamps and uids/gids\n"
 msgstr "  [D]          - 日時、uid、gid に 0 (ゼロ) を使用する\n"
 
-#: ar.c:280
+#: ar.c:312
+#, c-format
+msgid "  [U]          - use actual timestamps and uids/gids (default)\n"
+msgstr ""
+"  [U]          - 日時、uid、gid に実際の値を使用する (デフォルト)\n"
+"\n"
+
+#: ar.c:315
 #, c-format
 msgid "  [N]          - use instance [count] of name\n"
 msgstr "  [N]          - 同名インスタンスで [count] 番目のものを使う\n"
 
-#: ar.c:281
+#: ar.c:316
 #, c-format
 msgid "  [f]          - truncate inserted file names\n"
 msgstr "  [f]          - 挿入されたファイル名を切り詰める\n"
 
-#: ar.c:282
+#: ar.c:317
 #, c-format
 msgid "  [P]          - use full path names when matching\n"
 msgstr "  [P]          - 名前の一致を調べる際に完全パスを使う\n"
 
-#: ar.c:283
+#: ar.c:318
 #, c-format
 msgid "  [o]          - preserve original dates\n"
 msgstr "  [o]          - 本来の日時を保持する\n"
 
-#: ar.c:284
+#: ar.c:319
+#, c-format
+msgid "  [O]          - display offsets of files in the archive\n"
+msgstr "  [O]          - 書庫内のファイルのオフセットを表示する\n"
+
+#: ar.c:320
 #, c-format
 msgid "  [u]          - only replace files that are newer than current archive contents\n"
 msgstr "  [u]          - 現在の書庫に入っているものより新しいファイルだけを置換する\n"
 
-#: ar.c:285
+#: ar.c:321
 #, c-format
 msgid " generic modifiers:\n"
 msgstr " 一般的な修飾子:\n"
 
-#: ar.c:286
+#: ar.c:322
 #, c-format
 msgid "  [c]          - do not warn if the library had to be created\n"
 msgstr "  [c]          - ライブラリファイルを作成する必要があるときでも警告しない\n"
 
-#: ar.c:287
+#: ar.c:323
 #, c-format
 msgid "  [s]          - create an archive index (cf. ranlib)\n"
 msgstr "  [s]          - 書庫の索引を作成する (ranlib を参照)\n"
 
-#: ar.c:288
+#: ar.c:324
 #, c-format
 msgid "  [S]          - do not build a symbol table\n"
 msgstr "  [S]          - シンボル表を構築しない\n"
 
-#: ar.c:289
+#: ar.c:325
 #, c-format
 msgid "  [T]          - make a thin archive\n"
 msgstr "  [T]          - 薄い書庫を作成する\n"
 
-#: ar.c:290
+#: ar.c:326
 #, c-format
 msgid "  [v]          - be verbose\n"
 msgstr "  [v]          - 冗長に表示を行う\n"
 
-#: ar.c:291
+#: ar.c:327
 #, c-format
 msgid "  [V]          - display the version number\n"
 msgstr "  [V]          - バージョン情報を表示する\n"
 
-#: ar.c:292
+#: ar.c:328
 #, c-format
 msgid "  @<file>      - read options from <file>\n"
 msgstr "  @<file>      -  <file> からオプションを読み込む\n"
 
-#: ar.c:293
+#: ar.c:329
 #, c-format
 msgid "  --target=BFDNAME - specify the target object format as BFDNAME\n"
 msgstr "  --target=BFDNAME - ターゲットのオブジェクト形式を BFDNAME として指定する\n"
 
-#: ar.c:295
+#: ar.c:331
 #, c-format
 msgid " optional:\n"
 msgstr " 任意指定:\n"
 
-#: ar.c:296
+#: ar.c:332
 #, c-format
 msgid "  --plugin <p> - load the specified plugin\n"
 msgstr "  --plugin <p> - 指定したプラグインを読み込む\n"
 
-#: ar.c:317
+#: ar.c:353
 #, c-format
 msgid "Usage: %s [options] archive\n"
 msgstr "使用法: %s [options] archive\n"
 
-#: ar.c:318
+#: ar.c:354
 #, c-format
 msgid " Generate an index to speed access to archives\n"
 msgstr " アクセス速度を向上させるために書庫に索引を生成します\n"
 
-#: ar.c:319
+#: ar.c:355
 #, c-format
 msgid ""
 " The options are:\n"
@@ -283,12 +320,40 @@ msgstr ""
 " オプションは以下の通りです:\n"
 "  @<file>                      <file> からオプションを読み込む\n"
 
-#: ar.c:322
+#: ar.c:358
 #, c-format
 msgid "  --plugin <name>              Load the specified plugin\n"
 msgstr "  --plugin <name>              指定したプラグインを読み込む\n"
 
-#: ar.c:325
+#: ar.c:362
+#, fuzzy, c-format
+#| msgid ""
+#| "  -t                           Update the archive's symbol map timestamp\n"
+#| "  -h --help                    Print this help message\n"
+#| "  -v --version                 Print version information\n"
+msgid ""
+"  -D                           Use zero for symbol map timestamp (default)\n"
+"  -U                           Use an actual symbol map timestamp\n"
+msgstr ""
+"  -t                           書庫のシンボルマップの日時を更新する\n"
+"  -h --help                    このヘルプメッセージを表示する\n"
+"  -v --version                 バージョン情報を表示する\n"
+
+#: ar.c:366
+#, fuzzy, c-format
+#| msgid ""
+#| "  -t                           Update the archive's symbol map timestamp\n"
+#| "  -h --help                    Print this help message\n"
+#| "  -v --version                 Print version information\n"
+msgid ""
+"  -D                           Use zero for symbol map timestamp\n"
+"  -U                           Use actual symbol map timestamp (default)\n"
+msgstr ""
+"  -t                           書庫のシンボルマップの日時を更新する\n"
+"  -h --help                    このヘルプメッセージを表示する\n"
+"  -v --version                 バージョン情報を表示する\n"
+
+#: ar.c:369
 #, c-format
 msgid ""
 "  -t                           Update the archive's symbol map timestamp\n"
@@ -299,70 +364,101 @@ msgstr ""
 "  -h --help                    このヘルプメッセージを表示する\n"
 "  -v --version                 バージョン情報を表示する\n"
 
-#: ar.c:449
+#: ar.c:493
 msgid "two different operation options specified"
 msgstr "二つの異なった操作オプションが指定されました"
 
-#: ar.c:538 nm.c:1639
+#: ar.c:587 ar.c:647 nm.c:1764
 #, c-format
 msgid "sorry - this program has been built without plugin support\n"
 msgstr "このプログラムはプラグインサポートなしで作成されています\n"
 
-#: ar.c:693
+#: ar.c:777
 msgid "no operation specified"
 msgstr "操作が指定されていません"
 
-#: ar.c:696
+#: ar.c:780
 msgid "`u' is only meaningful with the `r' option."
 msgstr "`u' は `r' オプションと併せて使用したときのみ意味があります。"
 
-#: ar.c:699
+#: ar.c:783
 msgid "`u' is not meaningful with the `D' option."
 msgstr "`u' は `D' オプションと併せて使用しても意味がありません。"
 
-#: ar.c:707
+#: ar.c:786
+msgid "`u' modifier ignored since `D' is the default (see `U')"
+msgstr ""
+
+#: ar.c:795
+msgid "missing position arg."
+msgstr ""
+
+#: ar.c:801
 msgid "`N' is only meaningful with the `x' and `d' options."
 msgstr "`N' は `x' および `d' オプションと併せて使用したときのみ意味があります。"
 
-#: ar.c:710
+#: ar.c:803
+msgid "`N' missing value."
+msgstr ""
+
+#: ar.c:806
 msgid "Value for `N' must be positive."
 msgstr "`N' の値は正でなければいけません。"
 
-#: ar.c:724
+#: ar.c:822
 msgid "`x' cannot be used on thin archives."
 msgstr "薄い書庫に対して `x' を使用できません。"
 
-#: ar.c:765
+#: ar.c:869
 #, c-format
 msgid "internal error -- this option not implemented"
 msgstr "内部エラー -- このオプションは実装されていません"
 
-#: ar.c:834
+#: ar.c:938
 #, c-format
 msgid "creating %s"
 msgstr "%s を作成しています"
 
-#: ar.c:883 ar.c:937 ar.c:1266 objcopy.c:2055
+#: ar.c:969
+#, c-format
+msgid "Cannot convert existing library %s to thin format"
+msgstr ""
+
+#: ar.c:975
+#, c-format
+msgid "Cannot convert existing thin library %s to normal format"
+msgstr ""
+
+#: ar.c:1007 ar.c:1071 ar.c:1401 objcopy.c:3297
 #, c-format
 msgid "internal stat error on %s"
 msgstr "内部状態エラーが %s で発生しました"
 
-#: ar.c:902 ar.c:970
+#: ar.c:1026 ar.c:1104
 #, c-format
 msgid "%s is not a valid archive"
 msgstr "%s は有効な書庫ではありません"
 
-#: ar.c:1171
+#: ar.c:1063 objcopy.c:3261
+#, c-format
+msgid "illegal pathname found in archive member: %s"
+msgstr ""
+
+#: ar.c:1162
+msgid "could not create temporary file whilst writing archive"
+msgstr "書庫を書き込む際に一時ファイルの作成に失敗しました"
+
+#: ar.c:1306
 #, c-format
 msgid "No member named `%s'\n"
 msgstr "`%s' という名前のメンバはありません\n"
 
-#: ar.c:1221
+#: ar.c:1356
 #, c-format
 msgid "no entry %s in archive %s!"
 msgstr "項目 %s は書庫 %s に存在しません!"
 
-#: ar.c:1360
+#: ar.c:1495
 #, c-format
 msgid "%s: no archive map to update"
 msgstr "%s: 更新すべき書庫のマップがありません"
@@ -397,32 +493,32 @@ msgstr "%s: ファイル %s は書庫ではありません\n"
 msgid "%s: no output archive specified yet\n"
 msgstr "%s: 出力書庫がまだ指定されていません\n"
 
-#: arsup.c:250 arsup.c:288 arsup.c:330 arsup.c:350 arsup.c:416
+#: arsup.c:250 arsup.c:293 arsup.c:335 arsup.c:358 arsup.c:424
 #, c-format
 msgid "%s: no open output archive\n"
 msgstr "%s: 出力用書庫が開かれていません\n"
 
-#: arsup.c:261 arsup.c:371 arsup.c:397
+#: arsup.c:266 arsup.c:379 arsup.c:405
 #, c-format
 msgid "%s: can't open file %s\n"
 msgstr "%s: ファイル %s を開けません\n"
 
-#: arsup.c:315 arsup.c:393 arsup.c:474
+#: arsup.c:320 arsup.c:401 arsup.c:482
 #, c-format
 msgid "%s: can't find module file %s\n"
 msgstr "%s: モジュールファイル %s が見つかりません\n"
 
-#: arsup.c:425
+#: arsup.c:433
 #, c-format
 msgid "Current open archive is %s\n"
 msgstr "現在開かれている書庫は %s です\n"
 
-#: arsup.c:449
+#: arsup.c:457
 #, c-format
 msgid "%s: no open archive\n"
 msgstr "%s: 開いている書庫がありません\n"
 
-#: binemul.c:39
+#: binemul.c:38
 #, c-format
 msgid "  No emulation specific options\n"
 msgstr "  エミュレーションに関係したオプションはありません\n"
@@ -433,82 +529,274 @@ msgstr "  エミュレーションに関係したオプションはありませ
 msgid " emulation options: \n"
 msgstr " エミュレーションに関係したオプション: \n"
 
-#: bucomm.c:163
+#: bucomm.c:156
 #, c-format
 msgid "can't set BFD default target to `%s': %s"
 msgstr "BFD デフォルトターゲットを `%s' に設定できません: %s"
 
-#: bucomm.c:175
+#: bucomm.c:168
 #, c-format
 msgid "%s: Matching formats:"
 msgstr "%s: 形式を照合します:"
 
-#: bucomm.c:190
+#: bucomm.c:183
 #, c-format
 msgid "Supported targets:"
 msgstr "サポートされているターゲット:"
 
-#: bucomm.c:192
+#: bucomm.c:185
 #, c-format
 msgid "%s: supported targets:"
 msgstr "%s: サポートされているターゲット:"
 
-#: bucomm.c:210
+#: bucomm.c:203
 #, c-format
 msgid "Supported architectures:"
 msgstr "サポートされているアーキテクチャ:"
 
-#: bucomm.c:212
+#: bucomm.c:205
 #, c-format
 msgid "%s: supported architectures:"
 msgstr "%s: サポートされているアーキテクチャ:"
 
-#: bucomm.c:407
+#: bucomm.c:218
+msgid "big endian"
+msgstr "ビッグエンディアン"
+
+#: bucomm.c:219
+msgid "little endian"
+msgstr "リトルエンディアン"
+
+#: bucomm.c:220
+msgid "endianness unknown"
+msgstr "エンディアン不明"
+
+#: bucomm.c:267
+#, c-format
+msgid ""
+"%s\n"
+" (header %s, data %s)\n"
+msgstr ""
+
+#: bucomm.c:416
 #, c-format
 msgid "BFD header file version %s\n"
 msgstr "BFD ヘッダファイルバージョン %s\n"
 
-#: bucomm.c:559
+#: bucomm.c:446
+#, c-format
+msgid "<time data corrupt>"
+msgstr "<時刻データ破損>"
+
+#: bucomm.c:586
 #, c-format
 msgid "%s: bad number: %s"
 msgstr "%s: 誤った番号です: %s"
 
-#: bucomm.c:576 strings.c:409
+#: bucomm.c:606 strings.c:403
 #, c-format
 msgid "'%s': No such file"
 msgstr "'%s': そのようなファイルはありません"
 
-#: bucomm.c:578 strings.c:411
+#: bucomm.c:608 strings.c:405
 #, c-format
 msgid "Warning: could not locate '%s'.  reason: %s"
 msgstr "警告: '%s' を配置できません。  理由: %s"
 
-#: bucomm.c:582
+#: bucomm.c:612 strings.c:411
+#, c-format
+msgid "Warning: '%s' is a directory"
+msgstr "警告: '%s' はディレクトリです"
+
+#: bucomm.c:614
 #, c-format
 msgid "Warning: '%s' is not an ordinary file"
 msgstr "警告: '%s' は正常なファイルではありません"
 
-#: bucomm.c:584
+#: bucomm.c:616
 #, c-format
 msgid "Warning: '%s' has negative size, probably it is too large"
 msgstr "警告: '%s' は負のサイズです。おそらく大きすぎます"
 
-#: coffdump.c:107
+#: coffdump.c:106
 #, c-format
 msgid "#lines %d "
 msgstr "#行 %d "
 
-#: coffdump.c:461 sysdump.c:646
+#: coffdump.c:129
+#, c-format
+msgid "size %d "
+msgstr "サイズ %d "
+
+#: coffdump.c:134
+#, fuzzy, c-format
+#| msgid "  Version definition past end of section\n"
+msgid "section definition at %x size %x\n"
+msgstr "  セクション終了後のバージョン定義\n"
+
+#: coffdump.c:140
+#, c-format
+msgid "pointer to"
+msgstr ""
+
+#: coffdump.c:145
+#, c-format
+msgid "array [%d] of"
+msgstr ""
+
+#: coffdump.c:150
+#, fuzzy, c-format
+#| msgid "unexpected version string"
+msgid "function returning"
+msgstr "予期しないバージョン文字列"
+
+#: coffdump.c:154
+#, c-format
+msgid "arguments"
+msgstr "引数"
+
+#: coffdump.c:158
+#, c-format
+msgid "code"
+msgstr "コード"
+
+#: coffdump.c:164
+#, fuzzy, c-format
+#| msgid "Processed definitions"
+msgid "structure definition"
+msgstr "定義を処理しました"
+
+#: coffdump.c:170
+#, c-format
+msgid "structure ref to UNKNOWN struct"
+msgstr ""
+
+#: coffdump.c:172
+#, c-format
+msgid "structure ref to %s"
+msgstr ""
+
+#: coffdump.c:175
+#, c-format
+msgid "enum ref to %s"
+msgstr ""
+
+#: coffdump.c:178
+#, fuzzy, c-format
+#| msgid "Processing definitions"
+msgid "enum definition"
+msgstr "定義を処理しています"
+
+#: coffdump.c:251
+#, c-format
+msgid "Stack offset %x"
+msgstr "スタックのオフセット %x"
+
+#: coffdump.c:254
+#, c-format
+msgid "Memory section %s+%x"
+msgstr "メモリセクション %s+%x"
+
+#: coffdump.c:257
+#, c-format
+msgid "Register %d"
+msgstr "レジスタ %d"
+
+#: coffdump.c:260
+#, c-format
+msgid "Struct Member offset %x"
+msgstr ""
+
+#: coffdump.c:263
+#, c-format
+msgid "Enum Member offset %x"
+msgstr ""
+
+#: coffdump.c:266
+#, c-format
+msgid "Undefined symbol"
+msgstr "未定義シンボル"
+
+#: coffdump.c:334
+#, fuzzy, c-format
+#| msgid "%s: no symbols"
+msgid "List of symbols"
+msgstr "%s: シンボルがありません"
+
+#: coffdump.c:341
+#, c-format
+msgid "Symbol  %s, tag %d, number %d"
+msgstr ""
+
+#: coffdump.c:345 readelf.c:16383 readelf.c:16471
+#, c-format
+msgid "Type"
+msgstr "型"
+
+#: coffdump.c:350
+#, c-format
+msgid "Where"
+msgstr ""
+
+#: coffdump.c:354
+#, c-format
+msgid "Visible"
+msgstr ""
+
+#: coffdump.c:370
+msgid "List of blocks "
+msgstr ""
+
+#: coffdump.c:383
+#, c-format
+msgid "vars %d"
+msgstr ""
+
+#: coffdump.c:386
+#, c-format
+msgid "blocks"
+msgstr ""
+
+#: coffdump.c:404
+#, fuzzy, c-format
+#| msgid "'%s': No such file"
+msgid "List of source files"
+msgstr "'%s': そのようなファイルはありません"
+
+#: coffdump.c:410
+#, c-format
+msgid "Source file %s"
+msgstr "ソースファイル: %s"
+
+#: coffdump.c:424
+#, c-format
+msgid "section %s %d %d address %x size %x number %d nrelocs %u"
+msgstr ""
+
+#. PR 17512: file: 0a38fb7c.
+#: coffdump.c:436
+#, fuzzy
+#| msgid "no symbols\n"
+msgid "<no sym>"
+msgstr "シンボルがありません\n"
+
+#: coffdump.c:451
+#, fuzzy, c-format
+#| msgid "resource data"
+msgid "#sources %d"
+msgstr "リソースデータ"
+
+#: coffdump.c:464 sysdump.c:641
 #, c-format
 msgid "Usage: %s [option(s)] in-file\n"
 msgstr "使用法: %s [option(s)] in-file\n"
 
-#: coffdump.c:462
+#: coffdump.c:465
 #, c-format
 msgid " Print a human readable interpretation of a COFF object file\n"
 msgstr "COFF オブジェクトファイルを解釈し人間が読みやすい形式で表示します。\n"
 
-#: coffdump.c:463
+#: coffdump.c:466
 #, c-format
 msgid ""
 " The options are:\n"
@@ -523,779 +811,951 @@ msgstr ""
 "  -v --version           プログラムのバージョンを表示する\n"
 "\n"
 
-#: coffdump.c:532 srconv.c:1833 sysdump.c:710
+#: coffdump.c:536 srconv.c:1797 sysdump.c:706
 msgid "no input file specified"
 msgstr "入力ファイルが指定されていません"
 
-#: cxxfilt.c:119 nm.c:269 objdump.c:281
+#: coffgrok.c:107
+msgid "Out of context scope change encountered"
+msgstr ""
+
+#: coffgrok.c:130
+#, fuzzy, c-format
+#| msgid "dynamic section image fixups"
+msgid "Invalid section target index: %u"
+msgstr "動的セクションイメージ修正"
+
+#: coffgrok.c:187
+#, fuzzy, c-format
+#| msgid "<string table index: %3ld>"
+msgid "Invalid section target index: %d"
+msgstr "<文字列表索引: %3ld>"
+
+#: coffgrok.c:190
+msgid "Target section has insufficient relocs"
+msgstr ""
+
+#: coffgrok.c:198 coffgrok.c:445
+#, c-format
+msgid "Symbol index %u encountered when there are no symbols"
+msgstr ""
+
+#: coffgrok.c:199 coffgrok.c:446
+#, c-format
+msgid "Invalid symbol index %u encountered"
+msgstr ""
+
+#: coffgrok.c:251
+#, c-format
+msgid "Invalid section number (%d) encountered"
+msgstr ""
+
+#: coffgrok.c:273
+#, c-format
+msgid "Unrecognized symbol class: %d"
+msgstr "認識できないシンボルクラス :%d"
+
+#: coffgrok.c:351
+#, c-format
+msgid "Type entry %u does not have enough symbolic information"
+msgstr ""
+
+#: coffgrok.c:354
+#, c-format
+msgid "Type entry %u does not refer to a symbol"
+msgstr ""
+
+#: coffgrok.c:376
+#, fuzzy
+#| msgid "version definition section"
+msgid "Section definition needs a section length"
+msgstr "バージョン定義セクション"
+
+#: coffgrok.c:427
+msgid "Aggregate definition needs auxillary information"
+msgstr ""
+
+#: coffgrok.c:436
+#, c-format
+msgid "Invalid tag index %#lx encountered"
+msgstr ""
+
+#: coffgrok.c:477
+msgid "Enum definition needs auxillary information"
+msgstr ""
+
+#: coffgrok.c:484
+#, c-format
+msgid "Invalid enum symbol index %u encountered"
+msgstr ""
+
+#: coffgrok.c:520
+msgid "Array definition needs auxillary information"
+msgstr ""
+
+#: coffgrok.c:536
+#, c-format
+msgid "Out of range sum for els (%#x) * size (%#x)"
+msgstr ""
+
+#: coffgrok.c:627 coffgrok.c:870
+#, c-format
+msgid "Unrecognised symbol class: %d"
+msgstr "認識できないシンボルクラス :%d"
+
+#: coffgrok.c:644
+msgid "ICE: do_define called without a block"
+msgstr ""
+
+#: coffgrok.c:646
+#, fuzzy, c-format
+#| msgid " bad symbol index: %08lx"
+msgid "Out of range symbol index: %u"
+msgstr "誤ったシンボル索引: %08lx"
+
+#: coffgrok.c:683
+msgid "Section referenced before any file is defined"
+msgstr ""
+
+#: coffgrok.c:701
+#, c-format
+msgid "Out of range sum for offset (%#x) + size (%#x)"
+msgstr ""
+
+#: coffgrok.c:706
+#, c-format
+msgid "Out of range type size: %u"
+msgstr ""
+
+#: coffgrok.c:792
+msgid "Function start encountered without a top level scope."
+msgstr ""
+
+#: coffgrok.c:818
+msgid "Block start encountered without a scope for it."
+msgstr ""
+
+#: coffgrok.c:828
+msgid "Function arguments encountered without a function definition"
+msgstr ""
+
+#: coffgrok.c:836
+msgid "Structure element encountered without a structure definition"
+msgstr ""
+
+#: coffgrok.c:841
+msgid "Enum element encountered without an enum definition"
+msgstr ""
+
+#: coffgrok.c:849
+msgid "Aggregate definition encountered without a scope"
+msgstr ""
+
+#: coffgrok.c:855
+msgid "Label definition encountered without a file scope"
+msgstr ""
+
+#: coffgrok.c:863
+msgid "Variable definition encountered without a scope"
+msgstr ""
+
+#: coffgrok.c:886
+#, c-format
+msgid "%s: is not a COFF format file"
+msgstr "%s: は COFF 形式のファイルではありません"
+
+#: cxxfilt.c:118 nm.c:282 objdump.c:284
 #, c-format
 msgid "Report bugs to %s.\n"
 msgstr ""
 "バグを発見したら <%s> に報告して下さい。\n"
 "翻訳に関するバグは<translation-team-ja@lists.sourceforge.net>に報告してください。\n"
 
-#: debug.c:648
+#: debug.c:647
 msgid "debug_add_to_current_namespace: no current file"
 msgstr "debug_add_to_current_namespace: 現在のファイルがありません"
 
-#: debug.c:727
+#: debug.c:726
 msgid "debug_start_source: no debug_set_filename call"
 msgstr "debug_start_source: debug_set_filename 呼び出しがありません"
 
-#: debug.c:781
+#: debug.c:780
 msgid "debug_record_function: no debug_set_filename call"
 msgstr "debug_record_function: debug_set_filename 呼び出しがありません"
 
-#: debug.c:833
+#: debug.c:832
 msgid "debug_record_parameter: no current function"
 msgstr "debug_record_parameter: 現在の関数がありません"
 
-#: debug.c:865
+#: debug.c:864
 msgid "debug_end_function: no current function"
 msgstr "debug_end_function: 現在の関数がありません"
 
-#: debug.c:871
+#: debug.c:870
 msgid "debug_end_function: some blocks were not closed"
 msgstr "debug_end_function: 閉じられていないブロックがあります"
 
-#: debug.c:899
+#: debug.c:898
 msgid "debug_start_block: no current block"
 msgstr "debug_start_block: 現在のブロックがありません"
 
-#: debug.c:935
+#: debug.c:934
 msgid "debug_end_block: no current block"
 msgstr "debug_end_block: 現在のブロックがありません"
 
-#: debug.c:942
+#: debug.c:941
 msgid "debug_end_block: attempt to close top level block"
 msgstr "debug_end_block: トップレベルブロックを閉じようとしました"
 
-#: debug.c:965
+#: debug.c:964
 msgid "debug_record_line: no current unit"
 msgstr "debug_record_line: 現在の単位がありません"
 
 #. FIXME
-#: debug.c:1018
+#: debug.c:1017
 msgid "debug_start_common_block: not implemented"
 msgstr "debug_start_common_block: 実装されていません"
 
 #. FIXME
-#: debug.c:1029
+#: debug.c:1028
 msgid "debug_end_common_block: not implemented"
 msgstr "debug_end_common_block: 実装されていません"
 
 #. FIXME.
-#: debug.c:1113
+#: debug.c:1112
 msgid "debug_record_label: not implemented"
 msgstr "debug_record_label: 実装されていません"
 
-#: debug.c:1135
+#: debug.c:1134
 msgid "debug_record_variable: no current file"
 msgstr "debug_record_variable: 現在のファイルがありません"
 
-#: debug.c:1663
+#: debug.c:1662
 msgid "debug_make_undefined_type: unsupported kind"
 msgstr "debug_make_undefined_type: サポートされていない種類です"
 
-#: debug.c:1840
+#: debug.c:1839
 msgid "debug_name_type: no current file"
 msgstr "debug_name_type: 現在のファイルがありません"
 
-#: debug.c:1885
+#: debug.c:1884
 msgid "debug_tag_type: no current file"
 msgstr "debug_tag_type: 現在のファイルがありません"
 
-#: debug.c:1893
+#: debug.c:1892
 msgid "debug_tag_type: extra tag attempted"
 msgstr "debug_tag_type: 余分なタグが試されました"
 
-#: debug.c:1930
+#: debug.c:1929
 #, c-format
 msgid "Warning: changing type size from %d to %d\n"
 msgstr "警告: 型のサイズを %d から %d に変更します\n"
 
-#: debug.c:1952
+#: debug.c:1951
 msgid "debug_find_named_type: no current compilation unit"
 msgstr "debug_find_named_type: 現在のコンパイル単位がありません"
 
-#: debug.c:2055
+#: debug.c:2054
 #, c-format
 msgid "debug_get_real_type: circular debug information for %s\n"
 msgstr "debug_get_real_type: %s のデバッグ情報が循環しています\n"
 
-#: debug.c:2482
+#: debug.c:2481
 msgid "debug_write_type: illegal type encountered"
 msgstr "debug_write_type: 不正な型に遭遇しました"
 
-#: dlltool.c:902 dlltool.c:928 dlltool.c:959
+#: dlltool.c:901 dlltool.c:926 dlltool.c:956
 #, c-format
 msgid "Internal error: Unknown machine type: %d"
 msgstr "内部エラー: 不明なマシン型です: %d"
 
-#: dlltool.c:1000
+#: dlltool.c:997
 #, c-format
 msgid "Can't open def file: %s"
 msgstr "定義ファイルを開けません: %s"
 
-#: dlltool.c:1005
+#: dlltool.c:1002
 #, c-format
 msgid "Processing def file: %s"
 msgstr "定義ファイルを処理しています: %s"
 
-#: dlltool.c:1009
+#: dlltool.c:1006
 msgid "Processed def file"
 msgstr "定義ファイルを処理しました"
 
-#: dlltool.c:1033
+#: dlltool.c:1030
 #, c-format
 msgid "Syntax error in def file %s:%d"
 msgstr "定義ファイル %s で構文エラーが発生しました:%d"
 
-#: dlltool.c:1070
+#: dlltool.c:1067
 #, c-format
 msgid "%s: Path components stripped from image name, '%s'."
 msgstr "%s: イメージ名 '%s' からパスの要素が取り除かれました。"
 
-#: dlltool.c:1088
+#: dlltool.c:1085
 #, c-format
 msgid "NAME: %s base: %x"
 msgstr "NAME: %s ベース: %x"
 
-#: dlltool.c:1091 dlltool.c:1112
+#: dlltool.c:1088 dlltool.c:1109
 msgid "Can't have LIBRARY and NAME"
 msgstr "LIBRARY や NAME を持てません"
 
-#: dlltool.c:1109
+#: dlltool.c:1106
 #, c-format
 msgid "LIBRARY: %s base: %x"
 msgstr "LIBRARY: %s ベース: %x"
 
-#: dlltool.c:1354 resrc.c:293
+#: dlltool.c:1262
+#, c-format
+msgid "VERSION %d.%d\n"
+msgstr "バージョン %d.%d\n"
+
+#: dlltool.c:1310
+#, fuzzy, c-format
+#| msgid "Warning: %s: %s\n"
+msgid "run: %s %s"
+msgstr "警告: %s: %s\n"
+
+#: dlltool.c:1351 resrc.c:288
 #, c-format
 msgid "wait: %s"
 msgstr "wait: %s"
 
-#: dlltool.c:1359 dllwrap.c:422 resrc.c:298
+#: dlltool.c:1356 dllwrap.c:416 resrc.c:293
 #, c-format
 msgid "subprocess got fatal signal %d"
 msgstr "子プロセスが致命的なシグナルを %d 受け取りました"
 
-#: dlltool.c:1365 dllwrap.c:429 resrc.c:305
+#: dlltool.c:1362 dllwrap.c:423 resrc.c:300
 #, c-format
 msgid "%s exited with status %d"
 msgstr "%s はステータス %d で終了しました"
 
-#: dlltool.c:1396
+#: dlltool.c:1393
 #, c-format
 msgid "Sucking in info from %s section in %s"
 msgstr "%2$s 内の %1$s セクションから情報を取り込んでいます"
 
-#: dlltool.c:1536
+#: dlltool.c:1533
 #, c-format
 msgid "Excluding symbol: %s"
 msgstr "シンボルを除外しています: %s"
 
-#: dlltool.c:1625 dlltool.c:1636 nm.c:1012 nm.c:1023
+#: dlltool.c:1622 dlltool.c:1633 nm.c:1108 nm.c:1118 nm.c:1127
 #, c-format
 msgid "%s: no symbols"
 msgstr "%s: シンボルがありません"
 
 #. FIXME: we ought to read in and block out the base relocations.
-#: dlltool.c:1662
+#: dlltool.c:1659
 #, c-format
 msgid "Done reading %s"
 msgstr "%s の読取りが完了しました"
 
-#: dlltool.c:1672
+#: dlltool.c:1669
 #, c-format
 msgid "Unable to open object file: %s: %s"
 msgstr "オブジェクトファイルを開けません: %s: %s"
 
-#: dlltool.c:1675
+#: dlltool.c:1672
 #, c-format
 msgid "Scanning object file %s"
 msgstr "オブジェクトファイル %s を走査しています"
 
-#: dlltool.c:1690
+#: dlltool.c:1692
 #, c-format
 msgid "Cannot produce mcore-elf dll from archive file: %s"
 msgstr "書庫ファイルから mcore-elf dll を生成できません: %s"
 
-#: dlltool.c:1792
+#: dlltool.c:1794
 msgid "Adding exports to output file"
 msgstr "出力ファイルにエクスポートを追加しています"
 
-#: dlltool.c:1844
+#: dlltool.c:1846
 msgid "Added exports to output file"
 msgstr "出力ファイルにエクスポートを追加しました"
 
-#: dlltool.c:1986
+#: dlltool.c:2014
 #, c-format
 msgid "Generating export file: %s"
 msgstr "エクスポートファイルを生成します: %s"
 
-#: dlltool.c:1991
+#: dlltool.c:2019
 #, c-format
 msgid "Unable to open temporary assembler file: %s"
 msgstr "一時アセンブリファイルを開けません: %s"
 
-#: dlltool.c:1994
+#: dlltool.c:2024
 #, c-format
 msgid "Opened temporary file: %s"
 msgstr "一時ファイルを開きました: %s"
 
-#: dlltool.c:2171
+#: dlltool.c:2200
 msgid "failed to read the number of entries from base file"
 msgstr "ベースファイルから項目数を読み込むのに失敗しました"
 
-#: dlltool.c:2219
+#: dlltool.c:2251
 msgid "Generated exports file"
 msgstr "エクスポートファイルを生成しました"
 
-#: dlltool.c:2428
+#: dlltool.c:2461
 #, c-format
 msgid "bfd_open failed open stub file: %s: %s"
 msgstr "bfd_open がスタブファイルを開けませんでした: %s: %s"
 
-#: dlltool.c:2432
+#: dlltool.c:2465
 #, c-format
 msgid "Creating stub file: %s"
 msgstr "スタブファイルを作成しています: %s"
 
-#: dlltool.c:2894
+#: dlltool.c:2936
 #, c-format
 msgid "bfd_open failed reopen stub file: %s: %s"
 msgstr "bfd_open がスタブファイルを開けませんでした: %s: %s"
 
-#: dlltool.c:2908 dlltool.c:2984
+#: dlltool.c:2950 dlltool.c:3029
 #, c-format
 msgid "failed to open temporary head file: %s"
 msgstr "一時 head ファイルを開けません: %s"
 
-#: dlltool.c:2970 dlltool.c:3050
+#: dlltool.c:3014 dlltool.c:3100
 #, c-format
 msgid "failed to open temporary head file: %s: %s"
 msgstr "一時 head ファイルを開けません: %s: %s"
 
-#: dlltool.c:3064
+#: dlltool.c:3115
 #, c-format
 msgid "failed to open temporary tail file: %s"
 msgstr "一時 tail ファイルを開けません: %s"
 
-#: dlltool.c:3121
+#: dlltool.c:3174
 #, c-format
 msgid "failed to open temporary tail file: %s: %s"
 msgstr "一時 tail ファイルを開けません: %s: %s"
 
-#: dlltool.c:3143
+#: dlltool.c:3197
 #, c-format
 msgid "Can't create .lib file: %s: %s"
 msgstr ".lib ファイルを作成できません: %s: %s"
 
-#: dlltool.c:3147
+#: dlltool.c:3201
 #, c-format
 msgid "Creating library file: %s"
 msgstr "ライブラリファイルを作成しています: %s"
 
-#: dlltool.c:3239 dlltool.c:3245
+#: dlltool.c:3288 dlltool.c:3294
 #, c-format
 msgid "cannot delete %s: %s"
 msgstr "%s を削除できません: %s"
 
-#: dlltool.c:3250
+#: dlltool.c:3300
 msgid "Created lib file"
 msgstr "lib ファイルを作成しました"
 
-#: dlltool.c:3462
+#: dlltool.c:3512
 #, c-format
 msgid "Can't open .lib file: %s: %s"
 msgstr ".lib ファイルを開けません: %s: %s"
 
-#: dlltool.c:3470 dlltool.c:3492
+#: dlltool.c:3520 dlltool.c:3542
 #, c-format
 msgid "%s is not a library"
 msgstr "%s はライブラリではありません"
 
-#: dlltool.c:3510
+#: dlltool.c:3560
 #, c-format
 msgid "Import library `%s' specifies two or more dlls"
 msgstr "インポートライブラリ `%s' が2個以上の dll を指定しています"
 
-#: dlltool.c:3521
+#: dlltool.c:3571
 #, c-format
 msgid "Unable to determine dll name for `%s' (not an import library?)"
 msgstr "`%s' に対する dll 名を決定できません (インポートライブラリでは無い?)"
 
-#: dlltool.c:3745
+#: dlltool.c:3803
 #, c-format
 msgid "Warning, ignoring duplicate EXPORT %s %d,%d"
 msgstr "警告、重複した EXPORT %s %d,%d を無視します"
 
-#: dlltool.c:3751
+#: dlltool.c:3809
 #, c-format
 msgid "Error, duplicate EXPORT with ordinals: %s"
 msgstr "エラー、序数付き EXPORT が重複しています: %s"
 
-#: dlltool.c:3856
+#: dlltool.c:3912
 msgid "Processing definitions"
 msgstr "定義を処理しています"
 
-#: dlltool.c:3888
+#: dlltool.c:3939
 msgid "Processed definitions"
 msgstr "定義を処理しました"
 
 #. xgetext:c-format
-#: dlltool.c:3895 dllwrap.c:483
+#: dlltool.c:3946 dllwrap.c:477
 #, c-format
 msgid "Usage %s <option(s)> <object-file(s)>\n"
 msgstr "使用法: %s <option(s)> <object-file(s)>\n"
 
 #. xgetext:c-format
-#: dlltool.c:3897
+#: dlltool.c:3948
 #, c-format
 msgid "   -m --machine <machine>    Create as DLL for <machine>.  [default: %s]\n"
 msgstr "   -m --machine <machine>    <machine> 用 DLL を作成する。  [default: %s]\n"
 
-#: dlltool.c:3898
+#: dlltool.c:3949
 #, c-format
 msgid "        possible <machine>: arm[_interwork], i386, mcore[-elf]{-le|-be}, ppc, thumb\n"
 msgstr "        可能な <machine>: arm[_interwork], i386, mcore[-elf]{-le|-be}, ppc, thumb\n"
 
-#: dlltool.c:3899
+#: dlltool.c:3950
 #, c-format
 msgid "   -e --output-exp <outname> Generate an export file.\n"
 msgstr "   -e --output-exp <outname> エクスポートファイルを生成する\n"
 
-#: dlltool.c:3900
+#: dlltool.c:3951
 #, c-format
 msgid "   -l --output-lib <outname> Generate an interface library.\n"
 msgstr "   -l --output-lib <outname> インターフェースライブラリを生成する\n"
 
-#: dlltool.c:3901
+#: dlltool.c:3952
 #, c-format
 msgid "   -y --output-delaylib <outname> Create a delay-import library.\n"
 msgstr "   -y --output-delaylib <outname> 遅延インポートライブラリを生成する\n"
 
-#: dlltool.c:3902
+#: dlltool.c:3953
 #, c-format
 msgid "   -a --add-indirect         Add dll indirects to export file.\n"
 msgstr "   -a --add-indirect         エクスポートファイルに間接 dll を追加する\n"
 
-#: dlltool.c:3903
+#: dlltool.c:3954
 #, c-format
 msgid "   -D --dllname <name>       Name of input dll to put into interface lib.\n"
 msgstr "   -D --dllname <name>       インターフェースライブラリに入れる入力 DLL の名前\n"
 
-#: dlltool.c:3904
+#: dlltool.c:3955
 #, c-format
 msgid "   -d --input-def <deffile>  Name of .def file to be read in.\n"
 msgstr "   -d --input-def <deffile>  読み込まれる .def ファイルの名前\n"
 
-#: dlltool.c:3905
+#: dlltool.c:3956
 #, c-format
 msgid "   -z --output-def <deffile> Name of .def file to be created.\n"
 msgstr "   -z --output-def <deffile> 作成される .def ファイルの名前\n"
 
-#: dlltool.c:3906
+#: dlltool.c:3957
 #, c-format
 msgid "      --export-all-symbols   Export all symbols to .def\n"
 msgstr "      --export-all-symbols   .def に全てのシンボルをエクスポートする\n"
 
-#: dlltool.c:3907
+#: dlltool.c:3958
 #, c-format
 msgid "      --no-export-all-symbols  Only export listed symbols\n"
 msgstr "      --no-export-all-symbols  リストされたシンボルだけをエクスポートする\n"
 
-#: dlltool.c:3908
+#: dlltool.c:3959
 #, c-format
 msgid "      --exclude-symbols <list> Don't export <list>\n"
 msgstr "      --exclude-symbols <list> <list> をエクスポートしない\n"
 
-#: dlltool.c:3909
+#: dlltool.c:3960
 #, c-format
 msgid "      --no-default-excludes  Clear default exclude symbols\n"
 msgstr "      --no-default-excludes  デフォルトで除外されるシンボルを無くす\n"
 
-#: dlltool.c:3910
+#: dlltool.c:3961
 #, c-format
 msgid "   -b --base-file <basefile> Read linker generated base file.\n"
 msgstr "   -b --base-file <basefile> リンカが生成したベースファイルを読み込む\n"
 
-#: dlltool.c:3911
+#: dlltool.c:3962
 #, c-format
 msgid "   -x --no-idata4            Don't generate idata$4 section.\n"
 msgstr "   -x --no-idata4            idata$4 セクションを生成しない\n"
 
-#: dlltool.c:3912
+#: dlltool.c:3963
 #, c-format
 msgid "   -c --no-idata5            Don't generate idata$5 section.\n"
 msgstr "   -c --no-idata5            idata$5 セクションを生成しない\n"
 
-#: dlltool.c:3913
+#: dlltool.c:3964
 #, c-format
 msgid "      --use-nul-prefixed-import-tables Use zero prefixed idata$4 and idata$5.\n"
 msgstr "      --use-nul-prefixed-import-tables idata$4 および idata$5 に接頭辞を付けない\n"
 
-#: dlltool.c:3914
+#: dlltool.c:3965
 #, c-format
 msgid "   -U --add-underscore       Add underscores to all symbols in interface library.\n"
 msgstr "   -U --add-underscore       インターフェースライブラリ内の全てのシンボルに下線 (_) を付ける\n"
 
-#: dlltool.c:3915
+#: dlltool.c:3966
 #, c-format
 msgid "      --add-stdcall-underscore Add underscores to stdcall symbols in interface library.\n"
 msgstr "      --add-stdcall-underscore インターフェースライブラリ内の stdcall シンボルに下線 (_) を付ける\n"
 
-#: dlltool.c:3916
+#: dlltool.c:3967
 #, c-format
 msgid "      --no-leading-underscore All symbols shouldn't be prefixed by an underscore.\n"
 msgstr "      --no-leading-underscore すべてのシンボルの先頭に下線 (_) が付いていないとする\n"
 
-#: dlltool.c:3917
+#: dlltool.c:3968
 #, c-format
 msgid "      --leading-underscore   All symbols should be prefixed by an underscore.\n"
 msgstr "      --leading-underscore   すべてのシンボルの先頭に下線 (_) が付いているとする\n"
 
-#: dlltool.c:3918
+#: dlltool.c:3969
 #, c-format
 msgid "   -k --kill-at              Kill @<n> from exported names.\n"
 msgstr "   -k --kill-at              エクスポートされた名前から @<n> を取り除く\n"
 
-#: dlltool.c:3919
+#: dlltool.c:3970
 #, c-format
 msgid "   -A --add-stdcall-alias    Add aliases without @<n>.\n"
 msgstr "   -A --add-stdcall-alias    @<n> 無しのエイリアスを追加する\n"
 
-#: dlltool.c:3920
+#: dlltool.c:3971
 #, c-format
 msgid "   -p --ext-prefix-alias <prefix> Add aliases with <prefix>.\n"
 msgstr "   -p --ext-prefix-alias <prefix> <prefix> を接頭辞として付けたエイリアスを加える\n"
 
-#: dlltool.c:3921
+#: dlltool.c:3972
 #, c-format
 msgid "   -S --as <name>            Use <name> for assembler.\n"
 msgstr "   -S --as <name>            アセンブラとして <name> を使用する\n"
 
-#: dlltool.c:3922
+#: dlltool.c:3973
 #, c-format
 msgid "   -f --as-flags <flags>     Pass <flags> to the assembler.\n"
 msgstr "   -f --as-flags <flags>     アセンブラに <flags> を渡す\n"
 
-#: dlltool.c:3923
+#: dlltool.c:3974
 #, c-format
 msgid "   -C --compat-implib        Create backward compatible import library.\n"
 msgstr "   -C --compat-implib        後方互換性のあるインポートライブラリを作成する\n"
 
-#: dlltool.c:3924
+#: dlltool.c:3975
 #, c-format
 msgid "   -n --no-delete            Keep temp files (repeat for extra preservation).\n"
 msgstr "   -n --no-delete            一時ファイルを消去しない (余分なものも保存するなら繰り返すこと)\n"
 
-#: dlltool.c:3925
+#: dlltool.c:3976
 #, c-format
 msgid "   -t --temp-prefix <prefix> Use <prefix> to construct temp file names.\n"
 msgstr "   -t --temp-prefix <prefix> 一時ファイル名を生成するときに <prefix> 接頭辞を使用する\n"
 
-#: dlltool.c:3926
+#: dlltool.c:3977
 #, c-format
 msgid "   -I --identify <implib>    Report the name of the DLL associated with <implib>.\n"
 msgstr "   -I --identify <implib>    <implib> に関連づけられた DLL 名を報告する\n"
 
-#: dlltool.c:3927
+#: dlltool.c:3978
 #, c-format
 msgid "      --identify-strict      Causes --identify to report error when multiple DLLs.\n"
 msgstr "      --identify-strict      複数の DLL があるときに --identify がエラーを報告するようにする\n"
 
-#: dlltool.c:3928
+#: dlltool.c:3979
 #, c-format
 msgid "   -v --verbose              Be verbose.\n"
 msgstr "   -v --verbose              冗長に表示を行う\n"
 
-#: dlltool.c:3929
+#: dlltool.c:3980
 #, c-format
 msgid "   -V --version              Display the program version.\n"
 msgstr "   -V --version              プログラムのバージョンを表示する\n"
 
-#: dlltool.c:3930
+#: dlltool.c:3981
 #, c-format
 msgid "   -h --help                 Display this information.\n"
 msgstr "   -h --help                 この情報を表示する\n"
 
-#: dlltool.c:3931
+#: dlltool.c:3982
 #, c-format
 msgid "   @<file>                   Read options from <file>.\n"
 msgstr "   @<file>                   <file> からオプションを読み込む\n"
 
-#: dlltool.c:3933
+#: dlltool.c:3984
 #, c-format
 msgid "   -M --mcore-elf <outname>  Process mcore-elf object files into <outname>.\n"
 msgstr "   -M --mcore-elf <outname>  <outname> へ mcore-elf オブジェクトファイルを処理する\n"
 
-#: dlltool.c:3934
+#: dlltool.c:3985
 #, c-format
 msgid "   -L --linker <name>        Use <name> as the linker.\n"
 msgstr "   -L --linker <name>        リンカとして <name> を使用する\n"
 
-#: dlltool.c:3935
+#: dlltool.c:3986
 #, c-format
 msgid "   -F --linker-flags <flags> Pass <flags> to the linker.\n"
 msgstr "   -F --linker-flags <flags> <flags> をリンカに渡す\n"
 
-#: dlltool.c:4082
+#: dlltool.c:4132
+#, fuzzy, c-format
+#| msgid "Unable to open base-file: %s"
+msgid "Unable to open def-file: %s"
+msgstr "ベースファイルを開けません: %s"
+
+#: dlltool.c:4137
 #, c-format
 msgid "Path components stripped from dllname, '%s'."
 msgstr "DLL 名'%s' からパスの要素が取り除かれました"
 
-#: dlltool.c:4130
+#: dlltool.c:4185
 #, c-format
 msgid "Unable to open base-file: %s"
 msgstr "ベースファイルを開けません: %s"
 
-#: dlltool.c:4165
+#: dlltool.c:4220
 #, c-format
 msgid "Machine '%s' not supported"
 msgstr "マシン '%s' はサポートされていません"
 
-#: dlltool.c:4245
+#: dlltool.c:4300
 #, c-format
 msgid "Warning, machine type (%d) not supported for delayimport."
 msgstr "警告、マシン型 (%d) では遅延インポートはサポートされていません"
 
-#: dlltool.c:4313 dllwrap.c:213
+#: dlltool.c:4368 dllwrap.c:206
 #, c-format
 msgid "Tried file: %s"
 msgstr "試したファイル: %s"
 
-#: dlltool.c:4320 dllwrap.c:220
+#: dlltool.c:4375 dllwrap.c:213
 #, c-format
 msgid "Using file: %s"
 msgstr "使用するファイル: %s"
 
-#: dllwrap.c:303
+#: dllwrap.c:296
 #, c-format
 msgid "Keeping temporary base file %s"
 msgstr "一時ベースファイル %s を保存しています"
 
-#: dllwrap.c:305
+#: dllwrap.c:298
 #, c-format
 msgid "Deleting temporary base file %s"
 msgstr "一時ベースファイル %s を削除しています"
 
-#: dllwrap.c:319
+#: dllwrap.c:312
 #, c-format
 msgid "Keeping temporary exp file %s"
 msgstr "一時エクスポートファイル %s を保存しています"
 
-#: dllwrap.c:321
+#: dllwrap.c:314
 #, c-format
 msgid "Deleting temporary exp file %s"
 msgstr "一時エクスポートファイル %s を削除しています"
 
-#: dllwrap.c:334
+#: dllwrap.c:327
 #, c-format
 msgid "Keeping temporary def file %s"
 msgstr "一時 def ファイル %s を保存します"
 
-#: dllwrap.c:336
+#: dllwrap.c:329
 #, c-format
 msgid "Deleting temporary def file %s"
 msgstr "一時 def ファイル %s を削除します"
 
-#: dllwrap.c:484
+#: dllwrap.c:411
+#, fuzzy, c-format
+#| msgid "wait: %s"
+msgid "pwait returns: %s"
+msgstr "wait: %s"
+
+#: dllwrap.c:478
 #, c-format
 msgid "  Generic options:\n"
 msgstr "  一般オプション:\n"
 
-#: dllwrap.c:485
+#: dllwrap.c:479
 #, c-format
 msgid "   @<file>                Read options from <file>\n"
 msgstr "   @<file>                <file> からオプションを読み込む\n"
 
-#: dllwrap.c:486
+#: dllwrap.c:480
 #, c-format
 msgid "   --quiet, -q            Work quietly\n"
 msgstr "   --quiet, -q            静かに動作する\n"
 
-#: dllwrap.c:487
+#: dllwrap.c:481
 #, c-format
 msgid "   --verbose, -v          Verbose\n"
 msgstr "   --verbose, -v          冗長に表示を行う\n"
 
-#: dllwrap.c:488
+#: dllwrap.c:482
 #, c-format
 msgid "   --version              Print dllwrap version\n"
 msgstr "   --version              dllwrap のバージョンを表示する\n"
 
-#: dllwrap.c:489
+#: dllwrap.c:483
 #, c-format
 msgid "   --implib <outname>     Synonym for --output-lib\n"
 msgstr "   --implib <出力名>      --output-lib と同義語\n"
 
-#: dllwrap.c:490
+#: dllwrap.c:484
 #, c-format
 msgid "  Options for %s:\n"
 msgstr "  %s 用オプション:\n"
 
-#: dllwrap.c:491
+#: dllwrap.c:485
 #, c-format
 msgid "   --driver-name <driver> Defaults to \"gcc\"\n"
 msgstr "   --driver-name <driver> デフォルトで \"gcc\" に設定される\n"
 
-#: dllwrap.c:492
+#: dllwrap.c:486
 #, c-format
 msgid "   --driver-flags <flags> Override default ld flags\n"
 msgstr "   --driver-flags <flags> デフォルトの ld フラグを上書きする\n"
 
-#: dllwrap.c:493
+#: dllwrap.c:487
 #, c-format
 msgid "   --dlltool-name <dlltool> Defaults to \"dlltool\"\n"
 msgstr "   --dlltool-name <dlltool> デフォルトで \"dlltool\" に設定される\n"
 
-#: dllwrap.c:494
+#: dllwrap.c:488
 #, c-format
 msgid "   --entry <entry>        Specify alternate DLL entry point\n"
 msgstr "   --entry <entry>        代替 DLL エントリポイントを指定する\n"
 
-#: dllwrap.c:495
+#: dllwrap.c:489
 #, c-format
 msgid "   --image-base <base>    Specify image base address\n"
 msgstr "   --image-base <base>    イメージベースアドレスを指定する\n"
 
-#: dllwrap.c:496
+#: dllwrap.c:490
 #, c-format
 msgid "   --target <machine>     i386-cygwin32 or i386-mingw32\n"
 msgstr "   --target <machine>     i386-cygwin32 または i386-mingw32\n"
 
-#: dllwrap.c:497
+#: dllwrap.c:491
 #, c-format
 msgid "   --dry-run              Show what needs to be run\n"
 msgstr "   --dry-run              動作に必要なことを明らかにする\n"
 
-#: dllwrap.c:498
+#: dllwrap.c:492
 #, c-format
 msgid "   --mno-cygwin           Create Mingw DLL\n"
 msgstr "   --mno-cygwin           Mingw DLL を作成する\n"
 
-#: dllwrap.c:499
+#: dllwrap.c:493
 #, c-format
 msgid "  Options passed to DLLTOOL:\n"
 msgstr "  DLLTOOL に渡されるオプション:\n"
 
-#: dllwrap.c:500
+#: dllwrap.c:494
 #, c-format
 msgid "   --machine <machine>\n"
 msgstr "   --machine <machine>\n"
 
-#: dllwrap.c:501
+#: dllwrap.c:495
 #, c-format
 msgid "   --output-exp <outname> Generate export file.\n"
 msgstr "   --output-exp <outname> エクスポートファイルを生成する\n"
 
-#: dllwrap.c:502
+#: dllwrap.c:496
 #, c-format
 msgid "   --output-lib <outname> Generate input library.\n"
 msgstr "   --output-lib <outname> 入力ライブラリを生成する\n"
 
-#: dllwrap.c:503
+#: dllwrap.c:497
 #, c-format
 msgid "   --add-indirect         Add dll indirects to export file.\n"
 msgstr "   --add-indirect         エクスポートファイルに間接 DLL を追加する\n"
 
-#: dllwrap.c:504
+#: dllwrap.c:498
 #, c-format
 msgid "   --dllname <name>       Name of input dll to put into output lib.\n"
 msgstr "   --dllname <name>       出力ライブラリに設定する入力 DLL の名前\n"
 
-#: dllwrap.c:505
+#: dllwrap.c:499
 #, c-format
 msgid "   --def <deffile>        Name input .def file\n"
 msgstr "   --def <deffile>        入力 .def ファイルの名前\n"
 
-#: dllwrap.c:506
+#: dllwrap.c:500
 #, c-format
 msgid "   --output-def <deffile> Name output .def file\n"
 msgstr "   --output-def <deffile> 出力 .def ファイルの名前\n"
 
-#: dllwrap.c:507
+#: dllwrap.c:501
 #, c-format
 msgid "   --export-all-symbols     Export all symbols to .def\n"
 msgstr "   --export-all-symbols     .def に全てのシンボルをエクスポートする\n"
 
-#: dllwrap.c:508
+#: dllwrap.c:502
 #, c-format
 msgid "   --no-export-all-symbols  Only export .drectve symbols\n"
 msgstr "   --no-export-all-symbols  .drectve シンボルのみをエクスポートする\n"
 
-#: dllwrap.c:509
+#: dllwrap.c:503
 #, c-format
 msgid "   --exclude-symbols <list> Exclude <list> from .def\n"
 msgstr "   --exclude-symbols <list> .def から <list> を除外する\n"
 
-#: dllwrap.c:510
+#: dllwrap.c:504
 #, c-format
 msgid "   --no-default-excludes    Zap default exclude symbols\n"
 msgstr "   --no-default-excludes    デフォルトで除外されるシンボルを無くす\n"
 
-#: dllwrap.c:511
+#: dllwrap.c:505
 #, c-format
 msgid "   --base-file <basefile> Read linker generated base file\n"
 msgstr "   --base-file <basefile> リンカが作成したベースファイルを読み取る\n"
 
-#: dllwrap.c:512
+#: dllwrap.c:506
 #, c-format
 msgid "   --no-idata4           Don't generate idata$4 section\n"
 msgstr "   --no-idata4           idata$4 セクションを生成しない\n"
 
-#: dllwrap.c:513
+#: dllwrap.c:507
 #, c-format
 msgid "   --no-idata5           Don't generate idata$5 section\n"
 msgstr "   --no-idata5           idata$5 セクションを生成しない\n"
 
-#: dllwrap.c:514
+#: dllwrap.c:508
 #, c-format
 msgid "   -U                     Add underscores to .lib\n"
 msgstr "   -U                     .lib に下線 (_) を追加する\n"
 
-#: dllwrap.c:515
+#: dllwrap.c:509
 #, c-format
 msgid "   -k                     Kill @<n> from exported names\n"
 msgstr "   -k                     エクスポートされた名前から @<n> を削る\n"
 
-#: dllwrap.c:516
+#: dllwrap.c:510
 #, c-format
 msgid "   --add-stdcall-alias    Add aliases without @<n>\n"
 msgstr "   --add-stdcall-alias    @<n> なしのエイリアスを追加する\n"
 
-#: dllwrap.c:517
+#: dllwrap.c:511
 #, c-format
 msgid "   --as <name>            Use <name> for assembler\n"
 msgstr "   --as <name>            アセンブラとして <name> を使用する\n"
 
-#: dllwrap.c:518
+#: dllwrap.c:512
 #, c-format
 msgid "   --nodelete             Keep temp files.\n"
 msgstr "   --nodelete             一時ファイルを削除しない\n"
 
-#: dllwrap.c:519
+#: dllwrap.c:513
 #, c-format
 msgid "   --no-leading-underscore  Entrypoint without underscore\n"
 msgstr "   --no-leading-underscore  下線 (_) が付いていないエントリポイント\n"
 
-#: dllwrap.c:520
+#: dllwrap.c:514
 #, c-format
 msgid "   --leading-underscore     Entrypoint with underscore.\n"
 msgstr "   --leading-underscore     下線 (_) が付いているエントリポイント\n"
 
-#: dllwrap.c:521
+#: dllwrap.c:515
 #, c-format
 msgid "  Rest are passed unmodified to the language driver\n"
 msgstr "  残りはそのまま言語ドライバに渡されます\n"
 
-#: dllwrap.c:805
+#: dllwrap.c:799
 msgid "Must provide at least one of -o or --dllname options"
 msgstr "少なくとも -o か --dllname オプションのどちらかは指定しなければいけません"
 
-#: dllwrap.c:834
+#: dllwrap.c:828
 msgid ""
 "no export definition file provided.\n"
 "Creating one, but that may not be what you want"
@@ -1303,36 +1763,67 @@ msgstr ""
 "エクスポート定義ファイルが与えられていません。\n"
 "一つ作成されますが、これはあなたの望むものではないかもしれません"
 
-#: dllwrap.c:1023
+#: dllwrap.c:1017
 #, c-format
 msgid "DLLTOOL name    : %s\n"
 msgstr "DLLTOOL 名        : %s\n"
 
-#: dllwrap.c:1024
+#: dllwrap.c:1018
 #, c-format
 msgid "DLLTOOL options : %s\n"
 msgstr "DLLTOOL オプション: %s\n"
 
-#: dllwrap.c:1025
+#: dllwrap.c:1019
 #, c-format
 msgid "DRIVER name     : %s\n"
 msgstr "DRIVER 名        : %s\n"
 
-#: dllwrap.c:1026
+#: dllwrap.c:1020
 #, c-format
 msgid "DRIVER options  : %s\n"
 msgstr "DRIVER オプション: %s\n"
 
-#: dwarf.c:256 dwarf.c:3019
-msgid "badly formed extended line op encountered!\n"
+#: dwarf.c:152
+#, fuzzy
+#| msgid "  Version need past end of section\n"
+msgid "Encoded value extends past end of section\n"
+msgstr "  セクション終了後の必要バージョン\n"
+
+#: dwarf.c:160
+#, c-format
+msgid "Encoded size of %d is too large to read\n"
+msgstr ""
+
+#: dwarf.c:168
+msgid "Encoded size of 0 is too small to read\n"
+msgstr ""
+
+#: dwarf.c:369 dwarf.c:383
+#, c-format
+msgid "Internal error: %s:%d: LEB value (%s) too large for containing variable\n"
+msgstr ""
+
+#. Read AMOUNT bytes from PTR and store them in VAL as an unsigned value.
+#. Checks to make sure that the read will not reach or pass END
+#. and that VAL is big enough to hold AMOUNT bytes.
+#: dwarf.c:399
+#, c-format
+msgid "internal error: attempt to read %d byte of data in to %d sized variable"
+msgid_plural "internal error: attempt to read %d bytes of data in to %d sized variable"
+msgstr[0] ""
+
+#: dwarf.c:525 dwarf.c:4387
+#, fuzzy
+#| msgid "badly formed extended line op encountered!\n"
+msgid "Badly formed extended line op encountered!\n"
 msgstr "不正な形式の拡張行命令コードに遭遇しました!\n"
 
-#: dwarf.c:263
+#: dwarf.c:532
 #, c-format
 msgid "  Extended opcode %d: "
 msgstr "  拡張命令コード %d: "
 
-#: dwarf.c:268
+#: dwarf.c:537
 #, c-format
 msgid ""
 "End of Sequence\n"
@@ -1341,193 +1832,509 @@ msgstr ""
 "列の終り\n"
 "\n"
 
-#: dwarf.c:274
+#: dwarf.c:545
+#, c-format
+msgid "Length (%d) of DW_LNE_set_address op is too long\n"
+msgstr ""
+
+#: dwarf.c:551
 #, c-format
 msgid "set Address to 0x%s\n"
 msgstr "設定アドレス 0x%s\n"
 
-#: dwarf.c:280
-#, c-format
-msgid "  define new File Table entry\n"
+#: dwarf.c:558
+#, fuzzy, c-format
+#| msgid "  define new File Table entry\n"
+msgid "define new File Table entry\n"
 msgstr "  新たなファイル表エントリの定義\n"
 
-#: dwarf.c:281 dwarf.c:2548
+#: dwarf.c:559 dwarf.c:3676
 #, c-format
 msgid "  Entry\tDir\tTime\tSize\tName\n"
 msgstr "  Entry\tDir\t時刻\tサイズ\t名前\n"
 
-#: dwarf.c:295
-#, c-format
-msgid "set Discriminator to %s\n"
+#: dwarf.c:578
+msgid "DW_LNE_define_file: Bad opcode length\n"
 msgstr ""
 
-#: dwarf.c:356
+#: dwarf.c:582
 #, c-format
-msgid "(%s"
-msgstr "(%s"
-
-#: dwarf.c:360
-#, c-format
-msgid ",%s"
-msgstr ",%s"
+msgid "set Discriminator to %s\n"
+msgstr ""
 
-#: dwarf.c:364
+#: dwarf.c:657
 #, c-format
-msgid ",%s)\n"
-msgstr ",%s)\n"
+msgid "    UNKNOWN DW_LNE_HP_SFC opcode (%u)\n"
+msgstr ""
 
 #. The test against DW_LNW_hi_user is redundant due to
 #. the limited range of the unsigned char data type used
 #. for op_code.
 #. && op_code <= DW_LNE_hi_user
-#: dwarf.c:387
+#: dwarf.c:674
 #, c-format
 msgid "user defined: "
 msgstr "ユーザー定義: "
 
-#: dwarf.c:389
+#: dwarf.c:676
 #, c-format
 msgid "UNKNOWN: "
 msgstr "不明: "
 
-#: dwarf.c:390
+#: dwarf.c:677
 #, c-format
 msgid "length %d ["
 msgstr "長さ %d ["
 
-#: dwarf.c:407
+#: dwarf.c:695 dwarf.c:771 dwarf.c:1709
 msgid "<no .debug_str section>"
 msgstr "<.debug_str セクションがありません>"
 
-#: dwarf.c:413
+#: dwarf.c:699
 #, c-format
 msgid "DW_FORM_strp offset too big: %s\n"
 msgstr "DW_FORM_strp オフセットが大きすぎます: %s\n"
 
-#: dwarf.c:415
+#: dwarf.c:701 dwarf.c:729 dwarf.c:1714
 msgid "<offset is too big>"
 msgstr "<オフセットが大きすぎます>"
 
-#: dwarf.c:655
+#: dwarf.c:711 dwarf.c:1723
+#, fuzzy
+#| msgid "<no .debug_str section>"
+msgid "<no NUL byte at end of .debug_str section>"
+msgstr "<.debug_str セクションがありません>"
+
+#: dwarf.c:723
+msgid "<no .debug_line_str section>"
+msgstr "<.debug_line_str セクションがありません>"
+
+#: dwarf.c:727
+#, c-format
+msgid "DW_FORM_line_strp offset too big: %s\n"
+msgstr "DW_FORM_line_strp オフセットが大きすぎます: %s\n"
+
+#: dwarf.c:739
+#, fuzzy
+#| msgid "<no .debug_str section>"
+msgid "<no NUL byte at end of .debug_line_str section>"
+msgstr "<.debug_str セクションがありません>"
+
+#: dwarf.c:757
+#, fuzzy
+#| msgid "<no .debug_str section>"
+msgid "<no .debug_str_offsets.dwo section>"
+msgstr "<.debug_str セクションがありません>"
+
+#: dwarf.c:758
+#, fuzzy
+#| msgid "<no .debug_str section>"
+msgid "<no .debug_str_offsets section>"
+msgstr "<.debug_str セクションがありません>"
+
+#: dwarf.c:764
 #, c-format
-msgid "Unknown TAG value: %lx"
+msgid "DW_FORM_GNU_str_index offset too big: %s\n"
+msgstr "DW_FORM_GNU_str_index オフセットが大きすぎます: %s\n"
+
+#: dwarf.c:766
+msgid "<index offset is too big>"
+msgstr "<索引オフセットが大きすぎます>"
+
+#: dwarf.c:770
+msgid "<no .debug_str.dwo section>"
+msgstr "<.debug_str.dwo セクションがありません>"
+
+#: dwarf.c:777
+#, c-format
+msgid "DW_FORM_GNU_str_index indirect offset too big: %s\n"
+msgstr "DW_FORM_GNU_str_index の間接オフセットが大きすぎます: %s\n"
+
+#: dwarf.c:779
+msgid "<indirect index offset is too big>"
+msgstr "<間接索引オフセットが大きすぎます>"
+
+#: dwarf.c:788
+#, fuzzy
+#| msgid "  Version need past end of section\n"
+msgid "<no NUL byte at end of section>"
+msgstr "  セクション終了後の必要バージョン\n"
+
+#: dwarf.c:799
+msgid "<no .debug_addr section>"
+msgstr "<.debug_addr セクションがありません>"
+
+#: dwarf.c:803
+#, fuzzy, c-format
+#| msgid "  Offset: %#08lx  Link to section: %ld (%s)\n"
+msgid "Offset into section %s too big: %s\n"
+msgstr "  Offset: %#08lx  セクションへのリンク: %ld (%s)\n"
+
+#. Report the missing single zero which ends the section.
+#: dwarf.c:981
+msgid ".debug_abbrev section not zero terminated\n"
+msgstr ""
+
+#: dwarf.c:996
+#, fuzzy, c-format
+#| msgid "Unknown TAG value: %lx"
+msgid "User TAG value: %#lx"
 msgstr "不明な TAG 値: %lx"
 
-#: dwarf.c:696
+#: dwarf.c:998
+#, c-format
+msgid "Unknown TAG value: %#lx"
+msgstr "不明な TAG 値: %#lx"
+
+#: dwarf.c:1018
 #, c-format
 msgid "Unknown FORM value: %lx"
 msgstr "不明な FORM 値: %lx"
 
-#: dwarf.c:705
+#: dwarf.c:1034
 #, c-format
-msgid " %s byte block: "
+msgid "Unknown IDX value: %lx"
+msgstr "不明な IDX 値: %lx"
+
+#: dwarf.c:1048
+#, fuzzy, c-format
+#| msgid " %s byte block: "
+msgid "%c%s byte block: "
 msgstr " %s バイトブロック: "
 
-#: dwarf.c:1050
+#: dwarf.c:1402
 #, c-format
 msgid "(DW_OP_call_ref in frame info)"
 msgstr "(フレーム情報内の DW_OP_call_ref)"
 
-#: dwarf.c:1122
+#: dwarf.c:1424
+#, c-format
+msgid "size: %s "
+msgstr "サイズ: %s "
+
+#: dwarf.c:1427
+#, c-format
+msgid "offset: %s "
+msgstr "オフセット: %s "
+
+#: dwarf.c:1446
+#, c-format
+msgid "DW_OP_GNU_push_tls_address or DW_OP_HP_unknown"
+msgstr ""
+
+#: dwarf.c:1471
+#, fuzzy, c-format
+#| msgid "(DW_OP_call_ref in frame info)"
+msgid "(%s in frame info)"
+msgstr "(フレーム情報内の DW_OP_call_ref)"
+
+#: dwarf.c:1617
 #, c-format
-msgid "(DW_OP_GNU_implicit_pointer in frame info)"
-msgstr "(フレーム情報内の DW_OP_GNU_implicit_pointer)"
+msgid "(User defined location op 0x%x)"
+msgstr "(ユーザ定義位置命令 0x%x)"
 
-#: dwarf.c:1229
+#: dwarf.c:1619
 #, c-format
-msgid "(User defined location op)"
-msgstr "(ユーザ定義位置命令)"
+msgid "(Unknown location op 0x%x)"
+msgstr "(不明な位置命令 0x%x)"
 
-#: dwarf.c:1231
+#: dwarf.c:1702
+msgid "<following link not possible>"
+msgstr ""
+
+#: dwarf.c:1705
+msgid "<could not load separate string section>"
+msgstr ""
+
+#: dwarf.c:1713
 #, c-format
-msgid "(Unknown location op)"
-msgstr "(不明な位置命令)"
+msgid "DW_FORM_GNU_strp_alt offset too big: %s\n"
+msgstr "DW_FORM_GNU_strp_alt オフセットが大きすぎます: %s\n"
+
+#: dwarf.c:1746
+#, c-format
+msgid "Unknown AT value: %lx"
+msgstr "不明な AT 値: %lx"
 
-#: dwarf.c:1278
+#: dwarf.c:1777
+msgid "Corrupt attribute\n"
+msgstr "破損した属性\n"
+
+#: dwarf.c:1792
 msgid "Internal error: DWARF version is not 2, 3 or 4.\n"
 msgstr "内部エラー: DWARF バージョンが 2、3 または 4 ではありません。\n"
 
-#: dwarf.c:1384
+#: dwarf.c:1930
 msgid "DW_FORM_data8 is unsupported when sizeof (dwarf_vma) != 8\n"
 msgstr "sizeof(dwarf_vma) != 8 の時は DW_FORM_data8 はサポートされません\n"
 
-#: dwarf.c:1434
+#: dwarf.c:1974 dwarf.c:1999 dwarf.c:2020 dwarf.c:2042
+msgid "Block ends prematurely\n"
+msgstr ""
+
+#: dwarf.c:1985 dwarf.c:2006 dwarf.c:2027 dwarf.c:2051
+#, c-format
+msgid "Corrupt attribute block length: %lx\n"
+msgstr ""
+
+#: dwarf.c:2062
+#, c-format
+msgid "%c(indirect string, offset: 0x%s): %s"
+msgstr "%c(間接文字列、オフセット: 0x%s): %s"
+
+#: dwarf.c:2069
 #, c-format
-msgid " (indirect string, offset: 0x%s): %s"
+msgid "%c(indirect line string, offset: 0x%s): %s"
+msgstr "%c(間接行文字列、オフセット: 0x%s): %s"
+
+#: dwarf.c:2080
+#, fuzzy, c-format
+#| msgid " (indirect string, offset: 0x%s): %s"
+msgid "%c(indexed string: 0x%s): %s"
+msgstr " (間接文字列、オフセット: 0x%s): %s"
+
+#: dwarf.c:2089
+#, fuzzy, c-format
+#| msgid " (indirect string, offset: 0x%s): %s"
+msgid "%c(alt indirect string, offset: 0x%s) %s"
 msgstr " (間接文字列、オフセット: 0x%s): %s"
 
-#: dwarf.c:1459
+#: dwarf.c:2114
+#, fuzzy, c-format
+#| msgid "Warning: %s: %s\n"
+msgid "%c(addr_index: 0x%s): %s"
+msgstr "警告: %s: %s\n"
+
+#: dwarf.c:2120
 #, c-format
 msgid "Unrecognized form: %lu\n"
 msgstr "認識できない形式: %lu\n"
 
-#: dwarf.c:1552
+#: dwarf.c:2181
+msgid "More location offset attributes than DW_AT_GNU_locview attributes\n"
+msgstr ""
+
+#: dwarf.c:2193
+msgid "More DW_AT_GNU_locview attributes than location offset attributes\n"
+msgstr ""
+
+#: dwarf.c:2253 dwarf.c:2278 dwarf.c:2294
+#, c-format
+msgid "Unsupported form (%s) for attribute %s\n"
+msgstr ""
+
+#: 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 "<不明>"
+
+#: dwarf.c:2317
 #, c-format
 msgid "(not inlined)"
 msgstr "(非 inline 化)"
 
-#: dwarf.c:1555
+#: dwarf.c:2320
 #, c-format
 msgid "(inlined)"
 msgstr "(inline 化)"
 
-#: dwarf.c:1558
+#: dwarf.c:2323
 #, c-format
 msgid "(declared as inline but ignored)"
 msgstr "(inline 宣言されたが無視された)"
 
-#: dwarf.c:1561
+#: dwarf.c:2326
 #, c-format
 msgid "(declared as inline and inlined)"
 msgstr "(inline 宣言され inline 化)"
 
-#: dwarf.c:1564
+#: dwarf.c:2329
 #, c-format
 msgid "  (Unknown inline attribute value: %s)"
 msgstr "  (不明な inline 属性値: %s)"
 
-#: dwarf.c:1735
+#: dwarf.c:2386
+#, c-format
+msgid "(implementation defined: %s)"
+msgstr ""
+
+#: dwarf.c:2389
+#, fuzzy, c-format
+#| msgid "Unknown type: %s\n"
+msgid "(Unknown: %s)"
+msgstr "不明な型です: %s\n"
+
+#: dwarf.c:2434
+#, fuzzy, c-format
+#| msgid "user defined: "
+msgid "(user defined type)"
+msgstr "ユーザー定義: "
+
+#: dwarf.c:2436
+#, c-format
+msgid "(unknown type)"
+msgstr "(不明な型)"
+
+#: dwarf.c:2449
+#, fuzzy, c-format
+#| msgid "unknown C++ visibility"
+msgid "(unknown accessibility)"
+msgstr "不明な C++ 可視性です"
+
+#: dwarf.c:2461
+#, fuzzy, c-format
+#| msgid "unknown C++ visibility"
+msgid "(unknown visibility)"
+msgstr "不明な C++ 可視性です"
+
+#: dwarf.c:2474
+#, fuzzy, c-format
+#| msgid "user defined: "
+msgid "(user specified)"
+msgstr "ユーザー定義: "
+
+#: dwarf.c:2476
+#, fuzzy, c-format
+#| msgid "unknown section"
+msgid "(unknown endianity)"
+msgstr "不明なセクションです"
+
+#: dwarf.c:2488
+#, fuzzy, c-format
+#| msgid "unknown C++ visibility"
+msgid "(unknown virtuality)"
+msgstr "不明な C++ 可視性です"
+
+#: dwarf.c:2500
+#, fuzzy, c-format
+#| msgid "unknown mac"
+msgid "(unknown case)"
+msgstr "不明な mac"
+
+#: dwarf.c:2518
+#, fuzzy, c-format
+#| msgid "user defined: "
+msgid "(user defined)"
+msgstr "ユーザー定義: "
+
+#: dwarf.c:2520
+#, fuzzy, c-format
+#| msgid "unknown section"
+msgid "(unknown convention)"
+msgstr "不明なセクションです"
+
+#: dwarf.c:2529
+#, c-format
+msgid "(undefined)"
+msgstr "(未定義)"
+
+#: dwarf.c:2539
+#, c-format
+msgid "(unsigned)"
+msgstr "(符号無し)"
+
+#: dwarf.c:2540
+#, c-format
+msgid "(leading overpunch)"
+msgstr ""
+
+#: dwarf.c:2541
+#, c-format
+msgid "(trailing overpunch)"
+msgstr ""
+
+#: dwarf.c:2542
 #, c-format
-msgid "(location list)"
+msgid "(leading separate)"
+msgstr ""
+
+#: dwarf.c:2543
+#, c-format
+msgid "(trailing separate)"
+msgstr ""
+
+#: dwarf.c:2544 dwarf.c:2555 dwarf.c:2565
+#, fuzzy, c-format
+#| msgid "unrecognized: %-7lx"
+msgid "(unrecognised)"
+msgstr "認識できません: %-7lx"
+
+#: dwarf.c:2552
+#, c-format
+msgid "(no)"
+msgstr ""
+
+#: dwarf.c:2553
+#, c-format
+msgid "(in class)"
+msgstr ""
+
+#: dwarf.c:2554
+#, c-format
+msgid "(out of class)"
+msgstr ""
+
+#: dwarf.c:2563
+#, c-format
+msgid "(label)"
+msgstr "(ラベル)"
+
+#: dwarf.c:2564
+#, c-format
+msgid "(range)"
+msgstr "(範囲)"
+
+#: dwarf.c:2591
+#, fuzzy, c-format
+#| msgid "(location list)"
+msgid " (location list)"
 msgstr "(location list)"
 
-#: dwarf.c:1756 dwarf.c:3722
+#: dwarf.c:2612 dwarf.c:5576 dwarf.c:5733 dwarf.c:5915
 #, c-format
 msgid " [without DW_AT_frame_base]"
 msgstr " [DW_AT_frame_base 無し]"
 
-#: dwarf.c:1771
-#, c-format
-msgid "Offset %s used as value for DW_AT_import attribute of DIE at offset %lx is too big.\n"
+#: dwarf.c:2645
+#, fuzzy, c-format
+#| msgid "Offset %s used as value for DW_AT_import attribute of DIE at offset %lx is too big.\n"
+msgid "Offset %s used as value for DW_AT_import attribute of DIE at offset 0x%lx is too big.\n"
 msgstr "オフセット %2$lx にある DIE の DW_AT_import 属性の値として使用されているオフセット %1$s は大きすぎます。\n"
 
-#: dwarf.c:1971
-#, c-format
-msgid "Unknown AT value: %lx"
-msgstr "不明な AT 値: %lx"
-
-#: dwarf.c:2042
+#: dwarf.c:2655
 #, c-format
-msgid "Reserved length value (0x%s) found in section %s\n"
-msgstr "セクション %2$s 内に予約された長さの値 (%1$s) が見つかりました\n"
+msgid "\t[Abbrev Number: %ld"
+msgstr "\t[省略番号: %ld"
 
-#: dwarf.c:2054
+#: dwarf.c:2740
 #, c-format
-msgid "Corrupt unit length (0x%s) found in section %s\n"
-msgstr "%2$s セクション内に壊れたユニット長 (%1$s) が見つかりました\n"
+msgid ""
+"Raw dump of debug contents of section %s (loaded from %s):\n"
+"\n"
+msgstr ""
+"セクション %s のデバッグ内容の生ダンプ(%s より読み込んだもの):\n"
+"\n"
 
-#: dwarf.c:2062
+#: dwarf.c:2743
 #, c-format
-msgid "No comp units in %s section ?"
-msgstr "%s セクションにコンパイル単位がありませんよ ?"
+msgid ""
+"Raw dump of debug contents of section %s:\n"
+"\n"
+msgstr ""
+"セクション %s のデバッグ内容の生ダンプ:\n"
+"\n"
 
-#: dwarf.c:2071
+#: dwarf.c:2748
 #, c-format
-msgid "Not enough memory for a debug info array of %u entries"
-msgstr "%u 個のエントリを持つデバッグ情報配列のために十分なメモリがありません"
+msgid ""
+"Contents of the %s section (loaded from %s):\n"
+"\n"
+msgstr ""
+"%s セクションの内容(%s より読み込んだもの):\n"
+"\n"
 
-#: dwarf.c:2080 dwarf.c:3288 dwarf.c:3382 dwarf.c:3456 dwarf.c:3588
-#: dwarf.c:3758 dwarf.c:3827 dwarf.c:4024
+#: dwarf.c:2751
 #, c-format
 msgid ""
 "Contents of the %s section:\n"
@@ -1536,158 +2343,321 @@ msgstr ""
 "%s セクションの内容:\n"
 "\n"
 
-#: dwarf.c:2088
+#: dwarf.c:2800
+#, c-format
+msgid "Reserved length value (0x%s) found in section %s\n"
+msgstr "セクション %2$s 内に予約された長さの値 (%1$s) が見つかりました\n"
+
+#: dwarf.c:2812
+#, c-format
+msgid "Corrupt unit length (0x%s) found in section %s\n"
+msgstr "%2$s セクション内に壊れたユニット長 (%1$s) が見つかりました\n"
+
+#: dwarf.c:2820
+#, fuzzy, c-format
+#| msgid "No comp units in %s section ?"
+msgid "No comp units in %s section ?\n"
+msgstr "%s セクションにコンパイル単位がありませんよ ?"
+
+#: dwarf.c:2829
+#, fuzzy, c-format
+#| msgid "Not enough memory for a debug info array of %u entries"
+msgid "Not enough memory for a debug info array of %u entries\n"
+msgstr "%u 個のエントリを持つデバッグ情報配列のために十分なメモリがありません"
+
+#: dwarf.c:2858
 #, c-format
 msgid "Unable to locate %s section!\n"
 msgstr "%s セクションの位置を特定できません!\n"
 
-#: dwarf.c:2169
+#: dwarf.c:2938
+#, c-format
+msgid "Invalid pointer size (%d) in compunit header, using %d instead\n"
+msgstr ""
+
+#: dwarf.c:2981
 #, c-format
 msgid "  Compilation Unit @ offset 0x%s:\n"
 msgstr "  コンパイル単位 @ オフセット 0x%s:\n"
 
-#: dwarf.c:2171
+#: dwarf.c:2983
 #, c-format
 msgid "   Length:        0x%s (%s)\n"
 msgstr "   長さ:        0x%s (%s)\n"
 
-#: dwarf.c:2174
+#: dwarf.c:2986
 #, c-format
 msgid "   Version:       %d\n"
 msgstr "   バージョン:    %d\n"
 
-#: dwarf.c:2175
+#: dwarf.c:2987
 #, c-format
-msgid "   Abbrev Offset: %s\n"
-msgstr "   省略オフセット: %s\n"
+msgid "   Abbrev Offset: 0x%s\n"
+msgstr "   省略オフセット: 0x%s\n"
 
-#: dwarf.c:2177
+#: dwarf.c:2989
 #, c-format
 msgid "   Pointer Size:  %d\n"
 msgstr "   ポインタサイズ:%d\n"
 
-#: dwarf.c:2181
+#: dwarf.c:2994
 #, c-format
-msgid "   Signature:     "
-msgstr "   シグネチャ:     "
+msgid "   Signature:     0x%s\n"
+msgstr "   シグネチャ:     0x%s\n"
 
-#: dwarf.c:2185
+#: dwarf.c:2997
 #, c-format
 msgid "   Type Offset:   0x%s\n"
 msgstr "   型オフセット:   0x%s\n"
 
-#: dwarf.c:2193
+#: dwarf.c:3005
+#, fuzzy, c-format
+#| msgid "Section Attributes:"
+msgid "   Section contributions:\n"
+msgstr "セクション属性:"
+
+#: dwarf.c:3006
+#, c-format
+msgid "    .debug_abbrev.dwo:       0x%s  0x%s\n"
+msgstr "    .debug_abbrev.dwo:       0x%s  0x%s\n"
+
+#: dwarf.c:3009
+#, c-format
+msgid "    .debug_line.dwo:         0x%s  0x%s\n"
+msgstr "    .debug_line.dwo:         0x%s  0x%s\n"
+
+#: dwarf.c:3012
+#, c-format
+msgid "    .debug_loc.dwo:          0x%s  0x%s\n"
+msgstr "    .debug_loc.dwo:          0x%s  0x%s\n"
+
+#: dwarf.c:3015
 #, c-format
-msgid "Debug info is corrupted, length of CU at %s extends beyond end of section (length = %s)\n"
+msgid "    .debug_str_offsets.dwo:  0x%s  0x%s\n"
+msgstr ""
+
+#: dwarf.c:3025 dwarf.c:4793 dwarf.c:6341 dwarf.c:8407
+#, fuzzy, c-format
+#| msgid "Debug info is corrupted, length of CU at %s extends beyond end of section (length = %s)\n"
+msgid "Debug info is corrupted, %s header at %#lx has length %s\n"
 msgstr "デバッグ情報が壊れています。 %s にある CU の長さがセクション (長さ = %s) の終端を超えています\n"
 
-#: dwarf.c:2206
+#: dwarf.c:3038
 #, c-format
 msgid "CU at offset %s contains corrupt or unsupported version number: %d.\n"
 msgstr "オフセット %s にある CU が壊れているか、サポートしないバージョン番号です: %d\n"
 
-#: dwarf.c:2217
+#: dwarf.c:3047
+#, fuzzy, c-format
+#| msgid "CU at offset %s contains corrupt or unsupported version number: %d.\n"
+msgid "CU at offset %s contains corrupt or unsupported unit type: %d.\n"
+msgstr "オフセット %s にある CU が壊れているか、サポートしないバージョン番号です: %d\n"
+
+#: dwarf.c:3057
 #, c-format
 msgid "Debug info is corrupted, abbrev offset (%lx) is larger than abbrev section size (%lx)\n"
 msgstr "デバッグ情報が壊れています。省略オフセット (%lx) が省略セクションサイズ (%lx) より大きいです\n"
 
-#: dwarf.c:2267
-#, c-format
-msgid "Bogus end-of-siblings marker detected at offset %lx in .debug_info section\n"
+#: dwarf.c:3063
+#, fuzzy, c-format
+#| msgid "Debug info is corrupted, abbrev offset (%lx) is larger than abbrev section size (%lx)\n"
+msgid "Debug info is corrupted, abbrev size (%lx) is larger than abbrev section size (%lx)\n"
+msgstr "デバッグ情報が壊れています。省略オフセット (%lx) が省略セクションサイズ (%lx) より大きいです\n"
+
+#: dwarf.c:3109
+#, fuzzy, c-format
+#| msgid " <%d><%lx>: Abbrev Number: %lu"
+msgid " <%d><%lx>: Abbrev Number: 0\n"
+msgstr " <%d><%lx>: 省略番号: %lu"
+
+#: dwarf.c:3119
+#, fuzzy, c-format
+#| msgid "Bogus end-of-siblings marker detected at offset %lx in .debug_info section\n"
+msgid "Bogus end-of-siblings marker detected at offset %lx in %s section\n"
 msgstr ".debug_info セクション内オフセット %lx で誤った end-of-siblings マーカーが検出されました\n"
 
-#: dwarf.c:2271
+#: dwarf.c:3123
 msgid "Further warnings about bogus end-of-sibling markers suppressed\n"
 msgstr "これ以降の誤った end-of-sibling マーカーに関する警告は抑止されます\n"
 
-#: dwarf.c:2290
+#: dwarf.c:3142
 #, c-format
 msgid " <%d><%lx>: Abbrev Number: %lu"
 msgstr " <%d><%lx>: 省略番号: %lu"
 
-#: dwarf.c:2294
+#: dwarf.c:3146
 #, c-format
 msgid " <%d><%lx>: ...\n"
 msgstr " <%d><%lx>: ...\n"
 
-#: dwarf.c:2313
-#, c-format
-msgid "DIE at offset %lx refers to abbreviation number %lu which does not exist\n"
+#: dwarf.c:3165
+#, fuzzy, c-format
+#| msgid "DIE at offset %lx refers to abbreviation number %lu which does not exist\n"
+msgid "DIE at offset 0x%lx refers to abbreviation number %lu which does not exist\n"
 msgstr "オフセット %lx にある DIE が存在しない省略番号 %lu を参照しています\n"
 
-#: dwarf.c:2415
+#: dwarf.c:3238
+msgid "DIE has locviews without loclist\n"
+msgstr ""
+
+#: dwarf.c:3353
+#, fuzzy, c-format
+#| msgid "The line info appears to be corrupt - the section is too small\n"
+msgid "The length field (0x%lx) in the debug_line header is wrong - the section is too small\n"
+msgstr "行情報が壊れているようです - このセクションは小さすぎます\n"
+
+#: dwarf.c:3367
+msgid "Only DWARF version 2, 3, 4 and 5 line info is currently supported.\n"
+msgstr "現在のところ、DWARF バージョン 2, 3, 4 および 5 のみ行情報をサポートしています。\n"
+
+#: dwarf.c:3379 dwarf.c:6008 dwarf.c:6754
+#, c-format
+msgid "The %s section contains unsupported segment selector size: %d.\n"
+msgstr ""
+
+#: dwarf.c:3396
+msgid "Invalid maximum operations per insn.\n"
+msgstr "命令ごとの最大操作数が無効です。\n"
+
+#: dwarf.c:3412
+#, fuzzy, c-format
+#| msgid "Debug info is corrupted, length of CU at %s extends beyond end of section (length = %s)\n"
+msgid "Line length %s extends beyond end of section\n"
+msgstr "デバッグ情報が壊れています。 %s にある CU の長さがセクション (長さ = %s) の終端を超えています\n"
+
+#: dwarf.c:3443
+#, c-format
+msgid "Corrupt %s format table entry\n"
+msgstr ""
+
+#: dwarf.c:3452
+#, c-format
+msgid "Corrupt %s list\n"
+msgstr "破損 %s リスト\n"
+
+#: dwarf.c:3458
 #, c-format
 msgid ""
-"Raw dump of debug contents of section %s:\n"
 "\n"
+" The %s Table is empty.\n"
 msgstr ""
-"セクション %s のデバッグ内容の生ダンプ:\n"
 "\n"
+" %s表は空です。\n"
+
+#: dwarf.c:3462
+#, fuzzy, c-format
+#| msgid "  (Starting at file offset: 0x%lx)"
+msgid ""
+"\n"
+" The %s Table (offset 0x%lx):\n"
+msgstr "  (開始ファイルオフセット: 0x%lx)"
 
-#: dwarf.c:2453
+#: dwarf.c:3465
 #, c-format
-msgid "The information in section %s appears to be corrupt - the section is too small\n"
-msgstr "セクション %s 内の情報が壊れているようです - セクションが小さすぎます\n"
+msgid "  Entry"
+msgstr "  エントリー"
 
-#: dwarf.c:2465 dwarf.c:2833
-msgid "Only DWARF version 2, 3 and 4 line info is currently supported.\n"
-msgstr "現在のところ、DWARF バージョン 2, 3 および 4 のみ行情報をサポートしています。\n"
+#: dwarf.c:3480
+#, c-format
+msgid "\tName"
+msgstr "\t名前"
 
-#: dwarf.c:2479 dwarf.c:2848
-msgid "Invalid maximum operations per insn.\n"
-msgstr "命令ごとの最大操作数が無効です。\n"
+#: dwarf.c:3483
+#, c-format
+msgid "\tDir"
+msgstr ""
 
-#: dwarf.c:2498
+#: dwarf.c:3486
+#, c-format
+msgid "\tTime"
+msgstr "\t時刻"
+
+#: dwarf.c:3489
+#, c-format
+msgid "\tSize"
+msgstr "\tサイズ"
+
+#: dwarf.c:3492
+#, c-format
+msgid "\tMD5"
+msgstr "\tMD5"
+
+#: dwarf.c:3495
+#, fuzzy, c-format
+#| msgid "unknown format type `%s'"
+msgid "\t(Unknown format content type %s)"
+msgstr "不明なフォーマット型 `%s'"
+
+#: dwarf.c:3531
+#, c-format
+msgid "Corrupt %s entries list\n"
+msgstr ""
+
+#: dwarf.c:3579 dwarf.c:3995
+msgid "Partial .debug_line. section encountered without a prior full .debug_line section\n"
+msgstr ""
+
+#: dwarf.c:3592 dwarf.c:5111
 #, c-format
 msgid "  Offset:                      0x%lx\n"
 msgstr "  オフセット:                  0x%lx\n"
 
-#: dwarf.c:2499
+#: dwarf.c:3593
 #, c-format
 msgid "  Length:                      %ld\n"
 msgstr "  長さ:                        %ld\n"
 
-#: dwarf.c:2500
+#: dwarf.c:3594
 #, c-format
 msgid "  DWARF Version:               %d\n"
 msgstr "  DWARF バージョン:            %d\n"
 
-#: dwarf.c:2501
+#: dwarf.c:3595
 #, c-format
 msgid "  Prologue Length:             %d\n"
 msgstr "  Prologue の長さ:             %d\n"
 
-#: dwarf.c:2502
+#: dwarf.c:3596
 #, c-format
 msgid "  Minimum Instruction Length:  %d\n"
 msgstr "  最小命令長:                  %d\n"
 
-#: dwarf.c:2504
+#: dwarf.c:3598
 #, c-format
 msgid "  Maximum Ops per Instruction: %d\n"
 msgstr "  命令ごとの最大操作数:        %d\n"
 
-#: dwarf.c:2505
+#: dwarf.c:3599
 #, c-format
 msgid "  Initial value of 'is_stmt':  %d\n"
 msgstr "  'is_stmt' の初期値:          %d\n"
 
-#: dwarf.c:2506
+#: dwarf.c:3600
 #, c-format
 msgid "  Line Base:                   %d\n"
 msgstr "  Line ベース:                 %d\n"
 
-#: dwarf.c:2507
+#: dwarf.c:3601
 #, c-format
 msgid "  Line Range:                  %d\n"
 msgstr "  Line 範囲:                   %d\n"
 
-#: dwarf.c:2508
+#: dwarf.c:3602
 #, c-format
 msgid "  Opcode Base:                 %d\n"
 msgstr "  オペコードベース:            %d\n"
 
-#: dwarf.c:2517
+#: dwarf.c:3607 dwarf.c:4011
+msgid "Line range of 0 is invalid, using 1 instead\n"
+msgstr ""
+
+#: dwarf.c:3619
+#, fuzzy
+#| msgid "  Version need past end of section\n"
+msgid "Line Base extends beyond end of section\n"
+msgstr "  セクション終了後の必要バージョン\n"
+
+#: dwarf.c:3623
 #, c-format
 msgid ""
 "\n"
@@ -1696,12 +2666,21 @@ msgstr ""
 "\n"
 " オペコード:\n"
 
-#: dwarf.c:2520
+#: dwarf.c:3626
 #, c-format
-msgid "  Opcode %d has %d args\n"
-msgstr "  オペコード %d は %d 個の引数を持ちます\n"
+msgid "  Opcode %d has %d arg\n"
+msgid_plural "  Opcode %d has %d args\n"
+msgstr[0] "  オペコード %d は %d 個の引数を持ちます\n"
+
+#: dwarf.c:3639
+msgid "Directory"
+msgstr "ディレクトリ"
+
+#: dwarf.c:3641
+msgid "File name"
+msgstr "ファイル名"
 
-#: dwarf.c:2526
+#: dwarf.c:3646
 #, c-format
 msgid ""
 "\n"
@@ -1710,16 +2689,16 @@ msgstr ""
 "\n"
 " ディレクトリー表は空です。\n"
 
-#: dwarf.c:2529
+#: dwarf.c:3651
 #, c-format
 msgid ""
 "\n"
-" The Directory Table:\n"
+" The Directory Table (offset 0x%lx):\n"
 msgstr ""
 "\n"
-" ディレクトリー表:\n"
+" ディレクトリ表 (オフセット 0x%lx):\n"
 
-#: dwarf.c:2544
+#: dwarf.c:3671
 #, c-format
 msgid ""
 "\n"
@@ -1728,183 +2707,336 @@ msgstr ""
 "\n"
 " ファイル名表は空です。\n"
 
-#: dwarf.c:2547
+#: dwarf.c:3674
 #, c-format
 msgid ""
 "\n"
-" The File Name Table:\n"
+" The File Name Table (offset 0x%lx):\n"
 msgstr ""
 "\n"
-" ファイル名表:\n"
+" ファイル名表(オフセット 0x%lx):\n"
+"\n"
 
-#. Now display the statements.
-#: dwarf.c:2577
-#, c-format
-msgid ""
+#: dwarf.c:3700
+msgid "Corrupt file name table entry\n"
+msgstr "破損したファイル名表エントリ\n"
+
+#: dwarf.c:3716
+#, fuzzy, c-format
+#| msgid ""
+#| "\n"
+#| " Line Number Statements:\n"
+msgid " No Line Number Statements.\n"
+msgstr ""
 "\n"
-" Line Number Statements:\n"
+" 行番号文:\n"
+
+#: dwarf.c:3719
+#, fuzzy, c-format
+#| msgid ""
+#| "\n"
+#| " Line Number Statements:\n"
+msgid " Line Number Statements:\n"
 msgstr ""
 "\n"
 " 行番号文:\n"
 
-#: dwarf.c:2596
-#, c-format
-msgid "  Special opcode %d: advance Address by %s to 0x%s"
+#: dwarf.c:3742
+#, fuzzy, c-format
+#| msgid "  Special opcode %d: advance Address by %s to 0x%s"
+msgid "  Special opcode %d: advance Address by %s to 0x%s%s"
 msgstr "  特殊命令コード %d: アドレスを %s 分進め 0x%s とし、"
 
-#: dwarf.c:2610
-#, c-format
-msgid "  Special opcode %d: advance Address by %s to 0x%s[%d]"
+#: dwarf.c:3747 dwarf.c:3768 dwarf.c:3808 dwarf.c:3828 dwarf.c:3881
+#: dwarf.c:3901
+msgid " (reset view)"
+msgstr ""
+
+#: dwarf.c:3762
+#, fuzzy, c-format
+#| msgid "  Special opcode %d: advance Address by %s to 0x%s[%d]"
+msgid "  Special opcode %d: advance Address by %s to 0x%s[%d]%s"
 msgstr "  特殊命令コード %d: アドレスを %s 分進め 0x%s[%d] とし、"
 
-#: dwarf.c:2618
-#, c-format
-msgid " and Line by %s to %d\n"
+#: dwarf.c:3772
+#, fuzzy, c-format
+#| msgid " and Line by %s to %d\n"
+msgid " and Line by %s to %d"
 msgstr " 行を %s 分進め %d とします\n"
 
-#: dwarf.c:2628
+#: dwarf.c:3775 dwarf.c:3789
 #, c-format
-msgid "  Copy\n"
-msgstr "  コピー\n"
+msgid " (view %u)\n"
+msgstr ""
 
-#: dwarf.c:2638
+#: dwarf.c:3787
 #, c-format
-msgid "  Advance PC by %s to 0x%s\n"
+msgid "  Copy"
+msgstr "  コピー"
+
+#: dwarf.c:3804
+#, fuzzy, c-format
+#| msgid "  Advance PC by %s to 0x%s\n"
+msgid "  Advance PC by %s to 0x%s%s\n"
 msgstr "  PC を %s 分進め 0x%s とします\n"
 
-#: dwarf.c:2651
-#, c-format
-msgid "  Advance PC by %s to 0x%s[%d]\n"
+#: dwarf.c:3823
+#, fuzzy, c-format
+#| msgid "  Advance PC by %s to 0x%s[%d]\n"
+msgid "  Advance PC by %s to 0x%s[%d]%s\n"
 msgstr "  PC を %s 分進め 0x%s[%d] とします\n"
 
-#: dwarf.c:2662
+#: dwarf.c:3836
 #, c-format
 msgid "  Advance Line by %s to %d\n"
 msgstr "  行を %s 進め %d とします\n"
 
-#: dwarf.c:2670
+#: dwarf.c:3844
 #, c-format
 msgid "  Set File Name to entry %s in the File Name Table\n"
 msgstr "  エントリ %s のファイル名をファイル名表に設定します\n"
 
-#: dwarf.c:2678
+#: dwarf.c:3852
 #, c-format
 msgid "  Set column to %s\n"
 msgstr "  列幅を %s に設定します\n"
 
-#: dwarf.c:2686
+#: dwarf.c:3860
 #, c-format
 msgid "  Set is_stmt to %s\n"
 msgstr "  is_stmt を %s に設定します\n"
 
-#: dwarf.c:2691
+#: dwarf.c:3865
 #, c-format
 msgid "  Set basic block\n"
 msgstr "  基本ブロックを設定\n"
 
-#: dwarf.c:2701
-#, c-format
-msgid "  Advance PC by constant %s to 0x%s\n"
+#: dwarf.c:3877
+#, fuzzy, c-format
+#| msgid "  Advance PC by constant %s to 0x%s\n"
+msgid "  Advance PC by constant %s to 0x%s%s\n"
 msgstr "  PC を定数 %s 分進め 0x%s とします\n"
 
-#: dwarf.c:2714
-#, c-format
-msgid "  Advance PC by constant %s to 0x%s[%d]\n"
+#: dwarf.c:3896
+#, fuzzy, c-format
+#| msgid "  Advance PC by constant %s to 0x%s[%d]\n"
+msgid "  Advance PC by constant %s to 0x%s[%d]%s\n"
 msgstr "  PC を定数 %s 分進め 0x%s[%d] とします\n"
 
-#: dwarf.c:2726
+#: dwarf.c:3909
 #, c-format
 msgid "  Advance PC by fixed size amount %s to 0x%s\n"
 msgstr "  PC を固定サイズ %s 分進め 0x%s とします\n"
 
-#: dwarf.c:2732
+#: dwarf.c:3916
 #, c-format
 msgid "  Set prologue_end to true\n"
 msgstr "  prologue_end を true に設定します\n"
 
-#: dwarf.c:2736
+#: dwarf.c:3920
 #, c-format
 msgid "  Set epilogue_begin to true\n"
 msgstr "  epilogue_begin を true に設定します\n"
 
-#: dwarf.c:2742
+#: dwarf.c:3926
 #, c-format
 msgid "  Set ISA to %s\n"
 msgstr "  ISA を %s に設定します\n"
 
-#: dwarf.c:2746 dwarf.c:3160
+#: dwarf.c:3930 dwarf.c:4582
 #, c-format
 msgid "  Unknown opcode %d with operands: "
 msgstr "  不明な被演算子付きのオペコード %d : "
 
-#: dwarf.c:2780
-#, c-format
-msgid ""
-"Decoded dump of debug contents of section %s:\n"
-"\n"
+#: dwarf.c:4024
+#, fuzzy, c-format
+#| msgid "Debug info is corrupted, length of CU at %s extends beyond end of section (length = %s)\n"
+msgid "opcode base of %d extends beyond end of section\n"
+msgstr "デバッグ情報が壊れています。 %s にある CU の長さがセクション (長さ = %s) の終端を超えています\n"
+
+#: dwarf.c:4052 dwarf.c:4075 dwarf.c:4105
+#, fuzzy
+#| msgid "Corrupt header in the %s section.\n"
+msgid "Corrupt directories list\n"
+msgstr "グループセクション %s 内で破損したヘッダです。\n"
+
+#: dwarf.c:4125 dwarf.c:4148 dwarf.c:4195
+msgid "Corrupt file name list\n"
+msgstr "破損したファイル名リスト\n"
+
+#: dwarf.c:4215
+#, fuzzy
+#| msgid ""
+#| "\n"
+#| " The Directory Table is empty.\n"
+msgid "directory table ends unexpectedly\n"
 msgstr ""
-"セクション %s のデバッグ内容のデコードしたダンプ:\n"
 "\n"
+" ディレクトリー表は空です。\n"
 
-#: dwarf.c:2821
-msgid "The line info appears to be corrupt - the section is too small\n"
-msgstr "行情報が壊れているようです - このセクションは小さすぎます\n"
+#: dwarf.c:4260
+msgid "file table ends unexpectedly\n"
+msgstr ""
 
-#: dwarf.c:2953
+#: dwarf.c:4299
 #, c-format
 msgid "CU: %s:\n"
 msgstr "CU: %s:\n"
 
-#: dwarf.c:2954 dwarf.c:2964
+#: dwarf.c:4312 dwarf.c:4510
 #, c-format
-msgid "File name                            Line number    Starting address\n"
-msgstr "ファイル名                           行番号         開始アドレス\n"
+msgid "directory index %u > number of directories %s\n"
+msgstr ""
+
+#: 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 "<破損>"
 
-#: dwarf.c:2959
+#: dwarf.c:4320
 #, c-format
 msgid "CU: %s/%s:\n"
 msgstr "CU: %s/%s:\n"
 
-#: dwarf.c:3051
-#, c-format
-msgid "UNKNOWN: length %d\n"
+#: dwarf.c:4325
+#, fuzzy, c-format
+#| msgid "File name                            Line number    Starting address\n"
+msgid "File name                            Line number    Starting address    View\n"
+msgstr "ファイル名                           行番号         開始アドレス\n"
+
+#: dwarf.c:4441
+#, fuzzy, c-format
+#| msgid "UNKNOWN: length %d\n"
+msgid "UNKNOWN (%u): length %d\n"
 msgstr "不明: 長さ %d\n"
 
-#: dwarf.c:3156
+#: dwarf.c:4494
+#, fuzzy, c-format
+#| msgid "  define new File Table entry\n"
+msgid ""
+"\n"
+" [Use file table entry %d]\n"
+msgstr "  新たなファイル表エントリの定義\n"
+
+#: dwarf.c:4498
+#, fuzzy, c-format
+#| msgid "Line numbers for %s (%u)\n"
+msgid "file index %u > number of files %u\n"
+msgstr "%s (%u) の行番号\n"
+
+#: dwarf.c:4499
+#, fuzzy, c-format
+#| msgid "<corrupt string table index: %3ld>"
+msgid ""
+"\n"
+" <over large file table index %u>"
+msgstr "<破損した文字列表索引: %3ld>"
+
+#: dwarf.c:4505
+#, c-format
+msgid ""
+"\n"
+" [Use file %s in directory table entry %d]\n"
+msgstr ""
+
+#: dwarf.c:4512
+#, fuzzy, c-format
+#| msgid ""
+#| "\n"
+#| " The Directory Table is empty.\n"
+msgid ""
+"\n"
+" <over large directory table entry %u>\n"
+msgstr ""
+"\n"
+" ディレクトリー表は空です。\n"
+
+#: dwarf.c:4578
 #, c-format
 msgid "  Set ISA to %lu\n"
 msgstr "  ISA を %lu に設定します\n"
 
-#: dwarf.c:3322 dwarf.c:3872
+#: dwarf.c:4612
+#, c-format
+msgid "corrupt file index %u encountered\n"
+msgstr ""
+
+#: dwarf.c:4742
+#, fuzzy
+#| msgid "unwind info"
+msgid "no info"
+msgstr "巻き戻し (unwind) 情報"
+
+#: dwarf.c:4743
+msgid "type"
+msgstr ""
+
+#: dwarf.c:4744
+msgid "variable"
+msgstr "変数"
+
+#: dwarf.c:4745
+msgid "function"
+msgstr "関数"
+
+#: dwarf.c:4746
+msgid "other"
+msgstr "その他"
+
+#: dwarf.c:4747
+msgid "unused5"
+msgstr ""
+
+#: dwarf.c:4748
+msgid "unused6"
+msgstr ""
+
+#: dwarf.c:4749
+msgid "unused7"
+msgstr ""
+
+#: dwarf.c:4809 dwarf.c:6354
 #, c-format
 msgid ".debug_info offset of 0x%lx in %s section does not point to a CU header.\n"
 msgstr "%2$s セクション内オフセット 0x%1$lx の .debug_info が CU ヘッダを指していません。\n"
 
-#: dwarf.c:3336
-msgid "Only DWARF 2 and 3 pubnames are currently supported\n"
-msgstr "DWARF 2 および 3 の pubnames のみ現在サポートされています\n"
-
-#: dwarf.c:3343
+#: dwarf.c:4814
 #, c-format
 msgid "  Length:                              %ld\n"
 msgstr "  長さ:                                %ld\n"
 
-#: dwarf.c:3345
+#: dwarf.c:4816
 #, c-format
 msgid "  Version:                             %d\n"
 msgstr "  バージョン:                          %d\n"
 
-#: dwarf.c:3347
+#: dwarf.c:4818
 #, c-format
 msgid "  Offset into .debug_info section:     0x%lx\n"
 msgstr "  .debug_info セクションのオフセット:     0x%lx\n"
 
-#: dwarf.c:3349
+#: dwarf.c:4820
 #, c-format
 msgid "  Size of area in .debug_info section: %ld\n"
 msgstr "  .debug_info セクション領域サイズ:    %ld\n"
 
-#: dwarf.c:3352
+#: dwarf.c:4829
+msgid "Only DWARF 2 and 3 pubnames are currently supported\n"
+msgstr "DWARF 2 および 3 の pubnames のみ現在サポートされています\n"
+
+#: dwarf.c:4837
+#, fuzzy, c-format
+#| msgid "    Offset   Begin    End      Expression\n"
+msgid ""
+"\n"
+"    Offset  Kind          Name\n"
+msgstr "    オフセット 開始   終了     Expression\n"
+
+#: dwarf.c:4839
 #, c-format
 msgid ""
 "\n"
@@ -1913,149 +3045,401 @@ msgstr ""
 "\n"
 "    オフセット\t名前\n"
 
-#: dwarf.c:3403
+#: dwarf.c:4875
+msgid "s"
+msgstr ""
+
+#: dwarf.c:4875
+msgid "g"
+msgstr ""
+
+#: dwarf.c:4935
 #, c-format
 msgid " DW_MACINFO_start_file - lineno: %d filenum: %d\n"
 msgstr " DW_MACINFO_start_file - 行番号: %d ファイル番号: %d\n"
 
-#: dwarf.c:3409
+#: dwarf.c:4941
 #, c-format
 msgid " DW_MACINFO_end_file\n"
 msgstr " DW_MACINFO_end_file\n"
 
-#: dwarf.c:3417
+#: dwarf.c:4949
 #, c-format
 msgid " DW_MACINFO_define - lineno : %d macro : %s\n"
 msgstr " DW_MACINFO_define - 行番号 : %d マクロ : %s\n"
 
-#: dwarf.c:3426
+#: dwarf.c:4958
 #, c-format
 msgid " DW_MACINFO_undef - lineno : %d macro : %s\n"
 msgstr " DW_MACINFO_undef - 行番号 : %d マクロ : %s\n"
 
-#: dwarf.c:3438
+#: dwarf.c:4970
 #, c-format
 msgid " DW_MACINFO_vendor_ext - constant : %d string : %s\n"
 msgstr " DW_MACINFO_vendor_ext - 定数 : %d 文字列 : %s\n"
 
-#: dwarf.c:3467
+#: dwarf.c:5103
+#, fuzzy, c-format
+#| msgid "Only version 2 DWARF debug information is currently supported.\n"
+msgid "Only GNU extension to DWARF 4 or 5 of %s is currently supported.\n"
+msgstr "現在のところ、バージョン 2 DWARF だけがデバッグ情報をサポートします。\n"
+
+#: dwarf.c:5113
+#, fuzzy, c-format
+#| msgid "  Version:                  %d\n"
+msgid "  Version:                     %d\n"
+msgstr "  バージョン:               %d\n"
+
+#: dwarf.c:5114
+#, fuzzy, c-format
+#| msgid "  Opcode Base:                 %d\n"
+msgid "  Offset size:                 %d\n"
+msgstr "  オペコードベース:            %d\n"
+
+#: dwarf.c:5118
+#, fuzzy, c-format
+#| msgid "  Offset into .debug_info:  0x%lx\n"
+msgid "  Offset into .debug_line:     0x%lx\n"
+msgstr "  .debug_info 内へのオフセット: %lx\n"
+
+#: dwarf.c:5132
+#, fuzzy, c-format
+#| msgid "  Extended opcode %d: "
+msgid "  Extension opcode arguments:\n"
+msgstr "  拡張命令コード %d: "
+
+#: dwarf.c:5140
 #, c-format
-msgid "  Number TAG\n"
-msgstr "  番号 TAG\n"
+msgid "    DW_MACRO_%02x has no arguments\n"
+msgstr ""
 
-#: dwarf.c:3476
-msgid "has children"
-msgstr "子あり"
+#: dwarf.c:5143
+#, fuzzy, c-format
+#| msgid "    Arguments: %s\n"
+msgid "    DW_MACRO_%02x arguments: "
+msgstr "    引数: %s\n"
 
-#: dwarf.c:3476
-msgid "no children"
-msgstr "子なし"
+#: dwarf.c:5169
+#, c-format
+msgid "Invalid extension opcode form %s\n"
+msgstr ""
+
+#: dwarf.c:5186
+msgid ".debug_macro section not zero terminated\n"
+msgstr ""
+
+#: dwarf.c:5207
+msgid "DW_MACRO_start_file used, but no .debug_line offset provided.\n"
+msgstr ""
+
+#: dwarf.c:5213
+#, fuzzy, c-format
+#| msgid " DW_MACINFO_start_file - lineno: %d[...]

[diff truncated at 100000 bytes]



More information about the Binutils-cvs mailing list