diff options
author | Nick Clifton <nickc@redhat.com> | 2002-01-31 18:37:58 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-01-31 18:37:58 +0000 |
commit | e7e2dd92262f34fd7246fb639edc6001acf9171d (patch) | |
tree | e4d67f7e2f6c542712867a2930cee7d82b0e8059 /gprof/po | |
parent | dea03d4e101d4d52a1fda4680794d4ceec1cfc55 (diff) | |
download | gdb-e7e2dd92262f34fd7246fb639edc6001acf9171d.zip gdb-e7e2dd92262f34fd7246fb639edc6001acf9171d.tar.gz gdb-e7e2dd92262f34fd7246fb639edc6001acf9171d.tar.bz2 |
Deal with target architecture that have a pointer size that is different from
the host architectures pointer size.
Diffstat (limited to 'gprof/po')
-rw-r--r-- | gprof/po/gprof.pot | 198 |
1 files changed, 102 insertions, 96 deletions
diff --git a/gprof/po/gprof.pot b/gprof/po/gprof.pot index 5eb13e4..f586066 100644 --- a/gprof/po/gprof.pot +++ b/gprof/po/gprof.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2002-01-17 14:03+0000\n" +"POT-Creation-Date: 2002-01-31 18:32+0000\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" @@ -14,46 +14,46 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: alpha.c:90 +#: alpha.c:93 mips.c:47 msgid "<indirect child>" msgstr "" -#: alpha.c:107 +#: alpha.c:110 mips.c:64 #, c-format msgid "[find_call] %s: 0x%lx to 0x%lx\n" msgstr "" -#: alpha.c:129 +#: alpha.c:132 #, c-format msgid "[find_call] 0x%lx: jsr%s <indirect_child>\n" msgstr "" -#: alpha.c:138 +#: alpha.c:142 #, c-format msgid "[find_call] 0x%lx: bsr" msgstr "" -#: basic_blocks.c:124 call_graph.c:87 hist.c:92 +#: basic_blocks.c:122 call_graph.c:90 hist.c:93 #, c-format msgid "%s: %s: unexpected end of file\n" msgstr "" -#: basic_blocks.c:192 +#: basic_blocks.c:190 #, c-format msgid "%s: warning: ignoring basic-block exec counts (use -l or --line)\n" msgstr "" #. FIXME: This only works if bfd_vma is unsigned long. -#: basic_blocks.c:283 basic_blocks.c:293 +#: basic_blocks.c:281 basic_blocks.c:291 #, c-format msgid "%s:%d: (%s:0x%lx) %lu executions\n" msgstr "" -#: basic_blocks.c:284 basic_blocks.c:294 +#: basic_blocks.c:282 basic_blocks.c:292 msgid "<unknown>" msgstr "" -#: basic_blocks.c:538 +#: basic_blocks.c:536 #, c-format msgid "" "\n" @@ -64,284 +64,280 @@ msgid "" "\n" msgstr "" -#: basic_blocks.c:562 +#: basic_blocks.c:560 msgid "" "\n" "Execution Summary:\n" "\n" msgstr "" -#: basic_blocks.c:563 +#: basic_blocks.c:561 #, c-format msgid "%9ld Executable lines in this file\n" msgstr "" -#: basic_blocks.c:565 +#: basic_blocks.c:563 #, c-format msgid "%9ld Lines executed\n" msgstr "" -#: basic_blocks.c:566 +#: basic_blocks.c:564 #, c-format msgid "%9.2f Percent of the file executed\n" msgstr "" -#: basic_blocks.c:570 +#: basic_blocks.c:568 #, c-format msgid "" "\n" "%9lu Total number of line executions\n" msgstr "" -#: basic_blocks.c:572 +#: basic_blocks.c:570 #, c-format msgid "%9.2f Average executions per line\n" msgstr "" -#: call_graph.c:66 +#: call_graph.c:69 #, c-format msgid "[cg_tally] arc from %s to %s traversed %lu times\n" msgstr "" -#: cg_print.c:54 +#: cg_print.c:58 msgid "" "\t\t Call graph (explanation follows)\n" "\n" msgstr "" -#: cg_print.c:56 +#: cg_print.c:60 msgid "" "\t\t\tCall graph\n" "\n" msgstr "" -#: cg_print.c:59 hist.c:354 +#: cg_print.c:63 hist.c:355 #, c-format msgid "" "\n" "granularity: each sample hit covers %ld byte(s)" msgstr "" -#: cg_print.c:63 +#: cg_print.c:67 #, c-format msgid "" " for %.2f%% of %.2f seconds\n" "\n" msgstr "" -#: cg_print.c:67 +#: cg_print.c:71 msgid "" " no time propagated\n" "\n" msgstr "" -#: cg_print.c:76 cg_print.c:79 cg_print.c:81 +#: cg_print.c:80 cg_print.c:83 cg_print.c:85 msgid "called" msgstr "" -#: cg_print.c:76 cg_print.c:81 +#: cg_print.c:80 cg_print.c:85 msgid "total" msgstr "" -#: cg_print.c:76 +#: cg_print.c:80 msgid "parents" msgstr "" -#: cg_print.c:78 cg_print.c:79 +#: cg_print.c:82 cg_print.c:83 msgid "index" msgstr "" -#: cg_print.c:78 +#: cg_print.c:82 msgid "%time" msgstr "" -#: cg_print.c:78 cg_print.c:79 +#: cg_print.c:82 cg_print.c:83 msgid "self" msgstr "" -#: cg_print.c:78 +#: cg_print.c:82 msgid "descendants" msgstr "" -#: cg_print.c:79 hist.c:380 +#: cg_print.c:83 hist.c:381 msgid "name" msgstr "" -#: cg_print.c:81 +#: cg_print.c:85 msgid "children" msgstr "" -#: cg_print.c:86 +#: cg_print.c:90 #, c-format msgid "index %% time self children called name\n" msgstr "" -#: cg_print.c:109 +#: cg_print.c:113 #, c-format msgid " <cycle %d as a whole> [%d]\n" msgstr "" -#: cg_print.c:335 +#: cg_print.c:339 #, c-format msgid "%6.6s %5.5s %7.7s %11.11s %7.7s %7.7s <spontaneous>\n" msgstr "" -#: cg_print.c:336 +#: cg_print.c:340 #, c-format msgid "%6.6s %5.5s %7.7s %7.7s %7.7s %7.7s <spontaneous>\n" msgstr "" -#: cg_print.c:570 +#: cg_print.c:574 msgid "" "Index by function name\n" "\n" msgstr "" -#: cg_print.c:627 cg_print.c:636 +#: cg_print.c:631 cg_print.c:640 #, c-format msgid "<cycle %d>" msgstr "" -#: corefile.c:61 +#: corefile.c:64 #, c-format msgid "%s: could not open %s.\n" msgstr "" -#: corefile.c:75 corefile.c:109 +#: corefile.c:78 corefile.c:112 #, c-format msgid "%s: unable to parse mapping file %s.\n" msgstr "" -#: corefile.c:151 +#: corefile.c:154 #, c-format msgid "%s: %s: not in a.out format\n" msgstr "" -#: corefile.c:162 +#: corefile.c:165 #, c-format msgid "%s: can't find .text section in %s\n" msgstr "" -#: corefile.c:220 +#: corefile.c:223 #, c-format msgid "%s: ran out room for %lu bytes of text space\n" msgstr "" -#: corefile.c:234 +#: corefile.c:237 #, c-format msgid "%s: can't do -c\n" msgstr "" -#: corefile.c:265 +#: corefile.c:272 #, c-format msgid "%s: -c not supported on architecture %s\n" msgstr "" -#: corefile.c:432 +#: corefile.c:439 #, c-format msgid "%s: file `%s' has no symbols\n" msgstr "" -#: corefile.c:732 +#: corefile.c:739 #, c-format msgid "%s: somebody miscounted: ltab.len=%d instead of %ld\n" msgstr "" -#: gmon_io.c:59 gmon_io.c:106 +#: gmon_io.c:83 gmon_io.c:137 gmon_io.c:188 gmon_io.c:216 gmon_io.c:386 +#: gmon_io.c:413 gmon_io.c:609 gmon_io.c:634 #, c-format -msgid "%s: GMON_PTR_SIZE has unexpected value of %u\n" +msgid "%s: bits per address has unexpected value of %u\n" msgstr "" -#: gmon_io.c:154 gmon_io.c:172 -#, c-format -msgid "%s: bfd_vma has unexpected size of %ld bytes\n" -msgstr "" - -#: gmon_io.c:207 gmon_io.c:299 +#: gmon_io.c:252 gmon_io.c:347 #, c-format msgid "%s: file too short to be a gmon file\n" msgstr "" -#: gmon_io.c:217 gmon_io.c:333 +#: gmon_io.c:262 gmon_io.c:396 #, c-format msgid "%s: file `%s' has bad magic cookie\n" msgstr "" -#: gmon_io.c:228 +#: gmon_io.c:273 #, c-format msgid "%s: file `%s' has unsupported version %d\n" msgstr "" -#: gmon_io.c:258 +#: gmon_io.c:303 #, c-format msgid "%s: %s: found bad tag %d (file corrupted?)\n" msgstr "" -#: gmon_io.c:321 +#: gmon_io.c:369 #, c-format msgid "%s: profiling rate incompatible with first gmon file\n" msgstr "" -#: gmon_io.c:350 +#: gmon_io.c:429 #, c-format msgid "%s: incompatible with first gmon file\n" msgstr "" -#: gmon_io.c:378 +#: gmon_io.c:457 #, c-format msgid "%s: file '%s' does not appear to be in gmon.out format\n" msgstr "" -#: gmon_io.c:399 +#: gmon_io.c:478 #, c-format msgid "%s: unexpected EOF after reading %d/%d bins\n" msgstr "" -#: gmon_io.c:435 +#: gmon_io.c:511 msgid "time is in ticks, not seconds\n" msgstr "" -#: gmon_io.c:441 gmon_io.c:578 +#: gmon_io.c:517 gmon_io.c:704 #, c-format msgid "%s: don't know how to deal with file format %d\n" msgstr "" -#: gmon_io.c:448 +#: gmon_io.c:524 #, c-format msgid "File `%s' (version %d) contains:\n" msgstr "" -#: gmon_io.c:451 +#: gmon_io.c:527 #, c-format msgid "\t%d histogram record\n" msgstr "" -#: gmon_io.c:452 +#: gmon_io.c:528 #, c-format msgid "\t%d histogram records\n" msgstr "" -#: gmon_io.c:454 +#: gmon_io.c:530 #, c-format msgid "\t%d call-graph record\n" msgstr "" -#: gmon_io.c:455 +#: gmon_io.c:531 #, c-format msgid "\t%d call-graph records\n" msgstr "" -#: gmon_io.c:457 +#: gmon_io.c:533 #, c-format msgid "\t%d basic-block count record\n" msgstr "" -#: gmon_io.c:458 +#: gmon_io.c:534 #, c-format msgid "\t%d basic-block count records\n" msgstr "" -#: gprof.c:145 +#: gprof.c:147 #, c-format msgid "" "Usage: %s [-[abcDhilLsTvwxyz]] [-[ACeEfFJnNOpPqQZ][name]] [-I dirs]\n" @@ -359,119 +355,119 @@ msgid "" "\t[image-file] [profile-file...]\n" msgstr "" -#: gprof.c:161 +#: gprof.c:163 #, c-format msgid "Report bugs to %s\n" msgstr "" -#: gprof.c:233 +#: gprof.c:235 #, c-format msgid "%s: debugging not supported; -d ignored\n" msgstr "" -#: gprof.c:313 +#: gprof.c:315 #, c-format msgid "%s: unknown file format %s\n" msgstr "" #. This output is intended to follow the GNU standards document. -#: gprof.c:397 +#: gprof.c:399 #, c-format msgid "GNU gprof %s\n" msgstr "" -#: gprof.c:398 +#: gprof.c:400 msgid "" "Based on BSD gprof, copyright 1983 Regents of the University of California.\n" msgstr "" -#: gprof.c:399 +#: gprof.c:401 msgid "" "This program is free software. This program has absolutely no warranty.\n" msgstr "" -#: gprof.c:440 +#: gprof.c:442 #, c-format msgid "%s: unknown demangling style `%s'\n" msgstr "" -#: gprof.c:460 +#: gprof.c:462 #, c-format msgid "" "%s: Only one of --function-ordering and --file-ordering may be specified.\n" msgstr "" -#: gprof.c:560 +#: gprof.c:562 #, c-format msgid "%s: sorry, file format `prof' is not yet supported\n" msgstr "" -#: gprof.c:621 +#: gprof.c:623 #, c-format msgid "%s: gmon.out file is missing histogram\n" msgstr "" -#: gprof.c:628 +#: gprof.c:630 #, c-format msgid "%s: gmon.out file is missing call-graph data\n" msgstr "" -#: hist.c:121 +#: hist.c:122 #, c-format msgid "%s: `%s' is incompatible with first gmon file\n" msgstr "" -#: hist.c:137 +#: hist.c:138 #, c-format msgid "%s: %s: unexpected EOF after reading %d of %d samples\n" msgstr "" -#: hist.c:350 +#: hist.c:351 #, c-format msgid "%c%c/call" msgstr "" -#: hist.c:358 +#: hist.c:359 #, c-format msgid "" " for %.2f%% of %.2f %s\n" "\n" msgstr "" -#: hist.c:364 +#: hist.c:365 #, c-format msgid "" "\n" "Each sample counts as %g %s.\n" msgstr "" -#: hist.c:369 +#: hist.c:370 msgid "" " no time accumulated\n" "\n" msgstr "" -#: hist.c:376 +#: hist.c:377 msgid "cumulative" msgstr "" -#: hist.c:376 +#: hist.c:377 msgid "self " msgstr "" -#: hist.c:376 +#: hist.c:377 msgid "total " msgstr "" -#: hist.c:379 +#: hist.c:380 msgid "time" msgstr "" -#: hist.c:379 +#: hist.c:380 msgid "calls" msgstr "" -#: hist.c:468 +#: hist.c:469 msgid "" "\n" "\n" @@ -479,10 +475,20 @@ msgid "" "flat profile:\n" msgstr "" -#: hist.c:474 +#: hist.c:475 msgid "Flat profile:\n" msgstr "" +#: mips.c:75 +#, c-format +msgid "[find_call] 0x%lx: jal" +msgstr "" + +#: mips.c:100 +#, c-format +msgid "[find_call] 0x%lx: jalr\n" +msgstr "" + #: source.c:163 #, c-format msgid "%s: could not locate `%s'\n" @@ -493,7 +499,7 @@ msgstr "" msgid "*** File %s:\n" msgstr "" -#: utils.c:94 +#: utils.c:96 #, c-format msgid " <cycle %d>" msgstr "" |