1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2008-09-09 17:16+0930\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
21 msgid "%s: no archive symbol table (run ranlib)"
26 msgid "%s: bad archive symbol table names"
31 msgid "%s: malformed archive header at %zu"
36 msgid "%s: malformed archive header size at %zu"
41 msgid "%s: malformed archive header name at %zu"
46 msgid "%s: bad extended name index at %zu"
51 msgid "%s: bad extended name entry at header %zu"
56 msgid "%s: short archive header at %zu"
59 #: archive.cc:530 archive.cc:545
61 msgid "%s: member at %zu is not an ELF object"
66 msgid "%s: archive libraries: %u\n"
71 msgid "%s: total archive members: %u\n"
76 msgid "%s: loaded archive members: %u\n"
81 msgid "cannot open %s: %s:"
84 #: compressed_output.cc:128
85 msgid "not compressing section data: zlib error"
90 msgid "cannot open symbol count file %s: %s"
95 msgid "file %s was removed during the link"
99 msgid "out of file descriptors and couldn't close any"
102 #: descriptors.cc:154 descriptors.cc:189
104 msgid "while closing %s: %s"
109 msgid "%s: can not read directory: %s"
112 #: dwarf_reader.cc:53 dwarf_reader.cc:84
113 msgid "Unusually large LEB128 decoded, debug information may be corrupted"
118 msgid "unexpected duplicate type %u section: %u, %u"
123 msgid "unexpected link in section %u header: %u != %u"
128 msgid "DYNAMIC section %u link out of range: %u"
133 msgid "DYNAMIC section %u link %u is not a strtab"
138 msgid "DT_SONAME value out of range: %lld >= %lld"
143 msgid "DT_NEEDED value out of range: %lld >= %lld"
147 msgid "missing DT_NULL in dynamic segment"
152 msgid "invalid dynamic symbol table name index: %u"
157 msgid "dynamic symbol table name section has wrong type: %u"
160 #: dynobj.cc:443 object.cc:376 object.cc:884
162 msgid "bad section name offset for section %u: %lu"
167 msgid "duplicate definition for version %u"
172 msgid "unexpected verdef version %u"
177 msgid "verdef vd_cnt field too small: %u"
182 msgid "verdef vd_aux field out of range: %u"
187 msgid "verdaux vda_name field out of range: %u"
192 msgid "verdef vd_next field out of range: %u"
197 msgid "unexpected verneed version %u"
202 msgid "verneed vn_aux field out of range: %u"
207 msgid "vernaux vna_name field out of range: %u"
212 msgid "verneed vna_next field out of range: %u"
217 msgid "verneed vn_next field out of range: %u"
221 msgid "size of dynamic symbols is not multiple of symbol size"
226 msgid "symbol %s has undefined version %s"
230 msgid "** eh_frame_hdr"
239 msgid "%s: warning: "
244 msgid "%s: %s: warning: "
249 msgid "%s: %s: undefined reference to '%s'\n"
254 msgid "%s: %s: undefined reference to '%s', version '%s'\n"
264 msgid "undefined symbol '%s' referenced in expression"
268 msgid "invalid reference to dot symbol outside of SECTIONS clause"
271 #. Handle unary operators. We use a preprocessor macro as a hack to
272 #. capture the C operator.
277 #: expression.cc:278 expression.cc:400
278 msgid " applied to section relative value"
281 #. Handle binary operators. We use a preprocessor macro as a hack to
282 #. capture the C operator. KEEP_LEFT means that if the left operand
283 #. is section relative and the right operand is not, the result uses
284 #. the same section as the left operand. KEEP_RIGHT is the same with
285 #. left and right swapped. IS_DIV means that we need to give an error
286 #. if the right operand is zero. WARN means that we should warn if
287 #. used on section relative values in a relocatable link. We always
288 #. warn if used on values in different sections in a relocatable link.
298 msgid "max applied to section relative value"
302 msgid "min applied to section relative value"
306 msgid "aligning to section relative value"
311 msgid "unknown constant %s"
314 #: expression.cc:1126
315 msgid "SEGMENT_START not implemented"
318 #: expression.cc:1135
319 msgid "ORIGIN not implemented"
322 #: expression.cc:1141
323 msgid "LENGTH not implemented"
328 msgid "munmap failed: %s"
333 msgid "%s: fstat failed: %s"
338 msgid "could not reopen file %s"
343 msgid "%s: pread failed: %s"
348 msgid "%s: file too short: read only %lld of %lld bytes at %lld"
353 msgid "%s: mmap offset %lld size %lld failed: %s"
358 msgid "%s: lseek failed: %s"
363 msgid "%s: readv failed: %s"
368 msgid "%s: file too short: read only %zd of %zd bytes at %lld"
373 msgid "%s: total bytes mapped for read: %llu\n"
378 msgid "%s: maximum bytes mapped for read at one time: %llu\n"
383 msgid "cannot find -l%s"
388 msgid "cannot find %s"
393 msgid "cannot open %s: %s"
396 #: gold-threads.cc:103
398 msgid "pthead_mutextattr_init failed: %s"
401 #: gold-threads.cc:107
403 msgid "pthread_mutextattr_settype failed: %s"
406 #: gold-threads.cc:112
408 msgid "pthread_mutex_init failed: %s"
411 #: gold-threads.cc:116
413 msgid "pthread_mutexattr_destroy failed: %s"
416 #: gold-threads.cc:123
418 msgid "pthread_mutex_destroy failed: %s"
421 #: gold-threads.cc:131
423 msgid "pthread_mutex_lock failed: %s"
426 #: gold-threads.cc:139
428 msgid "pthread_mutex_unlock failed: %s"
431 #: gold-threads.cc:220
433 msgid "pthread_cond_init failed: %s"
436 #: gold-threads.cc:227
438 msgid "pthread_cond_destroy failed: %s"
441 #: gold-threads.cc:236
443 msgid "pthread_cond_wait failed: %s"
446 #: gold-threads.cc:244
448 msgid "pthread_cond_signal failed: %s"
451 #: gold-threads.cc:252
453 msgid "pthread_cond_broadcast failed: %s"
458 msgid "%s: internal error in %s, at %s:%d\n"
462 msgid "no input files"
465 #. We print out just the first .so we see; there may be others.
468 msgid "cannot mix -static with dynamic object %s"
473 msgid "cannot mix -r with dynamic object %s"
478 msgid "cannot use non-ELF output format with dynamic object %s"
481 #. FIXME: This needs to specify the location somehow.
482 #: i386.cc:193 i386.cc:1588 sparc.cc:211 sparc.cc:2322 x86_64.cc:208
484 msgid "missing expected TLS relocation"
487 #: i386.cc:503 sparc.cc:1066 x86_64.cc:533
491 #: i386.cc:843 powerpc.cc:996 sparc.cc:1480 x86_64.cc:921 x86_64.cc:1230
493 msgid "%s: unsupported reloc %u against local symbol"
496 #: i386.cc:907 x86_64.cc:1033
498 msgid "section symbol %u has bad shndx %u"
501 #: i386.cc:965 i386.cc:1297 powerpc.cc:1204 powerpc.cc:1413 sparc.cc:1852
502 #: sparc.cc:2204 x86_64.cc:1110 x86_64.cc:1418
504 msgid "%s: unexpected reloc %u in object file"
507 #: i386.cc:999 i386.cc:1023 sparc.cc:1753 x86_64.cc:1141 x86_64.cc:1169
509 msgid "local symbol %u has bad shndx %u"
512 #: i386.cc:1134 powerpc.cc:1223 sparc.cc:1871 x86_64.cc:1244 x86_64.cc:1536
514 msgid "%s: unsupported reloc %u against global symbol %s"
519 msgid "%s: unsupported RELA reloc section"
522 #: i386.cc:1735 i386.cc:2429 powerpc.cc:1740 sparc.cc:2637 x86_64.cc:1859
525 msgid "unexpected reloc %u in object file"
528 #: i386.cc:1767 i386.cc:1846 i386.cc:1898 i386.cc:1929 i386.cc:1986
529 #: powerpc.cc:1746 sparc.cc:2643 sparc.cc:2826 sparc.cc:2887 sparc.cc:2994
530 #: x86_64.cc:1880 x86_64.cc:1963 x86_64.cc:2018 x86_64.cc:2043
532 msgid "unsupported reloc %u"
536 msgid "both SUN and GNU model TLS relocations"
541 msgid "unsupported reloc %u in object file"
546 msgid "--build-id=uuid failed: could not open /dev/urandom: %s"
551 msgid "/dev/urandom: read failed: %s"
556 msgid "/dev/urandom: expected %zu bytes, got %zd bytes"
561 msgid "--build-id argument '%s' not a valid hex number"
566 msgid "unrecognized --build-id argument '%s'"
571 msgid "load segment overlap [0x%llx -> 0x%llx] and [0x%llx -> 0x%llx]"
576 msgid "cannot open map file %s: %s"
581 msgid "cannot close map file: %s"
587 "Archive member included because of file (symbol)\n"
595 "Allocating common symbols\n"
601 "Common symbol size file\n"
617 "Discarded input sections\n"
623 msgid "%s: %s merged constants size: %lu; input: %zu; output: %zu\n"
627 msgid "mergeable string section length not multiple of character size"
631 msgid "entry in mergeable string section not null terminated"
636 msgid "%s: %s input: %zu\n"
640 msgid "** merge constants"
644 msgid "** merge strings"
648 msgid "missing SHT_SYMTAB_SHNDX section"
653 msgid "symbol %u out of range for SHT_SYMTAB_SHNDX section"
658 msgid "extended index for symbol %u out of range: %u"
663 msgid "%s: unsupported ELF machine number %d"
673 msgid "section name section has wrong type: %u"
678 msgid "invalid symbol table name index: %u"
683 msgid "symbol table name section has wrong type: %u"
688 msgid "section group %u info %u out of range"
693 msgid "symbol %u name offset %u out of range"
698 msgid "symbol %u invalid section index %u"
703 msgid "section %u in section group %u out of range"
708 msgid "invalid section group %u refers to earlier section %u"
711 #: object.cc:827 reloc.cc:215 reloc.cc:723
713 msgid "relocation section %u has bad info %u"
717 msgid "size of symbols is not multiple of symbol size"
722 msgid "local symbol %u section name out of range: %u >= %u"
727 msgid "unknown section index %u for local symbol %u"
732 msgid "local symbol %u section index %u out of range"
736 msgid "incompatible target"
741 msgid "%s: unsupported ELF file type %d"
744 #: object.cc:1835 object.cc:1881 object.cc:1915
746 msgid "%s: ELF file too short"
751 msgid "%s: invalid ELF version 0"
756 msgid "%s: unsupported ELF version %d"
761 msgid "%s: invalid ELF class 0"
766 msgid "%s: unsupported ELF class %d"
771 msgid "%s: invalid ELF data encoding"
776 msgid "%s: unsupported ELF data encoding %d"
781 msgid "%s: not configured to support 32-bit big-endian object"
786 msgid "%s: not configured to support 32-bit little-endian object"
791 msgid "%s: not configured to support 64-bit big-endian object"
796 msgid "%s: not configured to support 64-bit little-endian object"
802 "Usage: %s [options] file...\n"
806 #. config.guess and libtool.m4 look in ld --help output for the
807 #. string "supported targets".
810 msgid "%s: supported targets:"
815 msgid "Report bugs to %s\n"
818 #: options.cc:179 options.cc:189
820 msgid "%s: invalid option value (expected an integer): %s"
825 msgid "%s: invalid option value (expected a floating point number): %s"
830 msgid "%s: must take a non-empty argument"
835 msgid "%s: must take one of the following arguments: %s"
840 msgid " Supported targets:\n"
845 msgid "unable to parse script file %s"
850 msgid "unable to parse version script file %s"
855 msgid "%s: use the --help option for usage information\n"
866 "format '%s' not supported; treating as elf (supported formats: elf, binary)"
870 msgid "unexpected argument"
873 #: options.cc:512 options.cc:573
874 msgid "missing argument"
878 msgid "unknown -z option"
883 msgid "ignoring --threads: %s was compiled without thread support"
888 msgid "ignoring --thread-count: %s was compiled without thread support"
892 msgid "-shared and -r are incompatible"
896 msgid "binary output format not compatible with -shared or -r"
901 msgid "--hash-bucket-empty-fraction value %g out of range [0.0, 1.0)"
905 msgid "May not nest groups"
909 msgid "Group end without group start"
912 #. I guess it's neither a long option nor a short option.
914 msgid "unknown option"
919 msgid "%s: missing group end\n"
923 msgid "Report usage information"
927 msgid "Report version information"
931 msgid "Report version and target information"
935 msgid "Allow unresolved references in shared libraries"
939 msgid "Do not allow unresolved references in shared libraries"
943 msgid "Only set DT_NEEDED for dynamic libs if used"
947 msgid "Always DT_NEEDED for dynamic libs"
951 msgid "Set input format"
955 msgid "-l searches for shared libraries"
959 msgid "-l does not search for shared libraries"
963 msgid "Bind defined symbols locally"
967 msgid "Bind defined function symbols locally"
971 msgid "Generate build ID note"
974 #: options.h:577 options.h:612
979 msgid "Check segment addresses for overlaps (default)"
983 msgid "Do not check segment addresses for overlaps"
986 #: options.h:585 options.h:590
987 msgid "Compress .debug_* sections in the output file"
995 msgid "Define common symbols"
999 msgid "Do not define common symbols"
1002 #: options.h:599 options.h:601
1003 msgid "Alias for -d"
1007 msgid "Turn on debugging"
1011 msgid "[all,files,script,task][,...]"
1015 msgid "Define a symbol"
1019 msgid "SYMBOL=EXPRESSION"
1023 msgid "Demangle C++ symbols in log messages"
1027 msgid "Do not demangle C++ symbols in log messages"
1031 msgid "Try to detect violations of the One Definition Rule"
1035 msgid "Set program start address"
1038 #: options.h:623 options.h:766 options.h:768 options.h:770
1043 msgid "Export all dynamic symbols"
1047 msgid "Create exception frame header"
1051 msgid "Treat warnings as errors"
1055 msgid "Do not treat warnings as errors"
1059 msgid "Set shared library name"
1062 #: options.h:636 options.h:696
1067 msgid "Min fraction of empty buckets in dynamic hash"
1075 msgid "Dynamic hash style"
1079 msgid "[sysv,gnu,both]"
1083 msgid "Set dynamic linker path"
1091 msgid "Read only symbol values from FILE"
1094 #: options.h:650 options.h:684 options.h:751 options.h:779
1099 msgid "Search for library LIBNAME"
1107 msgid "Add directory to search path"
1110 #: options.h:656 options.h:714 options.h:717 options.h:721 options.h:745
1115 msgid "Ignored for compatibility"
1123 msgid "Write map file on standard output"
1127 msgid "Write map file"
1135 msgid "Do not page align data"
1139 msgid "Do not page align data, do not make text readonly"
1143 msgid "Page align data, make text readonly"
1147 msgid "Enable use of DT_RUNPATH and DT_FLAGS"
1151 msgid "Disable use of DT_RUNPATH and DT_FLAGS"
1155 msgid "Create an output file even if errors occur"
1158 #: options.h:680 options.h:808
1159 msgid "Report undefined symbols (even with --shared)"
1163 msgid "Set output file name"
1167 msgid "Optimize output file size"
1175 msgid "Set output format"
1183 msgid "Preread archive symbols when multi-threaded"
1187 msgid "Print symbols defined and used for each input"
1191 msgid "Ignored for SVR4 compatibility"
1195 msgid "Generate relocations in output"
1199 msgid "Generate relocatable output"
1203 msgid "Relax branches on certain targets"
1206 #: options.h:714 options.h:717
1207 msgid "Add DIR to runtime search path"
1211 msgid "Add DIR to link time shared library search path"
1215 msgid "Strip all symbols"
1219 msgid "Strip debugging information"
1223 msgid "Emit only debug line number information"
1227 msgid "Strip debug symbols that are unused by gdb (at least versions <= 6.7)"
1231 msgid "Generate shared library"
1235 msgid "Do not link against shared libraries"
1239 msgid "Print resource usage statistics"
1243 msgid "Set target system root directory"
1247 msgid "Print the name of each input file"
1251 msgid "Read linker script"
1255 msgid "Run the linker multi-threaded"
1259 msgid "Do not run the linker multi-threaded"
1263 msgid "Number of threads to use"
1266 #: options.h:757 options.h:759 options.h:761 options.h:763
1271 msgid "Number of threads to use in initial pass"
1275 msgid "Number of threads to use in middle pass"
1279 msgid "Number of threads to use in final pass"
1283 msgid "Set the address of the bss segment"
1287 msgid "Set the address of the data segment"
1291 msgid "Set the address of the text segment"
1295 msgid "Create undefined reference to SYMBOL"
1298 #: options.h:773 options.h:786 options.h:789
1303 msgid "Synonym for --debug=files"
1307 msgid "Read version script"
1311 msgid "Include all archive contents"
1315 msgid "Include only needed archive contents"
1319 msgid "Use wrapper functions for SYMBOL"
1323 msgid "Trace references to symbol"
1327 msgid "Default search path for Solaris compatibility"
1335 msgid "Start a library search group"
1339 msgid "End a library search group"
1343 msgid "Sort dynamic relocs"
1347 msgid "Do not sort dynamic relocs"
1351 msgid "Set common page size to SIZE"
1354 #: options.h:806 options.h:813
1359 msgid "Mark output as requiring executable stack"
1363 msgid "Set maximum page size to SIZE"
1367 msgid "Mark output as not requiring executable stack"
1371 msgid "Mark DSO to be initialized first at runtime"
1375 msgid "Mark object to interpose all DSOs but executable"
1379 msgid "Mark object requiring immediate process"
1383 msgid "Mark object not to use default search paths"
1387 msgid "Mark DSO non-deletable at runtime"
1391 msgid "Mark DSO not available to dlopen"
1395 msgid "Mark DSO not available to dldump"
1399 msgid "Where possible mark variables read-only after relocation"
1403 msgid "Don't mark variables read-only after relocation"
1407 msgid "section group retained but group element discarded"
1412 msgid "invalid alignment %lu for section \"%s\""
1417 msgid "nobits section %s may not precede progbits section %s in same segment"
1422 msgid "%s: open: %s"
1427 msgid "%s: mremap: %s"
1432 msgid "%s: lseek: %s"
1435 #: output.cc:3390 output.cc:3427
1437 msgid "%s: write: %s"
1442 msgid "%s: mmap: %s"
1447 msgid "%s: munmap: %s"
1452 msgid "%s: write: unexpected 0 return-value"
1457 msgid "%s: close: %s"
1461 msgid "** section headers"
1465 msgid "** segment headers"
1469 msgid "** file header"
1477 msgid "** string table"
1481 msgid "** dynamic relocs"
1484 #: output.h:1162 output.h:1498
1501 msgid "** symtab xindex"
1506 msgid "unrecognized output format %s"
1509 #: powerpc.cc:1086 sparc.cc:1569 x86_64.cc:957
1510 msgid "requires unsupported dynamic reloc; recompile with -fPIC"
1513 #: powerpc.cc:1447 sparc.cc:2237 x86_64.cc:1561
1515 msgid "%s: unsupported REL reloc section"
1520 msgid "%s: file is empty"
1523 #. Here we have to handle any other input file types we need.
1526 msgid "%s: not an object or archive"
1529 #: reduced_debug_output.cc:240
1531 "Debug abbreviations extend beyond .debug_abbrev section; failed to reduce "
1532 "debug abbreviations"
1535 #: reduced_debug_output.cc:326
1536 msgid "Extremely large compile unit in debug info; failed to reduce debug info"
1539 #: reduced_debug_output.cc:334
1541 "Debug info extends beyond .debug_info section;failed to reduce debug info"
1544 #: reduced_debug_output.cc:354 reduced_debug_output.cc:396
1545 msgid "Invalid DIE in debug info; failed to reduce debug info"
1548 #: reduced_debug_output.cc:377
1550 "Debug info extends beyond .debug_info section; failed to reduce debug info"
1553 #: reloc.cc:239 reloc.cc:743
1555 msgid "relocation section %u uses unexpected symbol table %u"
1558 #: reloc.cc:254 reloc.cc:761
1560 msgid "unexpected entsize for reloc section %u: %lu != %u"
1563 #: reloc.cc:263 reloc.cc:770
1565 msgid "reloc section %u size %lu uneven"
1570 msgid "reloc section size %zu is not a multiple of reloc size %d\n"
1573 #. We should only see externally visible symbols in the symbol
1576 msgid "invalid STB_LOCAL symbol in external symbols"
1579 #. Any target which wants to handle STB_LOOS, etc., needs to
1580 #. define a resolve method.
1582 msgid "unsupported symbol binding"
1585 #. FIXME: Do a better job of reporting locations.
1588 msgid "%s: multiple definition of %s"
1591 #: resolve.cc:368 resolve.cc:373
1592 msgid "command line"
1597 msgid "%s: previous definition here"
1600 #: script-sections.cc:432
1601 msgid "dot may not move backward"
1604 #: script-sections.cc:498
1605 msgid "** expression"
1608 #: script-sections.cc:684
1609 msgid "fill value is not absolute"
1612 #: script-sections.cc:1693
1614 msgid "alignment of section %s is not absolute"
1617 #: script-sections.cc:1737
1619 msgid "subalign of section %s is not absolute"
1622 #: script-sections.cc:1752
1624 msgid "fill of section %s is not absolute"
1627 #: script-sections.cc:1828
1628 msgid "SPECIAL constraints are not implemented"
1631 #: script-sections.cc:1870
1632 msgid "mismatched definition for constrained sections"
1635 #: script-sections.cc:2395
1636 msgid "DATA_SEGMENT_ALIGN may only appear once in a linker script"
1639 #: script-sections.cc:2406
1640 msgid "DATA_SEGMENT_RELRO_END may only appear once in a linker script"
1643 #: script-sections.cc:2411
1644 msgid "DATA_SEGMENT_RELRO_END must follow DATA_SEGMENT_ALIGN"
1647 #: script-sections.cc:2570
1648 msgid "no matching section constraint"
1651 #: script-sections.cc:2890
1652 msgid "TLS sections are not adjacent"
1655 #: script-sections.cc:3016
1656 msgid "allocated section not in any segment"
1659 #: script-sections.cc:3048
1661 msgid "no segment %s"
1664 #: script-sections.cc:3058
1665 msgid "section in two PT_LOAD segments"
1668 #: script-sections.cc:3065
1669 msgid "allocated section not in any PT_LOAD segment"
1672 #: script-sections.cc:3093
1673 msgid "may only specify load address for PT_LOAD segment"
1676 #: script-sections.cc:3117
1678 msgid "PHDRS load address overrides section %s load address"
1681 #. We could support this if we wanted to.
1682 #: script-sections.cc:3128
1683 msgid "using only one of FILEHDR and PHDRS is not currently supported"
1686 #: script-sections.cc:3143
1688 "sections loaded on first page without room for file and program headers are "
1692 #: script-sections.cc:3149
1694 "using FILEHDR and PHDRS on more than one PT_LOAD segment is not currently "
1699 msgid "invalid use of PROVIDE for dot symbol"
1703 msgid "invalid assignment to dot outside of SECTIONS"
1708 msgid "%s:%d:%d: %s"
1711 #. There are some options that we could handle here--e.g.,
1712 #. -lLIBRARY. Should we bother?
1716 "%s:%d:%d: ignoring command OPTION; OPTION is only valid for scripts "
1717 "specified via -T/--script"
1723 "%s:%d:%d: ignoring SEARCH_DIR; SEARCH_DIR is only valid for scripts "
1724 "specified via -T/--script"
1727 #: script.cc:2411 script.cc:2425
1729 msgid "%s:%d:%d: DATA_SEGMENT_ALIGN not in SECTIONS clause"
1733 msgid "unknown PHDR type (try integer)"
1736 #: stringpool.cc:526
1738 msgid "%s: %s entries: %zu; buckets: %zu\n"
1741 #: stringpool.cc:530
1743 msgid "%s: %s entries: %zu\n"
1746 #: stringpool.cc:533
1748 msgid "%s: %s Stringdata structures: %zu\n"
1753 msgid "%s: reference to %s"
1758 msgid "%s: definition of %s"
1763 msgid "bad global symbol name offset %u at %zu"
1767 msgid "--just-symbols does not make sense with a shared object"
1771 msgid "too few symbol versions"
1776 msgid "bad symbol name offset %u at %zu"
1781 msgid "versym for symbol %zu out of range: %u"
1786 msgid "versym for symbol %zu has no name: %u"
1789 #: symtab.cc:2035 symtab.cc:2251
1791 msgid "%s: unsupported symbol section 0x%x"
1796 msgid "%s: undefined reference to '%s', version '%s'"
1801 msgid "%s: undefined reference to '%s'"
1806 msgid "%s: symbol table entries: %zu; buckets: %zu\n"
1811 msgid "%s: symbol table entries: %zu\n"
1817 "while linking %s: symbol '%s' defined in multiple places (possible ODR "
1821 #: target-reloc.h:247
1822 msgid "Relocation refers to discarded comdat section"
1825 #: target-reloc.h:278
1827 msgid "reloc has bad offset %zu"
1831 msgid "TLS relocation out of range"
1835 msgid "TLS relocation against invalid instruction"
1838 #. This output is intended to follow the GNU standards.
1841 msgid "Copyright 2008 Free Software Foundation, Inc.\n"
1847 "This program is free software; you may redistribute it under the terms of\n"
1848 "the GNU General Public License version 3 or (at your option) a later "
1850 "This program has absolutely no warranty.\n"
1853 #: workqueue-threads.cc:106
1855 msgid "%s failed: %s"
1860 msgid "unsupported reloc type %u"
1865 msgid "unsupported reloc %u against local symbol"