# 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 , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2008-09-09 17:16+0930\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: archive.cc:107 #, c-format msgid "%s: no archive symbol table (run ranlib)" msgstr "" #: archive.cc:189 #, c-format msgid "%s: bad archive symbol table names" msgstr "" #: archive.cc:221 #, c-format msgid "%s: malformed archive header at %zu" msgstr "" #: archive.cc:241 #, c-format msgid "%s: malformed archive header size at %zu" msgstr "" #: archive.cc:252 #, c-format msgid "%s: malformed archive header name at %zu" msgstr "" #: archive.cc:282 #, c-format msgid "%s: bad extended name index at %zu" msgstr "" #: archive.cc:292 #, c-format msgid "%s: bad extended name entry at header %zu" msgstr "" #: archive.cc:389 #, c-format msgid "%s: short archive header at %zu" msgstr "" #: archive.cc:530 archive.cc:545 #, c-format msgid "%s: member at %zu is not an ELF object" msgstr "" #: archive.cc:775 #, c-format msgid "%s: archive libraries: %u\n" msgstr "" #: archive.cc:777 #, c-format msgid "%s: total archive members: %u\n" msgstr "" #: archive.cc:779 #, c-format msgid "%s: loaded archive members: %u\n" msgstr "" #: binary.cc:129 #, c-format msgid "cannot open %s: %s:" msgstr "" #: compressed_output.cc:128 msgid "not compressing section data: zlib error" msgstr "" #: cref.cc:244 #, c-format msgid "cannot open symbol count file %s: %s" msgstr "" #: descriptors.cc:94 #, c-format msgid "file %s was removed during the link" msgstr "" #: descriptors.cc:133 msgid "out of file descriptors and couldn't close any" msgstr "" #: descriptors.cc:154 descriptors.cc:189 #, c-format msgid "while closing %s: %s" msgstr "" #: dirsearch.cc:71 #, c-format msgid "%s: can not read directory: %s" msgstr "" #: dwarf_reader.cc:53 dwarf_reader.cc:84 msgid "Unusually large LEB128 decoded, debug information may be corrupted" msgstr "" #: dynobj.cc:169 #, c-format msgid "unexpected duplicate type %u section: %u, %u" msgstr "" #: dynobj.cc:205 #, c-format msgid "unexpected link in section %u header: %u != %u" msgstr "" #: dynobj.cc:241 #, c-format msgid "DYNAMIC section %u link out of range: %u" msgstr "" #: dynobj.cc:249 #, c-format msgid "DYNAMIC section %u link %u is not a strtab" msgstr "" #: dynobj.cc:278 #, c-format msgid "DT_SONAME value out of range: %lld >= %lld" msgstr "" #: dynobj.cc:290 #, c-format msgid "DT_NEEDED value out of range: %lld >= %lld" msgstr "" #: dynobj.cc:303 msgid "missing DT_NULL in dynamic segment" msgstr "" #: dynobj.cc:349 #, c-format msgid "invalid dynamic symbol table name index: %u" msgstr "" #: dynobj.cc:356 #, c-format msgid "dynamic symbol table name section has wrong type: %u" msgstr "" #: dynobj.cc:443 object.cc:376 object.cc:884 #, c-format msgid "bad section name offset for section %u: %lu" msgstr "" #: dynobj.cc:472 #, c-format msgid "duplicate definition for version %u" msgstr "" #: dynobj.cc:501 #, c-format msgid "unexpected verdef version %u" msgstr "" #: dynobj.cc:517 #, c-format msgid "verdef vd_cnt field too small: %u" msgstr "" #: dynobj.cc:525 #, c-format msgid "verdef vd_aux field out of range: %u" msgstr "" #: dynobj.cc:536 #, c-format msgid "verdaux vda_name field out of range: %u" msgstr "" #: dynobj.cc:546 #, c-format msgid "verdef vd_next field out of range: %u" msgstr "" #: dynobj.cc:580 #, c-format msgid "unexpected verneed version %u" msgstr "" #: dynobj.cc:589 #, c-format msgid "verneed vn_aux field out of range: %u" msgstr "" #: dynobj.cc:603 #, c-format msgid "vernaux vna_name field out of range: %u" msgstr "" #: dynobj.cc:614 #, c-format msgid "verneed vna_next field out of range: %u" msgstr "" #: dynobj.cc:625 #, c-format msgid "verneed vn_next field out of range: %u" msgstr "" #: dynobj.cc:673 msgid "size of dynamic symbols is not multiple of symbol size" msgstr "" #: dynobj.cc:1425 #, c-format msgid "symbol %s has undefined version %s" msgstr "" #: ehframe.h:82 msgid "** eh_frame_hdr" msgstr "" #: ehframe.h:353 msgid "** eh_frame" msgstr "" #: errors.cc:106 #, c-format msgid "%s: warning: " msgstr "" #: errors.cc:146 #, c-format msgid "%s: %s: warning: " msgstr "" #: errors.cc:172 #, c-format msgid "%s: %s: undefined reference to '%s'\n" msgstr "" #: errors.cc:176 #, c-format msgid "%s: %s: undefined reference to '%s', version '%s'\n" msgstr "" #: errors.cc:186 #, 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 "" #: expression.cc:278 expression.cc:400 msgid " applied to section relative value" 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:55 #, c-format msgid "munmap failed: %s" msgstr "" #: fileread.cc:119 #, c-format msgid "%s: fstat failed: %s" msgstr "" #: fileread.cc:159 #, c-format msgid "could not reopen file %s" msgstr "" #: fileread.cc:292 #, c-format msgid "%s: pread failed: %s" msgstr "" #: fileread.cc:298 #, c-format msgid "%s: file too short: read only %lld of %lld bytes at %lld" msgstr "" #: fileread.cc:382 #, c-format msgid "%s: mmap offset %lld size %lld failed: %s" msgstr "" #: fileread.cc:528 #, c-format msgid "%s: lseek failed: %s" msgstr "" #: fileread.cc:534 #, c-format msgid "%s: readv failed: %s" msgstr "" #: fileread.cc:537 #, c-format msgid "%s: file too short: read only %zd of %zd bytes at %lld" msgstr "" #: fileread.cc:686 #, c-format msgid "%s: total bytes mapped for read: %llu\n" msgstr "" #: fileread.cc:688 #, c-format msgid "%s: maximum bytes mapped for read at one time: %llu\n" msgstr "" #: fileread.cc:783 #, c-format msgid "cannot find -l%s" msgstr "" #: fileread.cc:810 #, c-format msgid "cannot find %s" msgstr "" #: fileread.cc:833 #, c-format msgid "cannot open %s: %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 "" #: gold.cc:83 #, c-format msgid "%s: internal error in %s, at %s:%d\n" msgstr "" #: gold.cc:130 msgid "no input files" msgstr "" #. We print out just the first .so we see; there may be others. #: gold.cc:195 #, c-format msgid "cannot mix -static with dynamic object %s" msgstr "" #: gold.cc:199 #, c-format msgid "cannot mix -r with dynamic object %s" msgstr "" #: gold.cc:203 #, c-format msgid "cannot use non-ELF output format with dynamic object %s" msgstr "" #. FIXME: This needs to specify the location somehow. #: i386.cc:193 i386.cc:1588 sparc.cc:211 sparc.cc:2322 x86_64.cc:208 #: x86_64.cc:1656 msgid "missing expected TLS relocation" msgstr "" #: i386.cc:503 sparc.cc:1066 x86_64.cc:533 msgid "** PLT" msgstr "" #: i386.cc:843 powerpc.cc:996 sparc.cc:1480 x86_64.cc:921 x86_64.cc:1230 #, c-format msgid "%s: unsupported reloc %u against local symbol" msgstr "" #: i386.cc:907 x86_64.cc:1033 #, c-format msgid "section symbol %u has bad shndx %u" msgstr "" #: i386.cc:965 i386.cc:1297 powerpc.cc:1204 powerpc.cc:1413 sparc.cc:1852 #: sparc.cc:2204 x86_64.cc:1110 x86_64.cc:1418 #, c-format msgid "%s: unexpected reloc %u in object file" msgstr "" #: i386.cc:999 i386.cc:1023 sparc.cc:1753 x86_64.cc:1141 x86_64.cc:1169 #, c-format msgid "local symbol %u has bad shndx %u" msgstr "" #: i386.cc:1134 powerpc.cc:1223 sparc.cc:1871 x86_64.cc:1244 x86_64.cc:1536 #, c-format msgid "%s: unsupported reloc %u against global symbol %s" msgstr "" #: i386.cc:1473 #, c-format msgid "%s: unsupported RELA reloc section" msgstr "" #: i386.cc:1735 i386.cc:2429 powerpc.cc:1740 sparc.cc:2637 x86_64.cc:1859 #: x86_64.cc:2435 #, c-format msgid "unexpected reloc %u in object file" msgstr "" #: i386.cc:1767 i386.cc:1846 i386.cc:1898 i386.cc:1929 i386.cc:1986 #: powerpc.cc:1746 sparc.cc:2643 sparc.cc:2826 sparc.cc:2887 sparc.cc:2994 #: x86_64.cc:1880 x86_64.cc:1963 x86_64.cc:2018 x86_64.cc:2043 #, c-format msgid "unsupported reloc %u" msgstr "" #: i386.cc:1906 msgid "both SUN and GNU model TLS relocations" msgstr "" #: i386.cc:2443 #, c-format msgid "unsupported reloc %u in object file" msgstr "" #: layout.cc:1511 #, c-format msgid "--build-id=uuid failed: could not open /dev/urandom: %s" msgstr "" #: layout.cc:1518 #, c-format msgid "/dev/urandom: read failed: %s" msgstr "" #: layout.cc:1520 #, c-format msgid "/dev/urandom: expected %zu bytes, got %zd bytes" msgstr "" #: layout.cc:1542 #, c-format msgid "--build-id argument '%s' not a valid hex number" msgstr "" #: layout.cc:1548 #, c-format msgid "unrecognized --build-id argument '%s'" msgstr "" #: layout.cc:1866 #, c-format msgid "load segment overlap [0x%llx -> 0x%llx] and [0x%llx -> 0x%llx]" msgstr "" #: mapfile.cc:70 #, c-format msgid "cannot open map file %s: %s" msgstr "" #: mapfile.cc:84 #, c-format msgid "cannot close map file: %s" msgstr "" #: mapfile.cc:116 #, c-format msgid "" "Archive member included because of file (symbol)\n" "\n" msgstr "" #: mapfile.cc:159 #, c-format msgid "" "\n" "Allocating common symbols\n" msgstr "" #: mapfile.cc:161 #, c-format msgid "" "Common symbol size file\n" "\n" msgstr "" #: mapfile.cc:195 #, c-format msgid "" "\n" "Memory map\n" "\n" msgstr "" #: mapfile.cc:361 #, c-format msgid "" "\n" "Discarded input sections\n" "\n" 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 "" #: merge.h:289 msgid "** merge constants" msgstr "" #: merge.h:411 msgid "** merge strings" msgstr "" #: object.cc:73 msgid "missing SHT_SYMTAB_SHNDX section" msgstr "" #: object.cc:117 #, c-format msgid "symbol %u out of range for SHT_SYMTAB_SHNDX section" msgstr "" #: object.cc:124 #, c-format msgid "extended index for symbol %u out of range: %u" msgstr "" #: object.cc:141 #, c-format msgid "%s: unsupported ELF machine number %d" msgstr "" #: object.cc:159 #, c-format msgid "%s: %s" msgstr "" #: object.cc:196 #, c-format msgid "section name section has wrong type: %u" msgstr "" #: object.cc:459 #, c-format msgid "invalid symbol table name index: %u" msgstr "" #: object.cc:465 #, c-format msgid "symbol table name section has wrong type: %u" msgstr "" #: object.cc:554 #, c-format msgid "section group %u info %u out of range" msgstr "" #: object.cc:573 #, c-format msgid "symbol %u name offset %u out of range" msgstr "" #: object.cc:591 #, c-format msgid "symbol %u invalid section index %u" msgstr "" #: object.cc:644 #, c-format msgid "section %u in section group %u out of range" msgstr "" #: object.cc:652 #, c-format msgid "invalid section group %u refers to earlier section %u" msgstr "" #: object.cc:827 reloc.cc:215 reloc.cc:723 #, c-format msgid "relocation section %u has bad info %u" msgstr "" #: object.cc:1080 msgid "size of symbols is not multiple of symbol size" msgstr "" #: object.cc:1187 #, c-format msgid "local symbol %u section name out of range: %u >= %u" msgstr "" #: object.cc:1245 #, c-format msgid "unknown section index %u for local symbol %u" msgstr "" #: object.cc:1254 #, c-format msgid "local symbol %u section index %u out of range" msgstr "" #: object.cc:1619 msgid "incompatible target" msgstr "" #: object.cc:1816 #, c-format msgid "%s: unsupported ELF file type %d" msgstr "" #: object.cc:1835 object.cc:1881 object.cc:1915 #, c-format msgid "%s: ELF file too short" msgstr "" #: object.cc:1843 #, c-format msgid "%s: invalid ELF version 0" msgstr "" #: object.cc:1845 #, c-format msgid "%s: unsupported ELF version %d" msgstr "" #: object.cc:1852 #, c-format msgid "%s: invalid ELF class 0" msgstr "" #: object.cc:1858 #, c-format msgid "%s: unsupported ELF class %d" msgstr "" #: object.cc:1865 #, c-format msgid "%s: invalid ELF data encoding" msgstr "" #: object.cc:1871 #, c-format msgid "%s: unsupported ELF data encoding %d" msgstr "" #: object.cc:1891 #, c-format msgid "%s: not configured to support 32-bit big-endian object" msgstr "" #: object.cc:1904 #, c-format msgid "%s: not configured to support 32-bit little-endian object" msgstr "" #: object.cc:1925 #, c-format msgid "%s: not configured to support 64-bit big-endian object" msgstr "" #: object.cc:1938 #, c-format msgid "%s: not configured to support 64-bit little-endian object" msgstr "" #: options.cc:142 #, c-format msgid "" "Usage: %s [options] file...\n" "Options:\n" msgstr "" #. config.guess and libtool.m4 look in ld --help output for the #. string "supported targets". #: options.cc:150 #, c-format msgid "%s: supported targets:" msgstr "" #: options.cc:162 #, c-format msgid "Report bugs to %s\n" msgstr "" #: options.cc:179 options.cc:189 #, c-format msgid "%s: invalid option value (expected an integer): %s" msgstr "" #: options.cc:199 #, c-format msgid "%s: invalid option value (expected a floating point number): %s" msgstr "" #: options.cc:208 #, c-format msgid "%s: must take a non-empty argument" msgstr "" #: options.cc:249 #, c-format msgid "%s: must take one of the following arguments: %s" msgstr "" #: options.cc:275 #, c-format msgid " Supported targets:\n" msgstr "" #: options.cc:329 #, c-format msgid "unable to parse script file %s" msgstr "" #: options.cc:337 #, c-format msgid "unable to parse version script file %s" msgstr "" #: options.cc:363 #, c-format msgid "%s: use the --help option for usage information\n" msgstr "" #: options.cc:372 #, c-format msgid "%s: %s: %s\n" msgstr "" #: options.cc:393 #, c-format msgid "" "format '%s' not supported; treating as elf (supported formats: elf, binary)" msgstr "" #: options.cc:499 msgid "unexpected argument" msgstr "" #: options.cc:512 options.cc:573 msgid "missing argument" msgstr "" #: options.cc:584 msgid "unknown -z option" msgstr "" #: options.cc:727 #, c-format msgid "ignoring --threads: %s was compiled without thread support" msgstr "" #: options.cc:734 #, c-format msgid "ignoring --thread-count: %s was compiled without thread support" msgstr "" #: options.cc:776 msgid "-shared and -r are incompatible" msgstr "" #: options.cc:780 msgid "binary output format not compatible with -shared or -r" msgstr "" #: options.cc:785 #, c-format msgid "--hash-bucket-empty-fraction value %g out of range [0.0, 1.0)" msgstr "" #: options.cc:852 msgid "May not nest groups" msgstr "" #: options.cc:864 msgid "Group end without group start" msgstr "" #. I guess it's neither a long option nor a short option. #: options.cc:922 msgid "unknown option" msgstr "" #: options.cc:948 #, c-format msgid "%s: missing group end\n" msgstr "" #: options.h:536 msgid "Report usage information" msgstr "" #: options.h:538 msgid "Report version information" msgstr "" #: options.h:540 msgid "Report version and target information" msgstr "" #: options.h:549 msgid "Allow unresolved references in shared libraries" msgstr "" #: options.h:550 msgid "Do not allow unresolved references in shared libraries" msgstr "" #: options.h:553 msgid "Only set DT_NEEDED for dynamic libs if used" msgstr "" #: options.h:554 msgid "Always DT_NEEDED for dynamic libs" msgstr "" #: options.h:561 msgid "Set input format" msgstr "" #: options.h:564 msgid "-l searches for shared libraries" msgstr "" #: options.h:566 msgid "-l does not search for shared libraries" msgstr "" #: options.h:570 msgid "Bind defined symbols locally" msgstr "" #: options.h:573 msgid "Bind defined function symbols locally" msgstr "" #: options.h:576 msgid "Generate build ID note" msgstr "" #: options.h:577 options.h:612 msgid "[=STYLE]" msgstr "" #: options.h:580 msgid "Check segment addresses for overlaps (default)" msgstr "" #: options.h:581 msgid "Do not check segment addresses for overlaps" msgstr "" #: options.h:585 options.h:590 msgid "Compress .debug_* sections in the output file" msgstr "" #: options.h:591 msgid "[none]" msgstr "" #: options.h:596 msgid "Define common symbols" msgstr "" #: options.h:597 msgid "Do not define common symbols" msgstr "" #: options.h:599 options.h:601 msgid "Alias for -d" msgstr "" #: options.h:604 msgid "Turn on debugging" msgstr "" #: options.h:605 msgid "[all,files,script,task][,...]" msgstr "" #: options.h:608 msgid "Define a symbol" msgstr "" #: options.h:608 msgid "SYMBOL=EXPRESSION" msgstr "" #: options.h:611 msgid "Demangle C++ symbols in log messages" msgstr "" #: options.h:615 msgid "Do not demangle C++ symbols in log messages" msgstr "" #: options.h:619 msgid "Try to detect violations of the One Definition Rule" msgstr "" #: options.h:623 msgid "Set program start address" msgstr "" #: options.h:623 options.h:766 options.h:768 options.h:770 msgid "ADDRESS" msgstr "" #: options.h:626 msgid "Export all dynamic symbols" msgstr "" #: options.h:629 msgid "Create exception frame header" msgstr "" #: options.h:632 msgid "Treat warnings as errors" msgstr "" #: options.h:633 msgid "Do not treat warnings as errors" msgstr "" #: options.h:636 msgid "Set shared library name" msgstr "" #: options.h:636 options.h:696 msgid "FILENAME" msgstr "" #: options.h:639 msgid "Min fraction of empty buckets in dynamic hash" msgstr "" #: options.h:640 msgid "FRACTION" msgstr "" #: options.h:643 msgid "Dynamic hash style" msgstr "" #: options.h:643 msgid "[sysv,gnu,both]" msgstr "" #: options.h:647 msgid "Set dynamic linker path" msgstr "" #: options.h:647 msgid "PROGRAM" msgstr "" #: options.h:650 msgid "Read only symbol values from FILE" msgstr "" #: options.h:650 options.h:684 options.h:751 options.h:779 msgid "FILE" msgstr "" #: options.h:653 msgid "Search for library LIBNAME" msgstr "" #: options.h:653 msgid "LIBNAME" msgstr "" #: options.h:656 msgid "Add directory to search path" msgstr "" #: options.h:656 options.h:714 options.h:717 options.h:721 options.h:745 msgid "DIR" msgstr "" #: options.h:659 msgid "Ignored for compatibility" msgstr "" #: options.h:659 msgid "EMULATION" msgstr "" #: options.h:662 msgid "Write map file on standard output" msgstr "" #: options.h:663 msgid "Write map file" msgstr "" #: options.h:664 msgid "MAPFILENAME" msgstr "" #: options.h:667 msgid "Do not page align data" msgstr "" #: options.h:669 msgid "Do not page align data, do not make text readonly" msgstr "" #: options.h:670 msgid "Page align data, make text readonly" msgstr "" #: options.h:673 msgid "Enable use of DT_RUNPATH and DT_FLAGS" msgstr "" #: options.h:674 msgid "Disable use of DT_RUNPATH and DT_FLAGS" msgstr "" #: options.h:677 msgid "Create an output file even if errors occur" msgstr "" #: options.h:680 options.h:808 msgid "Report undefined symbols (even with --shared)" msgstr "" #: options.h:684 msgid "Set output file name" msgstr "" #: options.h:687 msgid "Optimize output file size" msgstr "" #: options.h:687 msgid "LEVEL" msgstr "" #: options.h:690 msgid "Set output format" msgstr "" #: options.h:690 msgid "[binary]" msgstr "" #: options.h:693 msgid "Preread archive symbols when multi-threaded" msgstr "" #: options.h:695 msgid "Print symbols defined and used for each input" msgstr "" #: options.h:699 msgid "Ignored for SVR4 compatibility" msgstr "" #: options.h:702 msgid "Generate relocations in output" msgstr "" #: options.h:705 msgid "Generate relocatable output" msgstr "" #: options.h:708 msgid "Relax branches on certain targets" msgstr "" #: options.h:714 options.h:717 msgid "Add DIR to runtime search path" msgstr "" #: options.h:720 msgid "Add DIR to link time shared library search path" msgstr "" #: options.h:724 msgid "Strip all symbols" msgstr "" #: options.h:726 msgid "Strip debugging information" msgstr "" #: options.h:728 msgid "Emit only debug line number information" msgstr "" #: options.h:730 msgid "Strip debug symbols that are unused by gdb (at least versions <= 6.7)" msgstr "" #: options.h:734 msgid "Generate shared library" msgstr "" #: options.h:739 msgid "Do not link against shared libraries" msgstr "" #: options.h:742 msgid "Print resource usage statistics" msgstr "" #: options.h:745 msgid "Set target system root directory" msgstr "" #: options.h:748 msgid "Print the name of each input file" msgstr "" #: options.h:751 msgid "Read linker script" msgstr "" #: options.h:754 msgid "Run the linker multi-threaded" msgstr "" #: options.h:755 msgid "Do not run the linker multi-threaded" msgstr "" #: options.h:757 msgid "Number of threads to use" msgstr "" #: options.h:757 options.h:759 options.h:761 options.h:763 msgid "COUNT" msgstr "" #: options.h:759 msgid "Number of threads to use in initial pass" msgstr "" #: options.h:761 msgid "Number of threads to use in middle pass" msgstr "" #: options.h:763 msgid "Number of threads to use in final pass" msgstr "" #: options.h:766 msgid "Set the address of the bss segment" msgstr "" #: options.h:768 msgid "Set the address of the data segment" msgstr "" #: options.h:770 msgid "Set the address of the text segment" msgstr "" #: options.h:773 msgid "Create undefined reference to SYMBOL" msgstr "" #: options.h:773 options.h:786 options.h:789 msgid "SYMBOL" msgstr "" #: options.h:776 msgid "Synonym for --debug=files" msgstr "" #: options.h:779 msgid "Read version script" msgstr "" #: options.h:782 msgid "Include all archive contents" msgstr "" #: options.h:783 msgid "Include only needed archive contents" msgstr "" #: options.h:786 msgid "Use wrapper functions for SYMBOL" msgstr "" #: options.h:789 msgid "Trace references to symbol" msgstr "" #: options.h:792 msgid "Default search path for Solaris compatibility" msgstr "" #: options.h:793 msgid "PATH" msgstr "" #: options.h:796 msgid "Start a library search group" msgstr "" #: options.h:798 msgid "End a library search group" msgstr "" #: options.h:803 msgid "Sort dynamic relocs" msgstr "" #: options.h:804 msgid "Do not sort dynamic relocs" msgstr "" #: options.h:806 msgid "Set common page size to SIZE" msgstr "" #: options.h:806 options.h:813 msgid "SIZE" msgstr "" #: options.h:811 msgid "Mark output as requiring executable stack" msgstr "" #: options.h:813 msgid "Set maximum page size to SIZE" msgstr "" #: options.h:815 msgid "Mark output as not requiring executable stack" msgstr "" #: options.h:817 msgid "Mark DSO to be initialized first at runtime" msgstr "" #: options.h:820 msgid "Mark object to interpose all DSOs but executable" msgstr "" #: options.h:823 msgid "Mark object requiring immediate process" msgstr "" #: options.h:826 msgid "Mark object not to use default search paths" msgstr "" #: options.h:829 msgid "Mark DSO non-deletable at runtime" msgstr "" #: options.h:832 msgid "Mark DSO not available to dlopen" msgstr "" #: options.h:835 msgid "Mark DSO not available to dldump" msgstr "" #: options.h:838 msgid "Where possible mark variables read-only after relocation" msgstr "" #: options.h:839 msgid "Don't mark variables read-only after relocation" msgstr "" #: output.cc:1098 msgid "section group retained but group element discarded" msgstr "" #: output.cc:1800 #, c-format msgid "invalid alignment %lu for section \"%s\"" msgstr "" #: output.cc:3159 #, c-format msgid "nobits section %s may not precede progbits section %s in same segment" msgstr "" #: output.cc:3329 #, c-format msgid "%s: open: %s" msgstr "" #: output.cc:3350 #, c-format msgid "%s: mremap: %s" msgstr "" #: output.cc:3387 #, c-format msgid "%s: lseek: %s" msgstr "" #: output.cc:3390 output.cc:3427 #, c-format msgid "%s: write: %s" msgstr "" #: output.cc:3398 #, c-format msgid "%s: mmap: %s" msgstr "" #: output.cc:3408 #, c-format msgid "%s: munmap: %s" msgstr "" #: output.cc:3425 #, c-format msgid "%s: write: unexpected 0 return-value" msgstr "" #: output.cc:3439 #, c-format msgid "%s: close: %s" msgstr "" #: output.h:415 msgid "** section headers" msgstr "" #: output.h:451 msgid "** segment headers" msgstr "" #: output.h:490 msgid "** file header" msgstr "" #: output.h:696 msgid "** fill" msgstr "" #: output.h:850 msgid "** string table" msgstr "" #: output.h:1161 msgid "** dynamic relocs" msgstr "" #: output.h:1162 output.h:1498 msgid "** relocs" msgstr "" #: output.h:1523 msgid "** group" msgstr "" #: output.h:1630 msgid "** GOT" msgstr "" #: output.h:1772 msgid "** dynamic" msgstr "" #: output.h:1890 msgid "** symtab xindex" msgstr "" #: parameters.cc:87 #, c-format msgid "unrecognized output format %s" msgstr "" #: powerpc.cc:1086 sparc.cc:1569 x86_64.cc:957 msgid "requires unsupported dynamic reloc; recompile with -fPIC" msgstr "" #: powerpc.cc:1447 sparc.cc:2237 x86_64.cc:1561 #, c-format msgid "%s: unsupported REL reloc section" 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:471 #, c-format msgid "%s: not an object or archive" msgstr "" #: reduced_debug_output.cc:240 msgid "" "Debug abbreviations extend beyond .debug_abbrev section; failed to reduce " "debug abbreviations" msgstr "" #: reduced_debug_output.cc:326 msgid "Extremely large compile unit in debug info; failed to reduce debug info" msgstr "" #: reduced_debug_output.cc:334 msgid "" "Debug info extends beyond .debug_info section;failed to reduce debug info" msgstr "" #: reduced_debug_output.cc:354 reduced_debug_output.cc:396 msgid "Invalid DIE in debug info; failed to reduce debug info" msgstr "" #: reduced_debug_output.cc:377 msgid "" "Debug info extends beyond .debug_info section; failed to reduce debug info" msgstr "" #: reloc.cc:239 reloc.cc:743 #, c-format msgid "relocation section %u uses unexpected symbol table %u" msgstr "" #: reloc.cc:254 reloc.cc:761 #, c-format msgid "unexpected entsize for reloc section %u: %lu != %u" msgstr "" #: reloc.cc:263 reloc.cc:770 #, c-format msgid "reloc section %u size %lu uneven" msgstr "" #: reloc.cc:992 #, 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:170 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:176 msgid "unsupported symbol binding" msgstr "" #. FIXME: Do a better job of reporting locations. #: resolve.cc:367 #, c-format msgid "%s: multiple definition of %s" msgstr "" #: resolve.cc:368 resolve.cc:373 msgid "command line" msgstr "" #: resolve.cc:370 #, c-format msgid "%s: previous definition here" msgstr "" #: script-sections.cc:432 msgid "dot may not move backward" msgstr "" #: script-sections.cc:498 msgid "** expression" msgstr "" #: script-sections.cc:684 msgid "fill value is not absolute" msgstr "" #: script-sections.cc:1693 #, c-format msgid "alignment of section %s is not absolute" msgstr "" #: script-sections.cc:1737 #, c-format msgid "subalign of section %s is not absolute" msgstr "" #: script-sections.cc:1752 #, c-format msgid "fill of section %s is not absolute" msgstr "" #: script-sections.cc:1828 msgid "SPECIAL constraints are not implemented" msgstr "" #: script-sections.cc:1870 msgid "mismatched definition for constrained sections" msgstr "" #: script-sections.cc:2395 msgid "DATA_SEGMENT_ALIGN may only appear once in a linker script" msgstr "" #: script-sections.cc:2406 msgid "DATA_SEGMENT_RELRO_END may only appear once in a linker script" msgstr "" #: script-sections.cc:2411 msgid "DATA_SEGMENT_RELRO_END must follow DATA_SEGMENT_ALIGN" msgstr "" #: script-sections.cc:2570 msgid "no matching section constraint" msgstr "" #: script-sections.cc:2890 msgid "TLS sections are not adjacent" msgstr "" #: script-sections.cc:3016 msgid "allocated section not in any segment" msgstr "" #: script-sections.cc:3048 #, c-format msgid "no segment %s" msgstr "" #: script-sections.cc:3058 msgid "section in two PT_LOAD segments" msgstr "" #: script-sections.cc:3065 msgid "allocated section not in any PT_LOAD segment" msgstr "" #: script-sections.cc:3093 msgid "may only specify load address for PT_LOAD segment" msgstr "" #: script-sections.cc:3117 #, c-format msgid "PHDRS load address overrides section %s load address" msgstr "" #. We could support this if we wanted to. #: script-sections.cc:3128 msgid "using only one of FILEHDR and PHDRS is not currently supported" msgstr "" #: script-sections.cc:3143 msgid "" "sections loaded on first page without room for file and program headers are " "not supported" msgstr "" #: script-sections.cc:3149 msgid "" "using FILEHDR and PHDRS on more than one PT_LOAD segment is not currently " "supported" msgstr "" #: script.cc:1063 msgid "invalid use of PROVIDE for dot symbol" msgstr "" #: script.cc:1065 msgid "invalid assignment to dot outside of SECTIONS" msgstr "" #: script.cc:1995 #, 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:2143 #, c-format msgid "" "%s:%d:%d: ignoring command OPTION; OPTION is only valid for scripts " "specified via -T/--script" msgstr "" #: script.cc:2168 #, c-format msgid "" "%s:%d:%d: ignoring SEARCH_DIR; SEARCH_DIR is only valid for scripts " "specified via -T/--script" msgstr "" #: script.cc:2411 script.cc:2425 #, c-format msgid "%s:%d:%d: DATA_SEGMENT_ALIGN not in SECTIONS clause" msgstr "" #: script.cc:2543 msgid "unknown PHDR type (try integer)" msgstr "" #: stringpool.cc:526 #, c-format msgid "%s: %s entries: %zu; buckets: %zu\n" msgstr "" #: stringpool.cc:530 #, c-format msgid "%s: %s entries: %zu\n" msgstr "" #: stringpool.cc:533 #, c-format msgid "%s: %s Stringdata structures: %zu\n" msgstr "" #: symtab.cc:623 #, c-format msgid "%s: reference to %s" msgstr "" #: symtab.cc:625 #, c-format msgid "%s: definition of %s" msgstr "" #: symtab.cc:860 #, c-format msgid "bad global symbol name offset %u at %zu" msgstr "" #: symtab.cc:999 msgid "--just-symbols does not make sense with a shared object" msgstr "" #: symtab.cc:1005 msgid "too few symbol versions" msgstr "" #: symtab.cc:1054 #, c-format msgid "bad symbol name offset %u at %zu" msgstr "" #: symtab.cc:1117 #, c-format msgid "versym for symbol %zu out of range: %u" msgstr "" #: symtab.cc:1125 #, c-format msgid "versym for symbol %zu has no name: %u" msgstr "" #: symtab.cc:2035 symtab.cc:2251 #, c-format msgid "%s: unsupported symbol section 0x%x" msgstr "" #: symtab.cc:2409 #, c-format msgid "%s: undefined reference to '%s', version '%s'" msgstr "" #: symtab.cc:2414 #, c-format msgid "%s: undefined reference to '%s'" msgstr "" #: symtab.cc:2498 #, c-format msgid "%s: symbol table entries: %zu; buckets: %zu\n" msgstr "" #: symtab.cc:2501 #, c-format msgid "%s: symbol table entries: %zu\n" msgstr "" #: symtab.cc:2572 #, c-format msgid "" "while linking %s: symbol '%s' defined in multiple places (possible ODR " "violation):" msgstr "" #: target-reloc.h:247 msgid "Relocation refers to discarded comdat section" msgstr "" #: target-reloc.h:278 #, 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:64 #, c-format msgid "Copyright 2008 Free Software Foundation, Inc.\n" msgstr "" #: version.cc:65 #, 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:2104 #, c-format msgid "unsupported reloc type %u" msgstr "" #: x86_64.cc:2441 #, c-format msgid "unsupported reloc %u against local symbol" msgstr ""