Deleted Added
full compact
gcov-dump.c (132718) gcov-dump.c (161651)
1/* Dump a gcov file, for debugging use.
1/* Dump a gcov file, for debugging use.
2 Copyright (C) 2002, 2003 Free Software Foundation, Inc.
2 Copyright (C) 2002, 2003, 2006 Free Software Foundation, Inc.
3 Contributed by Nathan Sidwell <nathan@codesourcery.com>
4
5Gcov is free software; you can redistribute it and/or modify
6it under the terms of the GNU General Public License as published by
7the Free Software Foundation; either version 2, or (at your option)
8any later version.
9
10Gcov is distributed in the hope that it will be useful,

--- 102 unchanged lines hidden (view full) ---

113 printf (" -l, --long Dump record contents too\n");
114 printf (" -p, --positions Dump record positions\n");
115}
116
117static void
118print_version (void)
119{
120 printf ("gcov-dump (GCC) %s\n", version_string);
3 Contributed by Nathan Sidwell <nathan@codesourcery.com>
4
5Gcov is free software; you can redistribute it and/or modify
6it under the terms of the GNU General Public License as published by
7the Free Software Foundation; either version 2, or (at your option)
8any later version.
9
10Gcov is distributed in the hope that it will be useful,

--- 102 unchanged lines hidden (view full) ---

113 printf (" -l, --long Dump record contents too\n");
114 printf (" -p, --positions Dump record positions\n");
115}
116
117static void
118print_version (void)
119{
120 printf ("gcov-dump (GCC) %s\n", version_string);
121 printf ("Copyright (C) 2003 Free Software Foundation, Inc.\n");
121 printf ("Copyright (C) 2006 Free Software Foundation, Inc.\n");
122 printf ("This is free software; see the source for copying conditions.\n"
123 "There is NO warranty; not even for MERCHANTABILITY or \n"
124 "FITNESS FOR A PARTICULAR PURPOSE.\n\n");
125}
126
127static void
128print_prefix (const char *filename, unsigned depth, gcov_position_t position)
129{

--- 307 unchanged lines hidden ---
122 printf ("This is free software; see the source for copying conditions.\n"
123 "There is NO warranty; not even for MERCHANTABILITY or \n"
124 "FITNESS FOR A PARTICULAR PURPOSE.\n\n");
125}
126
127static void
128print_prefix (const char *filename, unsigned depth, gcov_position_t position)
129{

--- 307 unchanged lines hidden ---