diff options
author | Ian Lance Taylor <iant@google.com> | 2007-11-30 00:35:27 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-11-30 00:35:27 +0000 |
commit | 9a0910c33e1a6962d475ee0a994fd1f5e446a888 (patch) | |
tree | f30e7b369cc05383699fbe4780ee0839b8dbcdde /gold/po | |
parent | 71195202dfb59bb7b61b35dc4cc5d202fab12020 (diff) | |
download | binutils-9a0910c33e1a6962d475ee0a994fd1f5e446a888.zip binutils-9a0910c33e1a6962d475ee0a994fd1f5e446a888.tar.gz binutils-9a0910c33e1a6962d475ee0a994fd1f5e446a888.tar.bz2 |
From Craig Silverstein: Add support for compressing .debug_str section.
Diffstat (limited to 'gold/po')
-rw-r--r-- | gold/po/POTFILES.in | 2 | ||||
-rw-r--r-- | gold/po/gold.pot | 246 |
2 files changed, 138 insertions, 110 deletions
diff --git a/gold/po/POTFILES.in b/gold/po/POTFILES.in index 3797b1a..e8a5ba7 100644 --- a/gold/po/POTFILES.in +++ b/gold/po/POTFILES.in @@ -2,6 +2,8 @@ archive.cc archive.h common.cc common.h +compressed_output.cc +compressed_output.h defstd.cc defstd.h dirsearch.cc diff --git a/gold/po/gold.pot b/gold/po/gold.pot index 73f1f01..8d97ea1 100644 --- a/gold/po/gold.pot +++ b/gold/po/gold.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-11-20 16:37-0800\n" +"POT-Creation-Date: 2007-11-29 16:33-0800\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" @@ -61,6 +61,10 @@ msgstr "" msgid "%s: member at %zu is not an ELF object" msgstr "" +#: compressed_output.cc:140 +msgid "Not compressing section data: zlib error" +msgstr "" + #: dirsearch.cc:68 #, c-format msgid "%s: can not read directory: %s" @@ -179,22 +183,22 @@ msgstr "" msgid "symbol %s has undefined version %s" msgstr "" -#: errors.cc:77 +#: errors.cc:88 #, c-format msgid "%s: warning: " msgstr "" -#: errors.cc:112 +#: errors.cc:127 #, c-format msgid "%s: %s: warning: " msgstr "" -#: errors.cc:136 +#: errors.cc:154 #, c-format msgid "%s: %s: undefined reference to '%s'\n" msgstr "" -#: errors.cc:146 +#: errors.cc:164 #, c-format msgid "%s: " msgstr "" @@ -271,62 +275,62 @@ msgstr "" msgid "cannot mix -static with dynamic object %s" msgstr "" -#: gold-threads.cc:69 +#: gold-threads.cc:102 #, c-format msgid "pthead_mutextattr_init failed: %s" msgstr "" -#: gold-threads.cc:73 +#: gold-threads.cc:106 #, c-format msgid "pthread_mutextattr_settype failed: %s" msgstr "" -#: gold-threads.cc:78 +#: gold-threads.cc:111 #, c-format msgid "pthread_mutex_init failed: %s" msgstr "" -#: gold-threads.cc:82 +#: gold-threads.cc:115 #, c-format msgid "pthread_mutexattr_destroy failed: %s" msgstr "" -#: gold-threads.cc:89 +#: gold-threads.cc:122 #, c-format msgid "pthread_mutex_destroy failed: %s" msgstr "" -#: gold-threads.cc:97 +#: gold-threads.cc:130 #, c-format msgid "pthread_mutex_lock failed: %s" msgstr "" -#: gold-threads.cc:105 +#: gold-threads.cc:138 #, c-format msgid "pthread_mutex_unlock failed: %s" msgstr "" -#: gold-threads.cc:193 +#: gold-threads.cc:219 #, c-format msgid "pthread_cond_init failed: %s" msgstr "" -#: gold-threads.cc:200 +#: gold-threads.cc:226 #, c-format msgid "pthread_cond_destroy failed: %s" msgstr "" -#: gold-threads.cc:208 +#: gold-threads.cc:235 #, c-format msgid "pthread_cond_wait failed: %s" msgstr "" -#: gold-threads.cc:216 +#: gold-threads.cc:243 #, c-format msgid "pthread_cond_signal failed: %s" msgstr "" -#: gold-threads.cc:224 +#: gold-threads.cc:251 #, c-format msgid "pthread_cond_broadcast failed: %s" msgstr "" @@ -371,11 +375,11 @@ msgstr "" msgid "both SUN and GNU model TLS relocations" msgstr "" -#: merge.cc:283 +#: merge.cc:464 msgid "mergeable string section length not multiple of character size" msgstr "" -#: merge.cc:299 +#: merge.cc:480 msgid "entry in mergeable string section not null terminated" msgstr "" @@ -419,7 +423,7 @@ msgstr "" msgid "section %u in section group %u out of range" msgstr "" -#: object.cc:534 reloc.cc:226 reloc.cc:493 +#: object.cc:534 reloc.cc:229 reloc.cc:496 #, c-format msgid "relocation section %u has bad info %u" msgstr "" @@ -549,314 +553,331 @@ msgstr "" msgid "Bind defined symbols locally" msgstr "" -#: options.cc:379 +#: options.cc:385 +msgid "Compress .debug_* sections in the output file (default is none)" +msgstr "" + +#: options.cc:387 +msgid "--compress-debug-sections=[none" +msgstr "" + +#: options.cc:387 +msgid "]" +msgstr "" + +#: options.cc:390 msgid "Demangle C++ symbols in log messages" msgstr "" -#: options.cc:382 +#: options.cc:393 msgid "Do not demangle C++ symbols in log messages" msgstr "" -#: options.cc:385 +#: options.cc:396 msgid "Try to detect violations of the One Definition Rule" msgstr "" -#: options.cc:387 +#: options.cc:398 msgid "Export all dynamic symbols" msgstr "" -#: options.cc:389 +#: options.cc:400 msgid "Create exception frame header" msgstr "" -#: options.cc:391 +#: options.cc:402 msgid "Set dynamic linker path" msgstr "" -#: options.cc:392 +#: options.cc:403 msgid "-I PROGRAM, --dynamic-linker PROGRAM" msgstr "" -#: options.cc:394 +#: options.cc:405 msgid "Search for library LIBNAME" msgstr "" -#: options.cc:395 +#: options.cc:406 msgid "-lLIBNAME, --library LIBNAME" msgstr "" -#: options.cc:397 +#: options.cc:408 msgid "Add directory to search path" msgstr "" -#: options.cc:398 +#: options.cc:409 msgid "-L DIR, --library-path DIR" msgstr "" -#: options.cc:400 +#: options.cc:411 msgid "Ignored for compatibility" msgstr "" -#: options.cc:402 +#: options.cc:413 msgid "Set output file name" msgstr "" -#: options.cc:403 +#: options.cc:414 msgid "-o FILE, --output FILE" msgstr "" -#: options.cc:405 +#: options.cc:416 msgid "Optimize output file size" msgstr "" -#: options.cc:406 +#: options.cc:417 msgid "-O level" msgstr "" -#: options.cc:408 +#: options.cc:419 msgid "Generate relocatable output" msgstr "" -#: options.cc:410 +#: options.cc:421 msgid "Add DIR to runtime search path" msgstr "" -#: options.cc:411 +#: options.cc:422 msgid "-R DIR, -rpath DIR" msgstr "" -#: options.cc:414 +#: options.cc:425 msgid "Add DIR to link time shared library search path" msgstr "" -#: options.cc:415 +#: options.cc:426 msgid "--rpath-link DIR" msgstr "" -#: options.cc:417 +#: options.cc:428 msgid "Strip all symbols" msgstr "" -#: options.cc:420 +#: options.cc:431 msgid "Strip debug symbols that are unused by gdb (at least versions <= 6.7)" msgstr "" #. This must come after -Sdebug since it's a prefix of it. -#: options.cc:424 +#: options.cc:435 msgid "Strip debugging information" msgstr "" -#: options.cc:426 +#: options.cc:437 msgid "Generate shared library" msgstr "" -#: options.cc:428 +#: options.cc:439 msgid "Do not link against shared libraries" msgstr "" -#: options.cc:430 +#: options.cc:441 msgid "Print resource usage statistics" msgstr "" -#: options.cc:432 +#: options.cc:443 msgid "Set target system root directory" msgstr "" -#: options.cc:433 +#: options.cc:444 msgid "--sysroot DIR" msgstr "" -#: options.cc:434 +#: options.cc:445 msgid "Set the address of the .text section" msgstr "" -#: options.cc:435 +#: options.cc:446 msgid "-Ttext ADDRESS" msgstr "" #. This must come after -Ttext since it's a prefix of it. -#: options.cc:438 +#: options.cc:449 msgid "Read linker script" msgstr "" -#: options.cc:439 +#: options.cc:450 msgid "-T FILE, --script FILE" msgstr "" -#: options.cc:441 +#: options.cc:452 msgid "Run the linker multi-threaded" msgstr "" -#: options.cc:443 +#: options.cc:454 msgid "Do not run the linker multi-threaded" msgstr "" -#: options.cc:445 +#: options.cc:456 msgid "Number of threads to use" msgstr "" -#: options.cc:446 +#: options.cc:457 msgid "--thread-count COUNT" msgstr "" -#: options.cc:449 +#: options.cc:460 msgid "Number of threads to use in initial pass" msgstr "" -#: options.cc:450 +#: options.cc:461 msgid "--thread-count-initial COUNT" msgstr "" -#: options.cc:453 +#: options.cc:464 msgid "Number of threads to use in middle pass" msgstr "" -#: options.cc:454 +#: options.cc:465 msgid "--thread-count-middle COUNT" msgstr "" -#: options.cc:457 +#: options.cc:468 msgid "Number of threads to use in final pass" msgstr "" -#: options.cc:458 +#: options.cc:469 msgid "--thread-count-final COUNT" msgstr "" -#: options.cc:461 +#: options.cc:472 msgid "Include all archive contents" msgstr "" -#: options.cc:465 +#: options.cc:476 msgid "Include only needed archive contents" msgstr "" -#: options.cc:470 +#: options.cc:481 msgid "" "Subcommands as follows:\n" " -z execstack Mark output as requiring executable stack\n" " -z noexecstack Mark output as not requiring executable stack" msgstr "" -#: options.cc:473 +#: options.cc:484 msgid "-z SUBCOMMAND" msgstr "" -#: options.cc:476 +#: options.cc:487 msgid "Start a library search group" msgstr "" -#: options.cc:478 +#: options.cc:489 msgid "End a library search group" msgstr "" -#: options.cc:480 +#: options.cc:491 msgid "Report usage information" msgstr "" -#: options.cc:482 +#: options.cc:493 msgid "Report version information" msgstr "" -#: options.cc:484 +#: options.cc:495 msgid "Turn on debugging (all,task)" msgstr "" -#: options.cc:485 +#: options.cc:496 msgid "--debug=TYPE" msgstr "" -#: options.cc:578 +#: options.cc:590 #, c-format msgid "%s: unrecognized -z subcommand: %s\n" msgstr "" -#: options.cc:601 +#: options.cc:613 #, c-format msgid "%s: unrecognized --debug subcommand: %s\n" msgstr "" -#: options.cc:781 +#: options.cc:793 msgid "unexpected argument" msgstr "" -#: options.cc:788 options.cc:840 options.cc:921 +#: options.cc:800 options.cc:852 options.cc:933 msgid "missing argument" msgstr "" -#: options.cc:801 options.cc:849 +#: options.cc:813 options.cc:861 msgid "unknown option" msgstr "" -#: options.cc:867 +#: options.cc:879 #, c-format msgid "%s: missing group end\n" msgstr "" -#: options.cc:995 +#: options.cc:1007 msgid "may not nest groups" msgstr "" -#: options.cc:1005 +#: options.cc:1017 msgid "group end without group start" msgstr "" -#: options.cc:1015 +#: options.cc:1027 #, c-format msgid "%s: use the --help option for usage information\n" msgstr "" -#: options.cc:1024 +#: options.cc:1036 #, c-format msgid "%s: %s: %s\n" msgstr "" -#: options.cc:1033 +#: options.cc:1045 #, c-format msgid "%s: -%c: %s\n" msgstr "" -#: options.h:393 +#: options.h:372 +#, c-format +msgid "Unsupported argument to --compress-debug-symbols: %s" +msgstr "" + +#: options.h:424 #, c-format msgid "%s: invalid argument to -Ttext: %s\n" msgstr "" -#: options.h:406 +#: options.h:437 #, c-format msgid "%s: invalid thread count: %s\n" msgstr "" -#: output.cc:1108 +#: output.cc:1122 #, c-format msgid "invalid alignment %lu for section \"%s\"" msgstr "" -#: output.cc:1870 +#: output.cc:1941 #, c-format msgid "%s: open: %s" msgstr "" -#: output.cc:1875 +#: output.cc:1953 output.cc:1986 #, c-format -msgid "%s: lseek: %s" +msgid "%s: munmap: %s" msgstr "" -#: output.cc:1878 +#: output.cc:1967 #, c-format -msgid "%s: write: %s" +msgid "%s: lseek: %s" msgstr "" -#: output.cc:1884 +#: output.cc:1970 #, c-format -msgid "%s: mmap: %s" +msgid "%s: write: %s" msgstr "" -#: output.cc:1894 +#: output.cc:1976 #, c-format -msgid "%s: munmap: %s" +msgid "%s: mmap: %s" msgstr "" -#: output.cc:1898 +#: output.cc:1990 #, c-format msgid "%s: close: %s" msgstr "" @@ -877,22 +898,22 @@ msgstr "" msgid "%s: not an object or archive" msgstr "" -#: reloc.cc:245 reloc.cc:511 +#: reloc.cc:248 reloc.cc:514 #, c-format msgid "relocation section %u uses unexpected symbol table %u" msgstr "" -#: reloc.cc:260 reloc.cc:529 +#: reloc.cc:263 reloc.cc:532 #, c-format msgid "unexpected entsize for reloc section %u: %lu != %u" msgstr "" -#: reloc.cc:269 reloc.cc:538 +#: reloc.cc:272 reloc.cc:541 #, c-format msgid "reloc section %u size %lu uneven" msgstr "" -#: reloc.cc:729 +#: reloc.cc:732 #, c-format msgid "reloc section size %zu is not a multiple of reloc size %d\n" msgstr "" @@ -934,41 +955,41 @@ msgid "" "T" msgstr "" -#: symtab.cc:576 +#: symtab.cc:597 #, c-format msgid "bad global symbol name offset %u at %zu" msgstr "" -#: symtab.cc:654 +#: symtab.cc:675 msgid "too few symbol versions" msgstr "" -#: symtab.cc:683 +#: symtab.cc:704 #, c-format msgid "bad symbol name offset %u at %zu" msgstr "" -#: symtab.cc:737 +#: symtab.cc:758 #, c-format msgid "versym for symbol %zu out of range: %u" msgstr "" -#: symtab.cc:745 +#: symtab.cc:766 #, c-format msgid "versym for symbol %zu has no name: %u" msgstr "" -#: symtab.cc:1463 symtab.cc:1676 +#: symtab.cc:1484 symtab.cc:1697 #, c-format msgid "%s: unsupported symbol section 0x%x" msgstr "" -#: symtab.cc:1800 +#: symtab.cc:1821 #, c-format msgid "%s: undefined reference to '%s'" msgstr "" -#: symtab.cc:1941 +#: symtab.cc:1962 #, c-format msgid "" "while linking %s: symbol '%s' defined in multiple places (possible ODR " @@ -1003,7 +1024,12 @@ msgid "" "This program has absolutely no warranty.\n" msgstr "" -#: workqueue-threads.cc:106 +#: workqueue.cc:484 +#, c-format +msgid "gold task queue:\n" +msgstr "" + +#: workqueue-threads.cc:107 #, c-format msgid "%s failed: %s" msgstr "" |