blob: cddc7f7286b01eea2345ba7f463e10cb02ffa2f3 [file] [log] [blame]
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-03-21 10:47-0700\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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: archive.cc:97
#, c-format
msgid "%s: no archive symbol table (run ranlib)"
msgstr ""
#: archive.cc:151
#, c-format
msgid "%s: bad archive symbol table names"
msgstr ""
#: archive.cc:181
#, c-format
msgid "%s: malformed archive header at %zu"
msgstr ""
#: archive.cc:201
#, c-format
msgid "%s: malformed archive header size at %zu"
msgstr ""
#: archive.cc:212
#, c-format
msgid "%s: malformed archive header name at %zu"
msgstr ""
#: archive.cc:237
#, c-format
msgid "%s: bad extended name index at %zu"
msgstr ""
#: archive.cc:247
#, c-format
msgid "%s: bad extended name entry at header %zu"
msgstr ""
#: archive.cc:340
#, c-format
msgid "%s: short archive header at %zu"
msgstr ""
#: archive.cc:391 archive.cc:405
#, c-format
msgid "%s: member at %zu is not an ELF object"
msgstr ""
#: binary.cc:129
#, c-format
msgid "cannot open %s: %s:"
msgstr ""
#: compressed_output.cc:127
msgid "not compressing section data: zlib error"
msgstr ""
#: dirsearch.cc:71
#, c-format
msgid "%s: can not read directory: %s"
msgstr ""
#: dynobj.cc:146
#, c-format
msgid "unexpected duplicate type %u section: %u, %u"
msgstr ""
#: dynobj.cc:182
#, c-format
msgid "unexpected link in section %u header: %u != %u"
msgstr ""
#: dynobj.cc:218
#, c-format
msgid "DYNAMIC section %u link out of range: %u"
msgstr ""
#: dynobj.cc:226
#, c-format
msgid "DYNAMIC section %u link %u is not a strtab"
msgstr ""
#: dynobj.cc:254
#, c-format
msgid "DT_SONAME value out of range: %lld >= %lld"
msgstr ""
#: dynobj.cc:266
#, c-format
msgid "DT_NEEDED value out of range: %lld >= %lld"
msgstr ""
#: dynobj.cc:279
msgid "missing DT_NULL in dynamic segment"
msgstr ""
#: dynobj.cc:324
#, c-format
msgid "invalid dynamic symbol table name index: %u"
msgstr ""
#: dynobj.cc:331
#, c-format
msgid "dynamic symbol table name section has wrong type: %u"
msgstr ""
#: dynobj.cc:405 object.cc:251 object.cc:616
#, c-format
msgid "bad section name offset for section %u: %lu"
msgstr ""
#: dynobj.cc:434
#, c-format
msgid "duplicate definition for version %u"
msgstr ""
#: dynobj.cc:463
#, c-format
msgid "unexpected verdef version %u"
msgstr ""
#: dynobj.cc:479
#, c-format
msgid "verdef vd_cnt field too small: %u"
msgstr ""
#: dynobj.cc:487
#, c-format
msgid "verdef vd_aux field out of range: %u"
msgstr ""
#: dynobj.cc:498
#, c-format
msgid "verdaux vda_name field out of range: %u"
msgstr ""
#: dynobj.cc:508
#, c-format
msgid "verdef vd_next field out of range: %u"
msgstr ""
#: dynobj.cc:542
#, c-format
msgid "unexpected verneed version %u"
msgstr ""
#: dynobj.cc:551
#, c-format
msgid "verneed vn_aux field out of range: %u"
msgstr ""
#: dynobj.cc:565
#, c-format
msgid "vernaux vna_name field out of range: %u"
msgstr ""
#: dynobj.cc:576
#, c-format
msgid "verneed vna_next field out of range: %u"
msgstr ""
#: dynobj.cc:587
#, c-format
msgid "verneed vn_next field out of range: %u"
msgstr ""
#: dynobj.cc:635
msgid "size of dynamic symbols is not multiple of symbol size"
msgstr ""
#: dynobj.cc:1356
#, c-format
msgid "symbol %s has undefined version %s"
msgstr ""
#: errors.cc:106
#, c-format
msgid "%s: warning: "
msgstr ""
#: errors.cc:137
#, c-format
msgid "%s: %s: warning: "
msgstr ""
#: errors.cc:161
#, c-format
msgid "%s: %s: undefined reference to '%s'\n"
msgstr ""
#: errors.cc:171
#, c-format
msgid "%s: "
msgstr ""
#: expression.cc:172
#, c-format
msgid "undefined symbol '%s' referenced in expression"
msgstr ""
#: expression.cc:209
msgid "invalid reference to dot symbol outside of SECTIONS clause"
msgstr ""
#. Handle unary operators. We use a preprocessor macro as a hack to
#. capture the C operator.
#: expression.cc:278
msgid "unary "
msgstr ""
#. Handle binary operators. We use a preprocessor macro as a hack to
#. capture the C operator. KEEP_LEFT means that if the left operand
#. is section relative and the right operand is not, the result uses
#. the same section as the left operand. KEEP_RIGHT is the same with
#. left and right swapped. IS_DIV means that we need to give an error
#. if the right operand is zero. WARN means that we should warn if
#. used on section relative values in a relocatable link. We always
#. warn if used on values in different sections in a relocatable link.
#: expression.cc:400
msgid "binary "
msgstr ""
#: expression.cc:404
msgid " by zero"
msgstr ""
#: expression.cc:575
msgid "max applied to section relative value"
msgstr ""
#: expression.cc:610
msgid "min applied to section relative value"
msgstr ""
#: expression.cc:740
msgid "aligning to section relative value"
msgstr ""
#: expression.cc:895
#, c-format
msgid "unknown constant %s"
msgstr ""
#: expression.cc:1126
msgid "SEGMENT_START not implemented"
msgstr ""
#: expression.cc:1135
msgid "ORIGIN not implemented"
msgstr ""
#: expression.cc:1141
msgid "LENGTH not implemented"
msgstr ""
#: fileread.cc:54
#, c-format
msgid "munmap failed: %s"
msgstr ""
#: fileread.cc:95
#, c-format
msgid "close of %s failed: %s"
msgstr ""
#: fileread.cc:119
#, c-format
msgid "%s: fstat failed: %s"
msgstr ""
#: fileread.cc:246
#, c-format
msgid "%s: pread failed: %s"
msgstr ""
#: fileread.cc:252
#, c-format
msgid "%s: file too short: read only %lld of %lld bytes at %lld"
msgstr ""
#: fileread.cc:331
#, c-format
msgid "%s: mmap offset %lld size %lld failed: %s"
msgstr ""
#: fileread.cc:406
#, c-format
msgid "%s: lseek failed: %s"
msgstr ""
#: fileread.cc:412
#, c-format
msgid "%s: readv failed: %s"
msgstr ""
#: fileread.cc:415
#, c-format
msgid "%s: file too short: read only %zd of %zd bytes at %lld"
msgstr ""
#: fileread.cc:562
#, c-format
msgid "%s: total bytes mapped for read: %llu\n"
msgstr ""
#: fileread.cc:564
#, c-format
msgid "%s: maximum bytes mapped for read at one time: %llu\n"
msgstr ""
#: fileread.cc:659
#, c-format
msgid "cannot find -l%s"
msgstr ""
#: fileread.cc:686
#, c-format
msgid "cannot find %s"
msgstr ""
#: fileread.cc:709
#, c-format
msgid "cannot open %s: %s"
msgstr ""
#: gold.cc:74
#, c-format
msgid "%s: internal error in %s, at %s:%d\n"
msgstr ""
#: gold.cc:120
msgid "no input files"
msgstr ""
#. We print out just the first .so we see; there may be others.
#: gold.cc:183
#, c-format
msgid "cannot mix -static with dynamic object %s"
msgstr ""
#: gold.cc:187
#, c-format
msgid "cannot mix -r with dynamic object %s"
msgstr ""
#: gold.cc:191
#, c-format
msgid "cannot use non-ELF output format with dynamic object %s"
msgstr ""
#: gold-threads.cc:103
#, c-format
msgid "pthead_mutextattr_init failed: %s"
msgstr ""
#: gold-threads.cc:107
#, c-format
msgid "pthread_mutextattr_settype failed: %s"
msgstr ""
#: gold-threads.cc:112
#, c-format
msgid "pthread_mutex_init failed: %s"
msgstr ""
#: gold-threads.cc:116
#, c-format
msgid "pthread_mutexattr_destroy failed: %s"
msgstr ""
#: gold-threads.cc:123
#, c-format
msgid "pthread_mutex_destroy failed: %s"
msgstr ""
#: gold-threads.cc:131
#, c-format
msgid "pthread_mutex_lock failed: %s"
msgstr ""
#: gold-threads.cc:139
#, c-format
msgid "pthread_mutex_unlock failed: %s"
msgstr ""
#: gold-threads.cc:220
#, c-format
msgid "pthread_cond_init failed: %s"
msgstr ""
#: gold-threads.cc:227
#, c-format
msgid "pthread_cond_destroy failed: %s"
msgstr ""
#: gold-threads.cc:236
#, c-format
msgid "pthread_cond_wait failed: %s"
msgstr ""
#: gold-threads.cc:244
#, c-format
msgid "pthread_cond_signal failed: %s"
msgstr ""
#: gold-threads.cc:252
#, c-format
msgid "pthread_cond_broadcast failed: %s"
msgstr ""
#. FIXME: This needs to specify the location somehow.
#: i386.cc:191 i386.cc:1541 x86_64.cc:203 x86_64.cc:1428
msgid "missing expected TLS relocation"
msgstr ""
#: i386.cc:847 x86_64.cc:802 x86_64.cc:1029
#, c-format
msgid "%s: unsupported reloc %u against local symbol"
msgstr ""
#: i386.cc:964 i386.cc:1265 x86_64.cc:940 x86_64.cc:1215
#, c-format
msgid "%s: unexpected reloc %u in object file"
msgstr ""
#: i386.cc:1104 x86_64.cc:1043 x86_64.cc:1311
#, c-format
msgid "%s: unsupported reloc %u against global symbol %s"
msgstr ""
#: i386.cc:1419
#, c-format
msgid "%s: unsupported RELA reloc section"
msgstr ""
#: i386.cc:1691 i386.cc:2258 x86_64.cc:1630 x86_64.cc:2055
#, c-format
msgid "unexpected reloc %u in object file"
msgstr ""
#: i386.cc:1723 i386.cc:1799 i386.cc:1806 i386.cc:1837 i386.cc:1890
#: x86_64.cc:1651 x86_64.cc:1731 x86_64.cc:1755
#, c-format
msgid "unsupported reloc %u"
msgstr ""
#: i386.cc:1814
msgid "both SUN and GNU model TLS relocations"
msgstr ""
#: i386.cc:2272
#, c-format
msgid "unsupported reloc %u in object file"
msgstr ""
#: merge.cc:449
#, c-format
msgid "%s: %s merged constants size: %lu; input: %zu; output: %zu\n"
msgstr ""
#: merge.cc:472
msgid "mergeable string section length not multiple of character size"
msgstr ""
#: merge.cc:488
msgid "entry in mergeable string section not null terminated"
msgstr ""
#: merge.cc:605
#, c-format
msgid "%s: %s input: %zu\n"
msgstr ""
#: object.cc:53
#, c-format
msgid "%s: unsupported ELF machine number %d"
msgstr ""
#: object.cc:71
#, c-format
msgid "%s: %s"
msgstr ""
#: object.cc:107
#, c-format
msgid "section name section has wrong type: %u"
msgstr ""
#: object.cc:328
#, c-format
msgid "invalid symbol table name index: %u"
msgstr ""
#: object.cc:334
#, c-format
msgid "symbol table name section has wrong type: %u"
msgstr ""
#: object.cc:415
#, c-format
msgid "section group %u info %u out of range"
msgstr ""
#: object.cc:433
#, c-format
msgid "symbol %u name offset %u out of range"
msgstr ""
#: object.cc:472
#, c-format
msgid "section %u in section group %u out of range"
msgstr ""
#: object.cc:562 reloc.cc:214 reloc.cc:720
#, c-format
msgid "relocation section %u has bad info %u"
msgstr ""
#: object.cc:803
msgid "size of symbols is not multiple of symbol size"
msgstr ""
#: object.cc:905
#, c-format
msgid "local symbol %u section name out of range: %u >= %u"
msgstr ""
#. FIXME: Handle SHN_XINDEX.
#: object.cc:962
#, c-format
msgid "unknown section index %u for local symbol %u"
msgstr ""
#: object.cc:971
#, c-format
msgid "local symbol %u section index %u out of range"
msgstr ""
#: object.cc:1265
msgid "incompatible target"
msgstr ""
#: object.cc:1418
#, c-format
msgid "%s: unsupported ELF file type %d"
msgstr ""
#: object.cc:1437 object.cc:1483 object.cc:1517
#, c-format
msgid "%s: ELF file too short"
msgstr ""
#: object.cc:1445
#, c-format
msgid "%s: invalid ELF version 0"
msgstr ""
#: object.cc:1447
#, c-format
msgid "%s: unsupported ELF version %d"
msgstr ""
#: object.cc:1454
#, c-format
msgid "%s: invalid ELF class 0"
msgstr ""
#: object.cc:1460
#, c-format
msgid "%s: unsupported ELF class %d"
msgstr ""
#: object.cc:1467
#, c-format
msgid "%s: invalid ELF data encoding"
msgstr ""
#: object.cc:1473
#, c-format
msgid "%s: unsupported ELF data encoding %d"
msgstr ""
#: object.cc:1493
#, c-format
msgid "%s: not configured to support 32-bit big-endian object"
msgstr ""
#: object.cc:1506
#, c-format
msgid "%s: not configured to support 32-bit little-endian object"
msgstr ""
#: object.cc:1527
#, c-format
msgid "%s: not configured to support 64-bit big-endian object"
msgstr ""
#: object.cc:1540
#, c-format
msgid "%s: not configured to support 64-bit little-endian object"
msgstr ""
#: options.cc:139
#, c-format
msgid ""
"Usage: %s [options] file...\n"
"Options:\n"
msgstr ""
#: options.cc:160 options.cc:170
#, c-format
msgid "%s: invalid option value (expected an integer): %s"
msgstr ""
#: options.cc:180
#, c-format
msgid "%s: invalid option value (expected a floating point number): %s"
msgstr ""
#: options.cc:189
#, c-format
msgid "%s: must take a non-empty argument"
msgstr ""
#: options.cc:218
#, c-format
msgid "%s: must take one of the following arguments: %s"
msgstr ""
#: options.cc:291
#, c-format
msgid "unable to parse script file %s"
msgstr ""
#: options.cc:299
#, c-format
msgid "unable to parse version script file %s"
msgstr ""
#: options.cc:325
#, c-format
msgid "%s: use the --help option for usage information\n"
msgstr ""
#: options.cc:334
#, c-format
msgid "%s: %s: %s\n"
msgstr ""
#: options.cc:355
#, c-format
msgid ""
"format '%s' not supported; treating as elf (supported formats: elf, binary)"
msgstr ""
#: options.cc:461
msgid "unexpected argument"
msgstr ""
#: options.cc:472 options.cc:530
msgid "missing argument"
msgstr ""
#: options.cc:541
msgid "unknown -z option"
msgstr ""
#: options.cc:646
#, c-format
msgid "ignoring --threads: %s was compiled without thread support"
msgstr ""
#: options.cc:653
#, c-format
msgid "ignoring --thread-count: %s was compiled without thread support"
msgstr ""
#: options.cc:669
msgid "-shared and -r are incompatible"
msgstr ""
#: options.cc:673
msgid "binary output format not compatible with -shared or -r"
msgstr ""
#: options.cc:678
#, c-format
msgid "--hash-bucket-empty-fraction value %g out of range [0.0, 1.0)"
msgstr ""
#: options.cc:745
msgid "May not nest groups"
msgstr ""
#: options.cc:757
msgid "Group end without group start"
msgstr ""
#. I guess it's neither a long option nor a short option.
#: options.cc:815
msgid "unknown option"
msgstr ""
#: options.cc:841
#, c-format
msgid "%s: missing group end\n"
msgstr ""
#: options.h:405
msgid "Report usage information"
msgstr ""
#: options.h:407
msgid "Report version information"
msgstr ""
#: options.h:416
msgid "Allow unresolved references in shared libraries"
msgstr ""
#: options.h:417
msgid "Do not allow unresolved references in shared libraries"
msgstr ""
#: options.h:420
msgid "Only set DT_NEEDED for dynamic libs if used"
msgstr ""
#: options.h:421
msgid "Always DT_NEEDED for dynamic libs"
msgstr ""
#: options.h:428
msgid "Set input format"
msgstr ""
#: options.h:431
msgid "-l searches for shared libraries"
msgstr ""
#: options.h:435
msgid "-l does not search for shared libraries"
msgstr ""
#: options.h:438
msgid "Bind defined symbols locally"
msgstr ""
#: options.h:442 options.h:447
msgid "Compress .debug_* sections in the output file"
msgstr ""
#: options.h:448
msgid "[none]"
msgstr ""
#: options.h:453
msgid "Define common symbols"
msgstr ""
#: options.h:454
msgid "Do not define common symbols"
msgstr ""
#: options.h:456 options.h:458
msgid "Alias for -d"
msgstr ""
#: options.h:461
msgid "Turn on debugging"
msgstr ""
#: options.h:462
msgid "[all,files,script,task][,...]"
msgstr ""
#: options.h:465
msgid "Define a symbol"
msgstr ""
#: options.h:465
msgid "SYMBOL=EXPRESSION"
msgstr ""
#: options.h:469
msgid "Demangle C++ symbols in log messages"
msgstr ""
#: options.h:470
msgid "Do not demangle C++ symbols in log messages"
msgstr ""
#: options.h:473
msgid "Try to detect violations of the One Definition Rule"
msgstr ""
#: options.h:477
msgid "Set program start address"
msgstr ""
#: options.h:477 options.h:577 options.h:579 options.h:581
msgid "ADDRESS"
msgstr ""
#: options.h:480
msgid "Export all dynamic symbols"
msgstr ""
#: options.h:483
msgid "Create exception frame header"
msgstr ""
#: options.h:486
msgid "Set shared library name"
msgstr ""
#: options.h:486
msgid "FILENAME"
msgstr ""
#: options.h:489
msgid "Min fraction of empty buckets in dynamic hash"
msgstr ""
#: options.h:490
msgid "FRACTION"
msgstr ""
#: options.h:493
msgid "Dynamic hash style"
msgstr ""
#: options.h:493
msgid "[sysv,gnu,both]"
msgstr ""
#: options.h:497
msgid "Set dynamic linker path"
msgstr ""
#: options.h:497
msgid "PROGRAM"
msgstr ""
#: options.h:500
msgid "Read only symbol values from FILE"
msgstr ""
#: options.h:500 options.h:512 options.h:562 options.h:587
msgid "FILE"
msgstr ""
#: options.h:503
msgid "Search for library LIBNAME"
msgstr ""
#: options.h:503
msgid "LIBNAME"
msgstr ""
#: options.h:506
msgid "Add directory to search path"
msgstr ""
#: options.h:506 options.h:530 options.h:533 options.h:537 options.h:559
msgid "DIR"
msgstr ""
#: options.h:509
msgid "Ignored for compatibility"
msgstr ""
#: options.h:509
msgid "EMULATION"
msgstr ""
#: options.h:512
msgid "Set output file name"
msgstr ""
#: options.h:515
msgid "Optimize output file size"
msgstr ""
#: options.h:515
msgid "LEVEL"
msgstr ""
#: options.h:518
msgid "Set output format"
msgstr ""
#: options.h:518
msgid "[binary]"
msgstr ""
#: options.h:521
msgid "Generate relocations in output"
msgstr ""
#: options.h:524
msgid "Generate relocatable output"
msgstr ""
#: options.h:530 options.h:533
msgid "Add DIR to runtime search path"
msgstr ""
#: options.h:536
msgid "Add DIR to link time shared library search path"
msgstr ""
#: options.h:540
msgid "Strip all symbols"
msgstr ""
#: options.h:542
msgid "Strip debugging information"
msgstr ""
#: options.h:544
msgid "Strip debug symbols that are unused by gdb (at least versions <= 6.7)"
msgstr ""
#: options.h:548
msgid "Generate shared library"
msgstr ""
#: options.h:553
msgid "Do not link against shared libraries"
msgstr ""
#: options.h:556
msgid "Print resource usage statistics"
msgstr ""
#: options.h:559
msgid "Set target system root directory"
msgstr ""
#: options.h:562
msgid "Read linker script"
msgstr ""
#: options.h:565
msgid "Run the linker multi-threaded"
msgstr ""
#: options.h:566
msgid "Do not run the linker multi-threaded"
msgstr ""
#: options.h:568
msgid "Number of threads to use"
msgstr ""
#: options.h:568 options.h:570 options.h:572 options.h:574
msgid "COUNT"
msgstr ""
#: options.h:570
msgid "Number of threads to use in initial pass"
msgstr ""
#: options.h:572
msgid "Number of threads to use in middle pass"
msgstr ""
#: options.h:574
msgid "Number of threads to use in final pass"
msgstr ""
#: options.h:577
msgid "Set the address of the bss segment"
msgstr ""
#: options.h:579
msgid "Set the address of the data segment"
msgstr ""
#: options.h:581
msgid "Set the address of the text segment"
msgstr ""
#: options.h:584
msgid "Synonym for --debug=files"
msgstr ""
#: options.h:587
msgid "Read version script"
msgstr ""
#: options.h:590
msgid "Include all archive contents"
msgstr ""
#: options.h:591
msgid "Include only needed archive contents"
msgstr ""
#: options.h:594
msgid "Start a library search group"
msgstr ""
#: options.h:596
msgid "End a library search group"
msgstr ""
#: options.h:603
msgid "Set common page size to SIZE"
msgstr ""
#: options.h:603 options.h:610
msgid "SIZE"
msgstr ""
#: options.h:605
msgid "Report undefined symbols (even with --shared)"
msgstr ""
#: options.h:608
msgid "Mark output as requiring executable stack"
msgstr ""
#: options.h:610
msgid "Set maximum page size to SIZE"
msgstr ""
#: options.h:612
msgid "Mark output as not requiring executable stack"
msgstr ""
#: output.cc:994
msgid "section group retained but group element discarded"
msgstr ""
#: output.cc:1704
#, c-format
msgid "invalid alignment %lu for section \"%s\""
msgstr ""
#: output.cc:2770
#, c-format
msgid "nobits section %s may not precede progbits section %s in same segment"
msgstr ""
#: output.cc:2916
#, c-format
msgid "%s: open: %s"
msgstr ""
#: output.cc:2937
#, c-format
msgid "%s: mremap: %s"
msgstr ""
#: output.cc:2974
#, c-format
msgid "%s: lseek: %s"
msgstr ""
#: output.cc:2977 output.cc:3014
#, c-format
msgid "%s: write: %s"
msgstr ""
#: output.cc:2985
#, c-format
msgid "%s: mmap: %s"
msgstr ""
#: output.cc:2995
#, c-format
msgid "%s: munmap: %s"
msgstr ""
#: output.cc:3012
#, c-format
msgid "%s: write: unexpected 0 return-value"
msgstr ""
#: output.cc:3026
#, c-format
msgid "%s: close: %s"
msgstr ""
#: parameters.cc:87
#, c-format
msgid "unrecognized output format %s"
msgstr ""
#: readsyms.cc:150
#, c-format
msgid "%s: file is empty"
msgstr ""
#. Here we have to handle any other input file types we need.
#: readsyms.cc:461
#, c-format
msgid "%s: not an object or archive"
msgstr ""
#: reloc.cc:238 reloc.cc:740
#, c-format
msgid "relocation section %u uses unexpected symbol table %u"
msgstr ""
#: reloc.cc:253 reloc.cc:758
#, c-format
msgid "unexpected entsize for reloc section %u: %lu != %u"
msgstr ""
#: reloc.cc:262 reloc.cc:767
#, c-format
msgid "reloc section %u size %lu uneven"
msgstr ""
#: reloc.cc:1127
#, c-format
msgid "reloc section size %zu is not a multiple of reloc size %d\n"
msgstr ""
#. We should only see externally visible symbols in the symbol
#. table.
#: resolve.cc:141
msgid "invalid STB_LOCAL symbol in external symbols"
msgstr ""
#. Any target which wants to handle STB_LOOS, etc., needs to
#. define a resolve method.
#: resolve.cc:147
msgid "unsupported symbol binding"
msgstr ""
#. FIXME: Do a better job of reporting locations.
#: resolve.cc:325
#, c-format
msgid "%s: multiple definition of %s"
msgstr ""
#: resolve.cc:326 resolve.cc:331
msgid "command line"
msgstr ""
#: resolve.cc:328
#, c-format
msgid "%s: previous definition here"
msgstr ""
#: script.cc:1062
msgid "invalid use of PROVIDE for dot symbol"
msgstr ""
#: script.cc:1064
msgid "invalid assignment to dot outside of SECTIONS"
msgstr ""
#: script.cc:1979
#, c-format
msgid "%s:%d:%d: %s"
msgstr ""
#. There are some options that we could handle here--e.g.,
#. -lLIBRARY. Should we bother?
#: script.cc:2127
#, c-format
msgid ""
"%s:%d:%d: ignoring command OPTION; OPTION is only valid for scripts "
"specified via -T/--script"
msgstr ""
#: script.cc:2152
#, c-format
msgid ""
"%s:%d:%d: ignoring SEARCH_DIR; SEARCH_DIR is only valid for scripts "
"specified via -T/--script"
msgstr ""
#: script.cc:2499
msgid "unknown PHDR type (try integer)"
msgstr ""
#: script-sections.cc:419
msgid "dot may not move backward"
msgstr ""
#: script-sections.cc:666
msgid "fill value is not absolute"
msgstr ""
#: script-sections.cc:1659
#, c-format
msgid "alignment of section %s is not absolute"
msgstr ""
#: script-sections.cc:1703
#, c-format
msgid "subalign of section %s is not absolute"
msgstr ""
#: script-sections.cc:1718
#, c-format
msgid "fill of section %s is not absolute"
msgstr ""
#: script-sections.cc:1786
msgid "SPECIAL constraints are not implemented"
msgstr ""
#: script-sections.cc:1828
msgid "mismatched definition for constrained sections"
msgstr ""
#: script-sections.cc:2474
msgid "no matching section constraint"
msgstr ""
#: script-sections.cc:2774
msgid "TLS sections are not adjacent"
msgstr ""
#: script-sections.cc:2899
msgid "allocated section not in any segment"
msgstr ""
#: script-sections.cc:2910
#, c-format
msgid "no segment %s"
msgstr ""
#: script-sections.cc:2920
msgid "section in two PT_LOAD segments"
msgstr ""
#: script-sections.cc:2927
msgid "allocated section not in any PT_LOAD segment"
msgstr ""
#: script-sections.cc:2955
msgid "may only specify load address for PT_LOAD segment"
msgstr ""
#: script-sections.cc:2979
#, c-format
msgid "PHDRS load address overrides section %s load address"
msgstr ""
#. We could support this if we wanted to.
#: script-sections.cc:2990
msgid "using only one of FILEHDR and PHDRS is not currently supported"
msgstr ""
#: script-sections.cc:3005
msgid ""
"sections loaded on first page without room for file and program headers are "
"not supported"
msgstr ""
#: script-sections.cc:3011
msgid ""
"using FILEHDR and PHDRS on more than one PT_LOAD segment is not currently "
"supported"
msgstr ""
#: stringpool.cc:525
#, c-format
msgid "%s: %s entries: %zu; buckets: %zu\n"
msgstr ""
#: stringpool.cc:529
#, c-format
msgid "%s: %s entries: %zu\n"
msgstr ""
#: stringpool.cc:532
#, c-format
msgid "%s: %s Stringdata structures: %zu\n"
msgstr ""
#: symtab.cc:679
#, c-format
msgid "bad global symbol name offset %u at %zu"
msgstr ""
#: symtab.cc:803
msgid "--just-symbols does not make sense with a shared object"
msgstr ""
#: symtab.cc:809
msgid "too few symbol versions"
msgstr ""
#: symtab.cc:841
#, c-format
msgid "bad symbol name offset %u at %zu"
msgstr ""
#: symtab.cc:895
#, c-format
msgid "versym for symbol %zu out of range: %u"
msgstr ""
#: symtab.cc:903
#, c-format
msgid "versym for symbol %zu has no name: %u"
msgstr ""
#: symtab.cc:1707 symtab.cc:1897
#, c-format
msgid "%s: unsupported symbol section 0x%x"
msgstr ""
#: symtab.cc:2028
#, c-format
msgid "%s: undefined reference to '%s'"
msgstr ""
#: symtab.cc:2098
#, c-format
msgid "%s: symbol table entries: %zu; buckets: %zu\n"
msgstr ""
#: symtab.cc:2101
#, c-format
msgid "%s: symbol table entries: %zu\n"
msgstr ""
#: symtab.cc:2170
#, c-format
msgid ""
"while linking %s: symbol '%s' defined in multiple places (possible ODR "
"violation):"
msgstr ""
#: target-reloc.h:212
#, c-format
msgid "reloc has bad offset %zu"
msgstr ""
#: tls.h:59
msgid "TLS relocation out of range"
msgstr ""
#: tls.h:73
msgid "TLS relocation against invalid instruction"
msgstr ""
#. This output is intended to follow the GNU standards.
#: version.cc:50
#, c-format
msgid "Copyright 2008 Free Software Foundation, Inc.\n"
msgstr ""
#: version.cc:51
#, c-format
msgid ""
"This program is free software; you may redistribute it under the terms of\n"
"the GNU General Public License version 3 or (at your option) a later "
"version.\n"
"This program has absolutely no warranty.\n"
msgstr ""
#: workqueue-threads.cc:106
#, c-format
msgid "%s failed: %s"
msgstr ""
#: x86_64.cc:1336
#, c-format
msgid "%s: unsupported REL reloc section"
msgstr ""
#: x86_64.cc:1803
#, c-format
msgid "unsupported reloc type %u"
msgstr ""
#: x86_64.cc:2061
#, c-format
msgid "unsupported reloc %u against local symbol"
msgstr ""