diff options
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 14 | ||||
-rw-r--r-- | binutils/addr2line.c | 2 | ||||
-rw-r--r-- | binutils/ar.c | 2 | ||||
-rw-r--r-- | binutils/nlmconv.c | 2 | ||||
-rw-r--r-- | binutils/nm.c | 2 | ||||
-rw-r--r-- | binutils/objcopy.c | 4 | ||||
-rw-r--r-- | binutils/objdump.c | 2 | ||||
-rw-r--r-- | binutils/po/binutils.pot | 615 | ||||
-rw-r--r-- | binutils/readelf.c | 2 | ||||
-rw-r--r-- | binutils/size.c | 2 | ||||
-rw-r--r-- | binutils/strings.c | 2 | ||||
-rw-r--r-- | binutils/windres.c | 2 |
12 files changed, 333 insertions, 318 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 07b0b69..a94b213 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,19 @@ 2000-04-04 Alan Modra <alan@linuxcare.com.au> + * po/binutils.pot: Regenerate. + + * addr2line.c (usage): Restore translated part of bug string. + * ar.c (usage): Likewise. + * nlmconv.c (show_usage): Likewise. + * nm.c (usage): Likewise. + * objcopy.c (copy_usage): Likewise. + (strip_usage): Likewise. + * objdump.c (usage): Likewise. + * readelf.c (usage): Likewise. + * size.c (usage): Likewise. + * strings.c (usage): Likewise. + * windres.c (usage): Likewise. + * Makefile.am (MKDEP): Use gcc -MM rather than mkdep. (DEP): Quote when passing vars to sub-make. Add warning message to end. diff --git a/binutils/addr2line.c b/binutils/addr2line.c index d72207b..a6d89c8 100644 --- a/binutils/addr2line.c +++ b/binutils/addr2line.c @@ -80,7 +80,7 @@ Usage: %s [-CfsHV] [-b bfdname] [--target=bfdname]\n\ program_name); list_supported_targets (program_name, stream); if (status == 0) - fprintf (stream, REPORT_BUGS_TO); + fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); exit (status); } diff --git a/binutils/ar.c b/binutils/ar.c index 728185e..045adec 100644 --- a/binutils/ar.c +++ b/binutils/ar.c @@ -283,7 +283,7 @@ usage (help) list_supported_targets (program_name, stderr); if (help) - fprintf (s, REPORT_BUGS_TO); + fprintf (s, _("Report bugs to %s\n"), REPORT_BUGS_TO); xexit (help ? 0 : 1); } diff --git a/binutils/nlmconv.c b/binutils/nlmconv.c index 93788a9..44bfbe0 100644 --- a/binutils/nlmconv.c +++ b/binutils/nlmconv.c @@ -1138,7 +1138,7 @@ Usage: %s [-dhV] [-I bfdname] [-O bfdname] [-T header-file] [-l linker]\n\ [in-file [out-file]]\n"), program_name); if (status == 0) - fprintf (file, REPORT_BUGS_TO); + fprintf (file, _("Report bugs to %s\n"), REPORT_BUGS_TO); exit (status); } diff --git a/binutils/nm.c b/binutils/nm.c index e947697..bfe2158 100644 --- a/binutils/nm.c +++ b/binutils/nm.c @@ -303,7 +303,7 @@ Usage: %s [-aABCDglnopPrsuvV] [-t radix] [--radix=radix] [--target=bfdname]\n\ program_name); list_supported_targets (program_name, stream); if (status == 0) - fprintf (stream, REPORT_BUGS_TO); + fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); exit (status); } diff --git a/binutils/objcopy.c b/binutils/objcopy.c index f6048b7..bd30eaa 100644 --- a/binutils/objcopy.c +++ b/binutils/objcopy.c @@ -341,7 +341,7 @@ copy_usage (stream, exit_status) ")); list_supported_targets (program_name, stream); if (exit_status == 0) - fprintf (stream, REPORT_BUGS_TO); + fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); exit (exit_status); } @@ -373,7 +373,7 @@ strip_usage (stream, exit_status) list_supported_targets (program_name, stream); if (exit_status == 0) - fprintf (stream, REPORT_BUGS_TO); + fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); exit (exit_status); } diff --git a/binutils/objdump.c b/binutils/objdump.c index 81c79f4..9c83a63e 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -274,7 +274,7 @@ usage (stream, status) disassembler_usage (stream); } if (status == 0) - fprintf (stream, REPORT_BUGS_TO); + fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); exit (status); } diff --git a/binutils/po/binutils.pot b/binutils/po/binutils.pot index 42b808e..cfc4ed4 100644 --- a/binutils/po/binutils.pot +++ b/binutils/po/binutils.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-02-25 22:16-0500\n" +"POT-Creation-Date: 2000-04-04 23:33+0930\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" @@ -22,9 +22,10 @@ msgid "" " [--basenames] [--functions] [addr addr ...]\n" msgstr "" -#: addr2line.c:83 ar.c:286 nlmconv.c:1141 nm.c:304 objcopy.c:344 objcopy.c:376 -#: objdump.c:277 readelf.c:1697 size.c:89 strings.c:512 windres.c:737 -msgid "Report bugs to bug-gnu-utils@gnu.org\n" +#: addr2line.c:83 ar.c:286 nlmconv.c:1141 nm.c:306 objcopy.c:344 objcopy.c:376 +#: objdump.c:277 readelf.c:1703 size.c:89 strings.c:512 windres.c:737 +#, c-format +msgid "Report bugs to %s\n" msgstr "" #: addr2line.c:243 @@ -479,7 +480,7 @@ msgstr "" msgid "Excluding symbol: %s\n" msgstr "" -#: dlltool.c:1462 dlltool.c:1473 nm.c:902 nm.c:913 objdump.c:444 objdump.c:461 +#: dlltool.c:1462 dlltool.c:1473 nm.c:904 nm.c:915 objdump.c:444 objdump.c:461 #, c-format msgid "%s: no symbols\n" msgstr "" @@ -1159,7 +1160,7 @@ msgstr "" msgid "%s: Execution of %s failed\n" msgstr "" -#: nm.c:292 +#: nm.c:294 #, c-format msgid "" "Usage: %s [-aABCDglnopPrsuvV] [-t radix] [--radix=radix] [--target=bfdname]\n" @@ -1172,22 +1173,22 @@ msgid "" " [file...]\n" msgstr "" -#: nm.c:337 +#: nm.c:339 #, c-format msgid "%s: %s: invalid radix\n" msgstr "" -#: nm.c:363 +#: nm.c:365 #, c-format msgid "%s: %s: invalid output format\n" msgstr "" -#: nm.c:490 +#: nm.c:492 #, c-format msgid "%s: data size %ld\n" msgstr "" -#: nm.c:1281 +#: nm.c:1283 #, c-format msgid "" "\n" @@ -1196,7 +1197,7 @@ msgid "" "\n" msgstr "" -#: nm.c:1283 +#: nm.c:1285 #, c-format msgid "" "\n" @@ -1205,14 +1206,14 @@ msgid "" "\n" msgstr "" -#: nm.c:1284 nm.c:1338 +#: nm.c:1286 nm.c:1340 msgid "" "Name Value Class Type Size Line " "Section\n" "\n" msgstr "" -#: nm.c:1335 +#: nm.c:1337 #, c-format msgid "" "\n" @@ -1221,7 +1222,7 @@ msgid "" "\n" msgstr "" -#: nm.c:1337 +#: nm.c:1339 #, c-format msgid "" "\n" @@ -1230,7 +1231,7 @@ msgid "" "\n" msgstr "" -#: nm.c:1508 +#: nm.c:1510 msgid "" "\n" "Archive index:\n" @@ -1705,906 +1706,906 @@ msgstr "" msgid "%s: no recognized debugging information\n" msgstr "" -#: rddbg.c:400 +#: rddbg.c:410 msgid "Last stabs entries before error:\n" msgstr "" -#: readelf.c:301 readelf.c:327 +#: readelf.c:303 readelf.c:329 #, c-format msgid "%s: Error: " msgstr "" -#: readelf.c:313 readelf.c:342 +#: readelf.c:315 readelf.c:344 #, c-format msgid "%s: Warning: " msgstr "" -#: readelf.c:392 readelf.c:530 +#: readelf.c:394 readelf.c:532 #, c-format msgid "Unhandled data length: %d\n" msgstr "" -#: readelf.c:589 +#: readelf.c:591 msgid "Don't know about relocations on this machine architecture\n" msgstr "" -#: readelf.c:629 readelf.c:658 readelf.c:690 readelf.c:718 +#: readelf.c:631 readelf.c:660 readelf.c:692 readelf.c:720 msgid "out of memory parsing relocs" msgstr "" -#: readelf.c:736 +#: readelf.c:738 msgid "" " Offset Info Type Symbol's Value Symbol's Name " "Addend\n" msgstr "" -#: readelf.c:739 +#: readelf.c:741 msgid " Offset Info Type Symbol's Value Symbol's Name\n" msgstr "" -#: readelf.c:879 readelf.c:881 +#: readelf.c:885 readelf.c:887 #, c-format msgid "unrecognised: %-7lx" msgstr "" -#: readelf.c:906 +#: readelf.c:912 #, c-format msgid "<string table index %3ld>" msgstr "" -#: readelf.c:1113 +#: readelf.c:1119 #, c-format msgid "Processor Specific: %lx" msgstr "" -#: readelf.c:1132 +#: readelf.c:1138 #, c-format msgid "Operating System specific: %lx" msgstr "" -#: readelf.c:1135 readelf.c:1500 +#: readelf.c:1141 readelf.c:1506 #, c-format msgid "<unknown>: %lx" msgstr "" -#: readelf.c:1149 +#: readelf.c:1155 msgid "NONE (None)" msgstr "" -#: readelf.c:1150 +#: readelf.c:1156 msgid "REL (Relocatable file)" msgstr "" -#: readelf.c:1151 +#: readelf.c:1157 msgid "EXEC (Executable file)" msgstr "" -#: readelf.c:1152 +#: readelf.c:1158 msgid "DYN (Shared object file)" msgstr "" -#: readelf.c:1153 +#: readelf.c:1159 msgid "CORE (Core file)" msgstr "" -#: readelf.c:1157 +#: readelf.c:1163 #, c-format msgid "Processor Specific: (%x)" msgstr "" -#: readelf.c:1159 +#: readelf.c:1165 #, c-format msgid "OS Specific: (%x)" msgstr "" -#: readelf.c:1161 readelf.c:1238 readelf.c:1632 +#: readelf.c:1167 readelf.c:1244 readelf.c:1638 #, c-format msgid "<unknown>: %x" msgstr "" -#: readelf.c:1174 +#: readelf.c:1180 msgid "None" msgstr "" -#: readelf.c:1670 +#: readelf.c:1676 msgid "Usage: readelf {options} elf-file(s)\n" msgstr "" -#: readelf.c:1671 +#: readelf.c:1677 msgid " Options are:\n" msgstr "" -#: readelf.c:1672 +#: readelf.c:1678 msgid " -a or --all Equivalent to: -h -l -S -s -r -d -V -A -I\n" msgstr "" -#: readelf.c:1673 +#: readelf.c:1679 msgid " -h or --file-header Display the ELF file header\n" msgstr "" -#: readelf.c:1674 +#: readelf.c:1680 msgid " -l or --program-headers or --segments\n" msgstr "" -#: readelf.c:1675 +#: readelf.c:1681 msgid " Display the program headers\n" msgstr "" -#: readelf.c:1676 +#: readelf.c:1682 msgid " -S or --section-headers or --sections\n" msgstr "" -#: readelf.c:1677 +#: readelf.c:1683 msgid " Display the sections' header\n" msgstr "" -#: readelf.c:1678 +#: readelf.c:1684 msgid " -e or --headers Equivalent to: -h -l -S\n" msgstr "" -#: readelf.c:1679 +#: readelf.c:1685 msgid " -s or --syms or --symbols Display the symbol table\n" msgstr "" -#: readelf.c:1680 +#: readelf.c:1686 msgid " -n or --notes Display the core notes (if present)\n" msgstr "" -#: readelf.c:1681 +#: readelf.c:1687 msgid " -r or --relocs Display the relocations (if present)\n" msgstr "" -#: readelf.c:1682 +#: readelf.c:1688 msgid " -d or --dynamic Display the dynamic segment (if present)\n" msgstr "" -#: readelf.c:1683 +#: readelf.c:1689 msgid " -V or --version-info Display the version sections (if present)\n" msgstr "" -#: readelf.c:1684 +#: readelf.c:1690 msgid "" " -A or --arch-specific Display architecture specific information (if " "any).\n" msgstr "" -#: readelf.c:1685 +#: readelf.c:1691 msgid "" " -D or --use-dynamic Use the dynamic section info when displaying " "symbols\n" msgstr "" -#: readelf.c:1686 +#: readelf.c:1692 msgid " -x <number> or --hex-dump=<number>\n" msgstr "" -#: readelf.c:1687 +#: readelf.c:1693 msgid " Dump the contents of section <number>\n" msgstr "" -#: readelf.c:1688 +#: readelf.c:1694 msgid " -w[liapr] or --debug-dump[=line,=info,=abbrev,=pubnames,=ranges]\n" msgstr "" -#: readelf.c:1689 +#: readelf.c:1695 msgid "" " Display the contents of DWARF2 debug sections\n" msgstr "" -#: readelf.c:1691 +#: readelf.c:1697 msgid " -i <number> or --instruction-dump=<number>\n" msgstr "" -#: readelf.c:1692 +#: readelf.c:1698 msgid "" " Disassemble the contents of section <number>\n" msgstr "" -#: readelf.c:1694 +#: readelf.c:1700 msgid " -I or --histogram Display histogram of bucket list lengths\n" msgstr "" -#: readelf.c:1695 +#: readelf.c:1701 msgid " -v or --version Display the version number of readelf\n" msgstr "" -#: readelf.c:1696 +#: readelf.c:1702 msgid " -H or --help Display this information\n" msgstr "" -#: readelf.c:1714 +#: readelf.c:1720 msgid "Out of memory allocating dump request table." msgstr "" -#: readelf.c:1849 +#: readelf.c:1855 #, c-format msgid "Unrecognised debug option '%s'\n" msgstr "" -#: readelf.c:1874 +#: readelf.c:1880 #, c-format msgid "Invalid option '-%c'\n" msgstr "" -#: readelf.c:1887 +#: readelf.c:1893 msgid "Nothing to do.\n" msgstr "" -#: readelf.c:1900 readelf.c:1917 readelf.c:3484 +#: readelf.c:1906 readelf.c:1923 readelf.c:3493 msgid "none" msgstr "" -#: readelf.c:1901 +#: readelf.c:1907 msgid "ELF32" msgstr "" -#: readelf.c:1902 +#: readelf.c:1908 msgid "ELF64" msgstr "" -#: readelf.c:1904 readelf.c:1921 readelf.c:1940 +#: readelf.c:1910 readelf.c:1927 readelf.c:1946 #, c-format msgid "<unknown: %x>" msgstr "" -#: readelf.c:1918 +#: readelf.c:1924 msgid "2's complement, little endian" msgstr "" -#: readelf.c:1919 +#: readelf.c:1925 msgid "2's complement, big endian" msgstr "" -#: readelf.c:1934 +#: readelf.c:1940 msgid "UNIX - System V" msgstr "" -#: readelf.c:1935 +#: readelf.c:1941 msgid "UNIX - HP-UX" msgstr "" -#: readelf.c:1936 +#: readelf.c:1942 msgid "UNIX - Linux" msgstr "" -#: readelf.c:1937 +#: readelf.c:1943 msgid "Standalone App" msgstr "" -#: readelf.c:1938 +#: readelf.c:1944 msgid "ARM" msgstr "" -#: readelf.c:1955 +#: readelf.c:1961 msgid "Not an ELF file - it has the wrong magic bytes at the start\n" msgstr "" -#: readelf.c:1963 +#: readelf.c:1969 msgid "ELF Header:\n" msgstr "" -#: readelf.c:1964 +#: readelf.c:1970 msgid " Magic: " msgstr "" -#: readelf.c:1968 +#: readelf.c:1974 #, c-format msgid " Class: %s\n" msgstr "" -#: readelf.c:1970 +#: readelf.c:1976 #, c-format msgid " Data: %s\n" msgstr "" -#: readelf.c:1972 +#: readelf.c:1978 #, c-format msgid " Version: %d %s\n" msgstr "" -#: readelf.c:1979 +#: readelf.c:1985 #, c-format msgid " OS/ABI: %s\n" msgstr "" -#: readelf.c:1981 +#: readelf.c:1987 #, c-format msgid " ABI Version: %d\n" msgstr "" -#: readelf.c:1983 +#: readelf.c:1989 #, c-format msgid " Type: %s\n" msgstr "" -#: readelf.c:1985 +#: readelf.c:1991 #, c-format msgid " Machine: %s\n" msgstr "" -#: readelf.c:1987 +#: readelf.c:1993 #, c-format msgid " Version: 0x%lx\n" msgstr "" -#: readelf.c:1990 +#: readelf.c:1996 msgid " Entry point address: " msgstr "" -#: readelf.c:1992 +#: readelf.c:1998 msgid "" "\n" " Start of program headers: " msgstr "" -#: readelf.c:1994 +#: readelf.c:2000 msgid "" " (bytes into file)\n" " Start of section headers: " msgstr "" -#: readelf.c:1996 +#: readelf.c:2002 msgid " (bytes into file)\n" msgstr "" -#: readelf.c:1998 +#: readelf.c:2004 #, c-format msgid " Flags: 0x%lx%s\n" msgstr "" -#: readelf.c:2001 +#: readelf.c:2007 #, c-format msgid " Size of this header: %ld (bytes)\n" msgstr "" -#: readelf.c:2003 +#: readelf.c:2009 #, c-format msgid " Size of program headers: %ld (bytes)\n" msgstr "" -#: readelf.c:2005 +#: readelf.c:2011 #, c-format msgid " Number of program headers: %ld\n" msgstr "" -#: readelf.c:2007 +#: readelf.c:2013 #, c-format msgid " Size of section headers: %ld (bytes)\n" msgstr "" -#: readelf.c:2009 +#: readelf.c:2015 #, c-format msgid " Number of section headers: %ld\n" msgstr "" -#: readelf.c:2011 +#: readelf.c:2017 #, c-format msgid " Section header string table index: %ld\n" msgstr "" -#: readelf.c:2096 +#: readelf.c:2102 msgid "" "\n" "There are no program headers in this file.\n" msgstr "" -#: readelf.c:2102 +#: readelf.c:2108 #, c-format msgid "" "\n" "Elf file type is %s\n" msgstr "" -#: readelf.c:2103 +#: readelf.c:2109 msgid "Entry point " msgstr "" -#: readelf.c:2105 +#: readelf.c:2111 #, c-format msgid "" "\n" "There are %d program headers, starting at offset " msgstr "" -#: readelf.c:2116 readelf.c:2292 readelf.c:2334 readelf.c:2377 readelf.c:2418 -#: readelf.c:2926 readelf.c:2967 readelf.c:3143 readelf.c:4102 readelf.c:4116 -#: readelf.c:7014 readelf.c:7054 +#: readelf.c:2122 readelf.c:2298 readelf.c:2340 readelf.c:2383 readelf.c:2424 +#: readelf.c:2932 readelf.c:2973 readelf.c:3149 readelf.c:4111 readelf.c:4125 +#: readelf.c:7023 readelf.c:7063 msgid "Out of memory\n" msgstr "" -#: readelf.c:2134 +#: readelf.c:2140 #, c-format msgid "" "\n" "Program Header%s:\n" msgstr "" -#: readelf.c:2138 +#: readelf.c:2144 msgid "" " Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align\n" msgstr "" -#: readelf.c:2142 +#: readelf.c:2148 msgid " Type Offset VirtAddr PhysAddr\n" msgstr "" -#: readelf.c:2144 +#: readelf.c:2150 msgid " FileSiz MemSiz Flags Align\n" msgstr "" -#: readelf.c:2202 +#: readelf.c:2208 msgid "more than one dynamic segment\n" msgstr "" -#: readelf.c:2210 +#: readelf.c:2216 msgid "Unable to find program interpreter name\n" msgstr "" -#: readelf.c:2217 +#: readelf.c:2223 #, c-format msgid "" "\n" " [Requesting program interpreter: %s]" msgstr "" -#: readelf.c:2235 +#: readelf.c:2241 msgid "" "\n" " Section to Segment mapping:\n" msgstr "" -#: readelf.c:2236 +#: readelf.c:2242 msgid " Segment Sections...\n" msgstr "" -#: readelf.c:2499 +#: readelf.c:2505 msgid "" "\n" "There are no sections in this file.\n" msgstr "" -#: readelf.c:2505 +#: readelf.c:2511 #, c-format msgid "There are %d section headers, starting at offset 0x%lx:\n" msgstr "" -#: readelf.c:2545 +#: readelf.c:2551 msgid "File contains multiple dynamic symbol tables\n" msgstr "" -#: readelf.c:2558 +#: readelf.c:2564 msgid "File contains multiple dynamic string tables\n" msgstr "" -#: readelf.c:2585 +#: readelf.c:2591 #, c-format msgid "" "\n" "Section Header%s:\n" msgstr "" -#: readelf.c:2589 +#: readelf.c:2595 msgid "" " [Nr] Name Type Addr Off Size ES Flg Lk " "Inf Al\n" msgstr "" -#: readelf.c:2592 +#: readelf.c:2598 msgid " [Nr] Name Type Address Offset\n" msgstr "" -#: readelf.c:2593 +#: readelf.c:2599 msgid " Size EntSize Flags Link Info Align\n" msgstr "" -#: readelf.c:2640 +#: readelf.c:2646 msgid "" "Key to Flags: W (write), A (alloc), X (execute), M (merge), S (strings)\n" msgstr "" -#: readelf.c:2641 +#: readelf.c:2647 msgid "" " I (info), L (link order), O (extra OS processing required)\n" msgstr "" -#: readelf.c:2642 +#: readelf.c:2648 msgid " o (os specific), p (processor specific) x (unknown)\n" msgstr "" -#: readelf.c:2700 +#: readelf.c:2706 #, c-format msgid "" "\n" "Relocation section at offset 0x%lx contains %ld bytes:\n" msgstr "" -#: readelf.c:2707 +#: readelf.c:2713 msgid "" "\n" "There are no dynamic relocations in this file.\n" msgstr "" -#: readelf.c:2735 +#: readelf.c:2741 msgid "" "\n" "Relocation section " msgstr "" -#: readelf.c:2742 +#: readelf.c:2748 #, c-format msgid " at offset 0x%lx contains %lu entries:\n" msgstr "" -#: readelf.c:2770 +#: readelf.c:2776 msgid "" "\n" "There are no relocations in this file.\n" msgstr "" -#: readelf.c:3020 +#: readelf.c:3026 msgid "" "\n" "There is no dynamic segment in this file.\n" msgstr "" -#: readelf.c:3054 +#: readelf.c:3060 msgid "Unable to seek to end of file!" msgstr "" -#: readelf.c:3063 +#: readelf.c:3069 msgid "Unable to determine the number of symbols to load\n" msgstr "" -#: readelf.c:3093 +#: readelf.c:3099 msgid "Unable to seek to end of file\n" msgstr "" -#: readelf.c:3099 +#: readelf.c:3105 msgid "Unable to determine the length of the dynamic string table\n" msgstr "" -#: readelf.c:3160 +#: readelf.c:3166 #, c-format msgid "" "\n" "Dynamic segment at offset 0x%x contains %ld entries:\n" msgstr "" -#: readelf.c:3163 +#: readelf.c:3169 msgid " Tag Type Name/Value\n" msgstr "" -#: readelf.c:3191 +#: readelf.c:3200 msgid "Auxiliary library" msgstr "" -#: readelf.c:3193 +#: readelf.c:3202 msgid "Filter library" msgstr "" -#: readelf.c:3209 readelf.c:3230 readelf.c:3256 +#: readelf.c:3218 readelf.c:3239 readelf.c:3265 msgid "Flags:" msgstr "" -#: readelf.c:3211 readelf.c:3232 readelf.c:3258 +#: readelf.c:3220 readelf.c:3241 readelf.c:3267 msgid " None\n" msgstr "" -#: readelf.c:3361 +#: readelf.c:3370 #, c-format msgid "Shared library: [%s]" msgstr "" -#: readelf.c:3364 +#: readelf.c:3373 msgid " program interpreter" msgstr "" -#: readelf.c:3368 +#: readelf.c:3377 #, c-format msgid "Library soname: [%s]" msgstr "" -#: readelf.c:3372 +#: readelf.c:3381 #, c-format msgid "Library rpath: [%s]" msgstr "" -#: readelf.c:3433 +#: readelf.c:3442 #, c-format msgid "Not needed object: [%s]\n" msgstr "" -#: readelf.c:3530 +#: readelf.c:3539 #, c-format msgid "" "\n" "Version definition section '%s' contains %ld entries:\n" msgstr "" -#: readelf.c:3533 +#: readelf.c:3542 msgid " Addr: 0x" msgstr "" -#: readelf.c:3535 readelf.c:3723 +#: readelf.c:3544 readelf.c:3732 #, c-format msgid " Offset: %#08lx Link: %lx (%s)\n" msgstr "" -#: readelf.c:3565 +#: readelf.c:3574 #, c-format msgid " %#06x: Rev: %d Flags: %s" msgstr "" -#: readelf.c:3568 +#: readelf.c:3577 #, c-format msgid " Index: %d Cnt: %d " msgstr "" -#: readelf.c:3579 +#: readelf.c:3588 #, c-format msgid "Name: %s\n" msgstr "" -#: readelf.c:3581 +#: readelf.c:3590 #, c-format msgid "Name index: %ld\n" msgstr "" -#: readelf.c:3596 +#: readelf.c:3605 #, c-format msgid " %#06x: Parent %d: %s\n" msgstr "" -#: readelf.c:3599 +#: readelf.c:3608 #, c-format msgid " %#06x: Parent %d, name index: %ld\n" msgstr "" -#: readelf.c:3618 +#: readelf.c:3627 #, c-format msgid "" "\n" "Version needs section '%s' contains %ld entries:\n" msgstr "" -#: readelf.c:3621 +#: readelf.c:3630 msgid " Addr: 0x" msgstr "" -#: readelf.c:3623 +#: readelf.c:3632 #, c-format msgid " Offset: %#08lx Link to section: %ld (%s)\n" msgstr "" -#: readelf.c:3649 +#: readelf.c:3658 #, c-format msgid " %#06x: Version: %d" msgstr "" -#: readelf.c:3652 +#: readelf.c:3661 #, c-format msgid " File: %s" msgstr "" -#: readelf.c:3654 +#: readelf.c:3663 #, c-format msgid " File: %lx" msgstr "" -#: readelf.c:3656 +#: readelf.c:3665 #, c-format msgid " Cnt: %d\n" msgstr "" -#: readelf.c:3674 +#: readelf.c:3683 #, c-format msgid " %#06x: Name: %s" msgstr "" -#: readelf.c:3677 +#: readelf.c:3686 #, c-format msgid " %#06x: Name index: %lx" msgstr "" -#: readelf.c:3680 +#: readelf.c:3689 #, c-format msgid " Flags: %s Version: %d\n" msgstr "" -#: readelf.c:3718 +#: readelf.c:3727 #, c-format msgid "" "\n" "Version symbols section '%s' contains %d entries:\n" msgstr "" -#: readelf.c:3721 +#: readelf.c:3730 msgid " Addr: " msgstr "" -#: readelf.c:3751 +#: readelf.c:3760 msgid " 0 (*local*) " msgstr "" -#: readelf.c:3755 +#: readelf.c:3764 msgid " 1 (*global*) " msgstr "" -#: readelf.c:3977 +#: readelf.c:3986 msgid "" "\n" "No version information found in this file.\n" msgstr "" -#: readelf.c:3995 readelf.c:4030 +#: readelf.c:4004 readelf.c:4039 #, c-format msgid "<processor specific>: %d" msgstr "" -#: readelf.c:3997 readelf.c:4042 +#: readelf.c:4006 readelf.c:4051 #, c-format msgid "<OS specific>: %d" msgstr "" -#: readelf.c:3999 readelf.c:4045 +#: readelf.c:4008 readelf.c:4054 #, c-format msgid "<unknown>: %d" msgstr "" -#: readelf.c:4108 +#: readelf.c:4117 msgid "Unable to read in dynamic data\n" msgstr "" -#: readelf.c:4150 +#: readelf.c:4159 msgid "Unable to seek to start of dynamic information" msgstr "" -#: readelf.c:4156 +#: readelf.c:4165 msgid "Failed to read in number of buckets\n" msgstr "" -#: readelf.c:4162 +#: readelf.c:4171 msgid "Failed to read in number of chains\n" msgstr "" -#: readelf.c:4182 +#: readelf.c:4191 msgid "" "\n" "Symbol table for image:\n" msgstr "" -#: readelf.c:4184 +#: readelf.c:4193 msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n" msgstr "" -#: readelf.c:4186 +#: readelf.c:4195 msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n" msgstr "" -#: readelf.c:4230 +#: readelf.c:4239 #, c-format msgid "" "\n" "Symbol table '%s' contains %lu entries:\n" msgstr "" -#: readelf.c:4234 +#: readelf.c:4243 msgid " Num: Value Size Type Bind Vis Ndx Name\n" msgstr "" -#: readelf.c:4236 +#: readelf.c:4245 msgid " Num: Value Size Type Bind Vis Ndx Name\n" msgstr "" -#: readelf.c:4345 +#: readelf.c:4354 msgid "bad dynamic symbol" msgstr "" -#: readelf.c:4404 +#: readelf.c:4413 msgid "" "\n" "Dynamic symbol information is not available for displaying symbols.\n" msgstr "" -#: readelf.c:4416 +#: readelf.c:4425 #, c-format msgid "" "\n" "Histogram for bucket list length (total of %d buckets):\n" msgstr "" -#: readelf.c:4418 +#: readelf.c:4427 msgid " Length Number %% of total Coverage\n" msgstr "" -#: readelf.c:4423 readelf.c:4442 readelf.c:6695 readelf.c:6888 +#: readelf.c:4432 readelf.c:4451 readelf.c:6704 readelf.c:6897 msgid "Out of memory" msgstr "" -#: readelf.c:4491 +#: readelf.c:4500 #, c-format msgid "" "\n" "Dynamic info segment at offset 0x%lx contains %d entries:\n" msgstr "" -#: readelf.c:4494 +#: readelf.c:4503 msgid " Num: Name BoundTo Flags\n" msgstr "" -#: readelf.c:4542 +#: readelf.c:4551 #, c-format msgid "" "\n" "Assembly dump of section %s\n" msgstr "" -#: readelf.c:4565 +#: readelf.c:4574 #, c-format msgid "" "\n" "Section '%s' has no data to dump.\n" msgstr "" -#: readelf.c:4570 +#: readelf.c:4579 #, c-format msgid "" "\n" "Hex dump of section '%s':\n" msgstr "" -#: readelf.c:4722 +#: readelf.c:4731 msgid "badly formed extended line op encountered!" msgstr "" -#: readelf.c:4729 +#: readelf.c:4738 #, c-format msgid " Extended opcode %d: " msgstr "" -#: readelf.c:4734 +#: readelf.c:4743 msgid "" "End of Sequence\n" "\n" msgstr "" -#: readelf.c:4740 +#: readelf.c:4749 #, c-format msgid "set Address to 0x%lx\n" msgstr "" -#: readelf.c:4745 +#: readelf.c:4754 msgid " define new File Table entry\n" msgstr "" -#: readelf.c:4746 readelf.c:4868 +#: readelf.c:4755 readelf.c:4877 msgid " Entry\tDir\tTime\tSize\tName\n" msgstr "" -#: readelf.c:4748 +#: readelf.c:4757 #, c-format msgid " %d\t" msgstr "" -#: readelf.c:4751 readelf.c:4753 readelf.c:4755 readelf.c:4880 readelf.c:4882 -#: readelf.c:4884 +#: readelf.c:4760 readelf.c:4762 readelf.c:4764 readelf.c:4889 readelf.c:4891 +#: readelf.c:4893 #, c-format msgid "%lu\t" msgstr "" -#: readelf.c:4756 +#: readelf.c:4765 #, c-format msgid "" "%s\n" "\n" msgstr "" -#: readelf.c:4760 +#: readelf.c:4769 #, c-format msgid "UNKNOWN: length %d\n" msgstr "" -#: readelf.c:4786 +#: readelf.c:4795 #, c-format msgid "" "\n" @@ -2612,493 +2613,493 @@ msgid "" "\n" msgstr "" -#: readelf.c:4798 +#: readelf.c:4807 msgid "The line info appears to be corrupt - the section is too small\n" msgstr "" -#: readelf.c:4806 +#: readelf.c:4815 msgid "Only DWARF version 2 line info is currently supported.\n" msgstr "" -#: readelf.c:4821 +#: readelf.c:4830 #, c-format msgid " Length: %ld\n" msgstr "" -#: readelf.c:4822 +#: readelf.c:4831 #, c-format msgid " DWARF Version: %d\n" msgstr "" -#: readelf.c:4823 +#: readelf.c:4832 #, c-format msgid " Prolgue Length: %d\n" msgstr "" -#: readelf.c:4824 +#: readelf.c:4833 #, c-format msgid " Minimum Instruction Length: %d\n" msgstr "" -#: readelf.c:4825 +#: readelf.c:4834 #, c-format msgid " Initial value of 'is_stmt': %d\n" msgstr "" -#: readelf.c:4826 +#: readelf.c:4835 #, c-format msgid " Line Base: %d\n" msgstr "" -#: readelf.c:4827 +#: readelf.c:4836 #, c-format msgid " Line Range: %d\n" msgstr "" -#: readelf.c:4828 +#: readelf.c:4837 #, c-format msgid " Opcode Base: %d\n" msgstr "" -#: readelf.c:4837 +#: readelf.c:4846 msgid "" "\n" " Opcodes:\n" msgstr "" -#: readelf.c:4840 +#: readelf.c:4849 #, c-format msgid " Opcode %d has %d args\n" msgstr "" -#: readelf.c:4846 +#: readelf.c:4855 msgid "" "\n" " The Directory Table is empty.\n" msgstr "" -#: readelf.c:4849 +#: readelf.c:4858 msgid "" "\n" " The Directory Table:\n" msgstr "" -#: readelf.c:4853 +#: readelf.c:4862 #, c-format msgid " %s\n" msgstr "" -#: readelf.c:4864 +#: readelf.c:4873 msgid "" "\n" " The File Name Table is empty.\n" msgstr "" -#: readelf.c:4867 +#: readelf.c:4876 msgid "" "\n" " The File Name Table:\n" msgstr "" -#: readelf.c:4875 +#: readelf.c:4884 #, c-format msgid " %d\t" msgstr "" -#: readelf.c:4886 +#: readelf.c:4895 #, c-format msgid "%s\n" msgstr "" #. Now display the statements. -#: readelf.c:4894 +#: readelf.c:4903 msgid "" "\n" " Line Number Statements:\n" msgstr "" -#: readelf.c:4913 +#: readelf.c:4922 msgid " Copy\n" msgstr "" -#: readelf.c:4920 +#: readelf.c:4929 #, c-format msgid " Advance PC by %d to %lx\n" msgstr "" -#: readelf.c:4928 +#: readelf.c:4937 #, c-format msgid " Advance Line by %d to %d\n" msgstr "" -#: readelf.c:4935 +#: readelf.c:4944 #, c-format msgid " Set File Name to entry %d in the File Name Table\n" msgstr "" -#: readelf.c:4943 +#: readelf.c:4952 #, c-format msgid " Set column to %d\n" msgstr "" -#: readelf.c:4950 +#: readelf.c:4959 #, c-format msgid " Set is_stmt to %d\n" msgstr "" -#: readelf.c:4955 +#: readelf.c:4964 msgid " Set basic block\n" msgstr "" -#: readelf.c:4963 +#: readelf.c:4972 #, c-format msgid " Advance PC by constant %d to 0x%lx\n" msgstr "" -#: readelf.c:4971 +#: readelf.c:4980 #, c-format msgid " Advance PC by fixed size amount %d to 0x%lx\n" msgstr "" -#: readelf.c:4979 +#: readelf.c:4988 #, c-format msgid " Special opcode %d: advance Address by %d to 0x%lx" msgstr "" -#: readelf.c:4983 +#: readelf.c:4992 #, c-format msgid " and Line by %d to %d\n" msgstr "" -#: readelf.c:5006 readelf.c:5428 +#: readelf.c:5015 readelf.c:5437 #, c-format msgid "" "Contents of the %s section:\n" "\n" msgstr "" -#: readelf.c:5025 +#: readelf.c:5034 msgid "Only DWARF 2 pubnames are currently supported" msgstr "" -#: readelf.c:5029 +#: readelf.c:5038 #, c-format msgid " Length: %ld\n" msgstr "" -#: readelf.c:5031 +#: readelf.c:5040 #, c-format msgid " Version: %d\n" msgstr "" -#: readelf.c:5033 +#: readelf.c:5042 #, c-format msgid " Offset into .debug_info section: %ld\n" msgstr "" -#: readelf.c:5035 +#: readelf.c:5044 #, c-format msgid " Size of area in .debug_info section: %ld\n" msgstr "" -#: readelf.c:5038 +#: readelf.c:5047 msgid "" "\n" " Offset\tName\n" msgstr "" -#: readelf.c:5120 +#: readelf.c:5129 #, c-format msgid "Unknown TAG value: %lx" msgstr "" -#: readelf.c:5215 +#: readelf.c:5224 #, c-format msgid "Unknown AT value: %lx" msgstr "" -#: readelf.c:5252 +#: readelf.c:5261 #, c-format msgid "Unknown FORM value: %lx" msgstr "" -#: readelf.c:5434 +#: readelf.c:5443 msgid " Number TAG\n" msgstr "" -#: readelf.c:5440 +#: readelf.c:5449 #, c-format msgid " %ld %s [%s]\n" msgstr "" -#: readelf.c:5443 +#: readelf.c:5452 msgid "has children" msgstr "" -#: readelf.c:5443 +#: readelf.c:5452 msgid "no children" msgstr "" -#: readelf.c:5447 +#: readelf.c:5456 #, c-format msgid " %-18s %s\n" msgstr "" -#: readelf.c:5466 +#: readelf.c:5475 #, c-format msgid " %lu byte block: " msgstr "" -#: readelf.c:5930 +#: readelf.c:5939 msgid "(User defined location op)" msgstr "" -#: readelf.c:5932 +#: readelf.c:5941 msgid "(Unknown location op)" msgstr "" -#: readelf.c:6049 +#: readelf.c:6058 #, c-format msgid "Unable to handle FORM: %d" msgstr "" -#: readelf.c:6053 +#: readelf.c:6062 #, c-format msgid "Unrecognised form: %d" msgstr "" -#: readelf.c:6066 +#: readelf.c:6075 msgid "(not inlined)" msgstr "" -#: readelf.c:6067 +#: readelf.c:6076 msgid "(inlined)" msgstr "" -#: readelf.c:6068 +#: readelf.c:6077 msgid "(declared as inline but ignored)" msgstr "" -#: readelf.c:6069 +#: readelf.c:6078 msgid "(declared as inline and inlined)" msgstr "" -#: readelf.c:6070 +#: readelf.c:6079 #, c-format msgid " (Unknown inline attribute value: %lx)" msgstr "" -#: readelf.c:6200 readelf.c:6324 +#: readelf.c:6209 readelf.c:6333 #, c-format msgid "" "The section %s contains:\n" "\n" msgstr "" -#: readelf.c:6222 +#: readelf.c:6231 msgid "Only version 2 DWARF debug information is currently supported.\n" msgstr "" -#: readelf.c:6226 +#: readelf.c:6235 msgid " Compilation Unit:\n" msgstr "" -#: readelf.c:6227 +#: readelf.c:6236 #, c-format msgid " Length: %ld\n" msgstr "" -#: readelf.c:6228 +#: readelf.c:6237 #, c-format msgid " Version: %d\n" msgstr "" -#: readelf.c:6229 +#: readelf.c:6238 #, c-format msgid " Abbrev Offset: %ld\n" msgstr "" -#: readelf.c:6230 +#: readelf.c:6239 #, c-format msgid " Pointer Size: %d\n" msgstr "" -#: readelf.c:6250 +#: readelf.c:6259 msgid "Unable to locate .debug_abbrev section!\n" msgstr "" -#: readelf.c:6290 +#: readelf.c:6299 #, c-format msgid "Unable to locate entry %lu in the abbreviation table\n" msgstr "" -#: readelf.c:6295 +#: readelf.c:6304 #, c-format msgid " <%d><%x>: Abbrev Number: %lu (%s)\n" msgstr "" -#: readelf.c:6343 +#: readelf.c:6352 #, c-format msgid " Length: %ld\n" msgstr "" -#: readelf.c:6344 +#: readelf.c:6353 #, c-format msgid " Version: %d\n" msgstr "" -#: readelf.c:6345 +#: readelf.c:6354 #, c-format msgid " Offset into .debug_info: %lx\n" msgstr "" -#: readelf.c:6346 +#: readelf.c:6355 #, c-format msgid " Pointer Size: %d\n" msgstr "" -#: readelf.c:6347 +#: readelf.c:6356 #, c-format msgid " Segment Size: %d\n" msgstr "" -#: readelf.c:6349 +#: readelf.c:6358 msgid "" "\n" " Address Length\n" msgstr "" -#: readelf.c:6390 +#: readelf.c:6399 #, c-format msgid "Displaying the debug contents of section %s is not yet supported.\n" msgstr "" -#: readelf.c:6452 +#: readelf.c:6461 #, c-format msgid "" "\n" "Section '%s' has no debugging data.\n" msgstr "" -#: readelf.c:6468 +#: readelf.c:6477 #, c-format msgid "Unrecognised debug section: %s\n" msgstr "" -#: readelf.c:6540 +#: readelf.c:6549 msgid "Some sections were not dumped because they do not exist!\n" msgstr "" -#: readelf.c:6719 +#: readelf.c:6728 #, c-format msgid "" "\n" "Section '%s' contains %d entries:\n" msgstr "" -#: readelf.c:6881 +#: readelf.c:6890 msgid "conflict list with without table" msgstr "" -#: readelf.c:6909 +#: readelf.c:6918 #, c-format msgid "" "\n" "Section '.conflict' contains %d entries:\n" msgstr "" -#: readelf.c:6910 +#: readelf.c:6919 msgid " Num: Index Value Name" msgstr "" -#: readelf.c:6935 +#: readelf.c:6944 msgid "NT_PRSTATUS (prstatus structure)" msgstr "" -#: readelf.c:6936 +#: readelf.c:6945 msgid "NT_FPREGSET (floating point registers)" msgstr "" -#: readelf.c:6937 +#: readelf.c:6946 msgid "NT_PRPSINFO (prpsinfo structure)" msgstr "" -#: readelf.c:6938 +#: readelf.c:6947 msgid "NT_TASKSTRUCT (task structure)" msgstr "" -#: readelf.c:6939 +#: readelf.c:6948 msgid "NT_PRXFPREG (user_xfpregs structure)" msgstr "" -#: readelf.c:6940 +#: readelf.c:6949 msgid "NT_PSTATUS (pstatus structure)" msgstr "" -#: readelf.c:6941 +#: readelf.c:6950 msgid "NT_FPREGS (floating point registers)" msgstr "" -#: readelf.c:6942 +#: readelf.c:6951 msgid "NT_PSINFO (psinfo structure)" msgstr "" -#: readelf.c:6943 +#: readelf.c:6952 msgid "NT_LWPSTATUS (lwpstatus_t structure)" msgstr "" -#: readelf.c:6944 +#: readelf.c:6953 msgid "NT_LWPSINFO (lwpsinfo_t structure)" msgstr "" -#: readelf.c:6945 +#: readelf.c:6954 msgid "NT_WIN32PSTATUS (win32_pstatus strcuture)" msgstr "" -#: readelf.c:6947 +#: readelf.c:6956 #, c-format msgid "Unknown note type: (0x%08x)" msgstr "" -#: readelf.c:6985 +#: readelf.c:6994 #, c-format msgid "" "\n" "Notes at offset 0x%08lx with length 0x%08lx:\n" msgstr "" -#: readelf.c:6988 +#: readelf.c:6997 msgid " Owner\t\tData size\tDescription\n" msgstr "" -#: readelf.c:7099 +#: readelf.c:7108 msgid "No note segments present in the core file.\n" msgstr "" -#: readelf.c:7177 +#: readelf.c:7186 msgid "This instance of readelf has been built without support for a\n" msgstr "" -#: readelf.c:7178 +#: readelf.c:7187 msgid "64 bit data type and so it cannot read 64 bit ELF files.\n" msgstr "" -#: readelf.c:7213 +#: readelf.c:7222 #, c-format msgid "Cannot stat input file %s.\n" msgstr "" -#: readelf.c:7220 +#: readelf.c:7229 #, c-format msgid "Input file %s not found.\n" msgstr "" -#: readelf.c:7226 +#: readelf.c:7235 #, c-format msgid "%s: Failed to read file header\n" msgstr "" -#: readelf.c:7240 +#: readelf.c:7249 #, c-format msgid "" "\n" diff --git a/binutils/readelf.c b/binutils/readelf.c index 6081066..53ba381 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -1700,7 +1700,7 @@ usage () fprintf (stdout, _(" -I or --histogram Display histogram of bucket list lengths\n")); fprintf (stdout, _(" -v or --version Display the version number of readelf\n")); fprintf (stdout, _(" -H or --help Display this information\n")); - fprintf (stdout, REPORT_BUGS_TO); + fprintf (stdout, _("Report bugs to %s\n"), REPORT_BUGS_TO); exit (0); } diff --git a/binutils/size.c b/binutils/size.c index 52d0035..fefb8db 100644 --- a/binutils/size.c +++ b/binutils/size.c @@ -86,7 +86,7 @@ Usage: %s [-ABdoxV] [--format=berkeley|sysv] [--radix=8|10|16]\n\ #endif list_supported_targets (program_name, stream); if (status == 0) - fprintf (stream, REPORT_BUGS_TO); + fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); exit (status); } diff --git a/binutils/strings.c b/binutils/strings.c index 65ea92f..7f41c70 100644 --- a/binutils/strings.c +++ b/binutils/strings.c @@ -509,6 +509,6 @@ Usage: %s [-afov] [-n min-len] [-min-len] [-t {o,x,d}] [-]\n\ program_name); list_supported_targets (program_name, stream); if (status == 0) - fprintf (stream, REPORT_BUGS_TO); + fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); exit (status); } diff --git a/binutils/windres.c b/binutils/windres.c index a2f6fe7..5bc9bd3 100644 --- a/binutils/windres.c +++ b/binutils/windres.c @@ -734,7 +734,7 @@ extension if not specified. A single file name is an input file.\n\ No input-file is stdin, default rc. No output-file is stdout, default rc.\n")); list_supported_targets (program_name, stream); if (status == 0) - fprintf (stream, REPORT_BUGS_TO); + fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); exit (status); } |