comparison gcc/gcov-dump.c @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents b7f97abdc517
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Dump a gcov file, for debugging use. 1 /* Dump a gcov file, for debugging use.
2 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 2 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 Contributed by Nathan Sidwell <nathan@codesourcery.com> 4 Contributed by Nathan Sidwell <nathan@codesourcery.com>
5 5
6 Gcov is free software; you can redistribute it and/or modify 6 Gcov is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
119 119
120 static void 120 static void
121 print_version (void) 121 print_version (void)
122 { 122 {
123 printf ("gcov-dump %s%s\n", pkgversion_string, version_string); 123 printf ("gcov-dump %s%s\n", pkgversion_string, version_string);
124 printf ("Copyright (C) 2010 Free Software Foundation, Inc.\n"); 124 printf ("Copyright (C) 2011 Free Software Foundation, Inc.\n");
125 printf ("This is free software; see the source for copying conditions.\n" 125 printf ("This is free software; see the source for copying conditions.\n"
126 "There is NO warranty; not even for MERCHANTABILITY or \n" 126 "There is NO warranty; not even for MERCHANTABILITY or \n"
127 "FITNESS FOR A PARTICULAR PURPOSE.\n\n"); 127 "FITNESS FOR A PARTICULAR PURPOSE.\n\n");
128 } 128 }
129 129