From fdcf7d43287e77faef1282771bd95a56dd141d1f Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 30 Jun 1999 22:38:30 +0000 Subject: * Many files: Add casts in many print statements to cast bfd_vma values to unsigned long when calling printf. * Makefile.am ($(OBJECTS)): Add gmon.h. * Makefile.in: Rebuild. --- gprof/po/gprof.pot | 105 +++++++++++++++++++++++++++-------------------------- 1 file changed, 53 insertions(+), 52 deletions(-) (limited to 'gprof/po') diff --git a/gprof/po/gprof.pot b/gprof/po/gprof.pot index 36bf787..b1cf0ee 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: 1998-06-12 19:33-0400\n" +"POT-Creation-Date: 1999-07-01 01:36-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -23,12 +23,12 @@ msgstr "" msgid "[find_call] %s: 0x%lx to 0x%lx\n" msgstr "" -#: alpha.c:127 +#: alpha.c:128 #, c-format msgid "[find_call] 0x%lx: jsr%s \n" msgstr "" -#: alpha.c:136 +#: alpha.c:137 #, c-format msgid "[find_call] 0x%lx: bsr" msgstr "" @@ -38,21 +38,22 @@ msgstr "" msgid "%s: %s: unexpected end of file\n" msgstr "" -#: basic_blocks.c:214 +#: basic_blocks.c:215 #, c-format msgid "%s: warning: ignoring basic-block exec counts (use -l or --line)\n" msgstr "" -#: basic_blocks.c:322 basic_blocks.c:330 +#. FIXME: This only works if bfd_vma is unsigned long. +#: basic_blocks.c:324 basic_blocks.c:333 #, c-format -msgid "%s:%d: (%s:0x%lx) %d executions\n" +msgid "%s:%d: (%s:0x%lx) %lu executions\n" msgstr "" -#: basic_blocks.c:323 basic_blocks.c:331 +#: basic_blocks.c:325 basic_blocks.c:334 msgid "" msgstr "" -#: basic_blocks.c:584 +#: basic_blocks.c:596 #, c-format msgid "" "\n" @@ -63,43 +64,43 @@ msgid "" "\n" msgstr "" -#: basic_blocks.c:608 +#: basic_blocks.c:620 msgid "" "\n" "Execution Summary:\n" "\n" msgstr "" -#: basic_blocks.c:609 +#: basic_blocks.c:621 #, c-format msgid "%9ld Executable lines in this file\n" msgstr "" -#: basic_blocks.c:611 +#: basic_blocks.c:623 #, c-format msgid "%9ld Lines executed\n" msgstr "" -#: basic_blocks.c:612 +#: basic_blocks.c:624 #, c-format msgid "%9.2f Percent of the file executed\n" msgstr "" -#: basic_blocks.c:616 +#: basic_blocks.c:628 #, c-format msgid "" "\n" -"%9d Total number of line executions\n" +"%9lu Total number of line executions\n" msgstr "" -#: basic_blocks.c:617 +#: basic_blocks.c:630 #, c-format msgid "%9.2f Average executions per line\n" msgstr "" #: call_graph.c:48 #, c-format -msgid "[cg_tally] arc from %s to %s traversed %d times\n" +msgid "[cg_tally] arc from %s to %s traversed %lu times\n" msgstr "" #: cg_print.c:39 @@ -114,7 +115,7 @@ msgid "" "\n" msgstr "" -#: cg_print.c:46 hist.c:381 +#: cg_print.c:46 hist.c:385 #, c-format msgid "" "\n" @@ -161,7 +162,7 @@ msgstr "" msgid "descendents" msgstr "" -#: cg_print.c:67 hist.c:405 +#: cg_print.c:67 hist.c:409 msgid "name" msgstr "" @@ -221,7 +222,7 @@ msgstr "" #: corefile.c:198 #, c-format -msgid "%s: ran out room for %ld bytes of text space\n" +msgid "%s: ran out room for %lu bytes of text space\n" msgstr "" #: corefile.c:211 @@ -239,7 +240,7 @@ msgstr "" msgid "%s: file `%s' has no symbols\n" msgstr "" -#: corefile.c:726 +#: corefile.c:753 #, c-format msgid "%s: somebody miscounted: ltab.len=%d instead of %ld\n" msgstr "" @@ -249,12 +250,12 @@ msgstr "" msgid "%s: bfd_vma has unexpected size of %ld bytes\n" msgstr "" -#: gmon_io.c:87 gmon_io.c:179 +#: gmon_io.c:87 gmon_io.c:182 #, c-format msgid "%s: file too short to be a gmon file\n" msgstr "" -#: gmon_io.c:97 +#: gmon_io.c:97 gmon_io.c:215 #, c-format msgid "%s: file `%s' has bad magic cookie\n" msgstr "" @@ -269,46 +270,46 @@ msgstr "" msgid "%s: %s: found bad tag %d (file corrupted?)\n" msgstr "" -#: gmon_io.c:197 +#: gmon_io.c:203 #, c-format msgid "%s: profiling rate incompatible with first gmon file\n" msgstr "" -#: gmon_io.c:207 +#: gmon_io.c:232 #, c-format msgid "%s: incompatible with first gmon file\n" msgstr "" -#: gmon_io.c:245 +#: gmon_io.c:271 #, c-format msgid "%s: unexpected EOF after reading %d/%d bins\n" msgstr "" -#: gmon_io.c:280 +#: gmon_io.c:306 msgid "time is in ticks, not seconds\n" msgstr "" -#: gmon_io.c:286 gmon_io.c:410 +#: gmon_io.c:312 gmon_io.c:452 #, c-format msgid "%s: don't know how to deal with file format %d\n" msgstr "" -#: gmon_io.c:293 +#: gmon_io.c:319 #, c-format msgid "File `%s' (version %d) contains:\n" msgstr "" -#: gmon_io.c:295 +#: gmon_io.c:321 #, c-format msgid "\t%d histogram record%s\n" msgstr "" -#: gmon_io.c:297 +#: gmon_io.c:323 #, c-format msgid "\t%d call-graph record%s\n" msgstr "" -#: gmon_io.c:299 +#: gmon_io.c:325 #, c-format msgid "\t%d basic-block count record%s\n" msgstr "" @@ -346,103 +347,103 @@ msgstr "" msgid "%s: debugging not supported; -d ignored\n" msgstr "" -#: gprof.c:306 +#: gprof.c:309 #, c-format msgid "%s: unknown file format %s\n" msgstr "" #. This output is intended to follow the GNU standards document. -#: gprof.c:390 +#: gprof.c:393 #, c-format msgid "GNU gprof %s\n" msgstr "" -#: gprof.c:391 +#: gprof.c:394 msgid "" "Based on BSD gprof, copyright 1983 Regents of the University of California.\n" msgstr "" -#: gprof.c:392 +#: gprof.c:395 msgid "" "This program is free software. This program has absolutely no warranty.\n" msgstr "" -#: gprof.c:438 +#: gprof.c:441 #, c-format msgid "" "%s: Only one of --function-ordering and --file-ordering may be specified.\n" msgstr "" -#: gprof.c:538 +#: gprof.c:541 #, c-format msgid "%s: sorry, file format `prof' is not yet supported\n" msgstr "" -#: gprof.c:599 +#: gprof.c:602 #, c-format msgid "%s: gmon.out file is missing histogram\n" msgstr "" -#: gprof.c:606 +#: gprof.c:609 #, c-format msgid "%s: gmon.out file is missing call-graph data\n" msgstr "" -#: hist.c:142 +#: hist.c:143 #, c-format msgid "%s: `%s' is incompatible with first gmon file\n" msgstr "" -#: hist.c:158 +#: hist.c:159 #, c-format msgid "%s: %s: unexpected EOF after reading %d of %d samples\n" msgstr "" -#: hist.c:377 +#: hist.c:381 #, c-format msgid "%c%c/call" msgstr "" -#: hist.c:385 +#: hist.c:389 msgid "" " for %.2f%% of %.2f %s\n" "\n" msgstr "" -#: hist.c:391 +#: hist.c:395 #, c-format msgid "" "\n" "Each sample counts as %g %s.\n" msgstr "" -#: hist.c:396 +#: hist.c:400 msgid "" " no time accumulated\n" "\n" msgstr "" -#: hist.c:402 +#: hist.c:406 msgid "cumulative" msgstr "" -#: hist.c:402 +#: hist.c:406 msgid "self " msgstr "" -#: hist.c:402 +#: hist.c:406 msgid "total " msgstr "" -#: hist.c:404 +#: hist.c:408 msgid "time" msgstr "" -#: hist.c:404 +#: hist.c:408 msgid "calls" msgstr "" -#: hist.c:515 +#: hist.c:517 msgid "" "\n" "\n" @@ -450,7 +451,7 @@ msgid "" "flat profile:\n" msgstr "" -#: hist.c:521 +#: hist.c:523 msgid "Flat profile:\n" msgstr "" -- cgit v1.1