comparison gcc/mips-tdump.c @ 48:9907f3135723

update CbC on GCC from 4.4.2 to 4.4.3.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Sun, 07 Feb 2010 17:48:31 +0900
parents 3bfb6c00c1e0
children 77e2b8dfacca
comparison
equal deleted inserted replaced
45:d645ac0f55d6 48:9907f3135723
1 /* Read and manage MIPS symbol tables from object modules. 1 /* Read and manage MIPS symbol tables from object modules.
2 Copyright (C) 1991, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2 Copyright (C) 1991, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2003, 2004,
3 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 3 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
4 Contributed by hartzell@boulder.colorado.edu, 4 Contributed by hartzell@boulder.colorado.edu,
5 Rewritten by meissner@osf.org. 5 Rewritten by meissner@osf.org.
6 6
7 This file is part of GCC. 7 This file is part of GCC.
8 8
1412 } 1412 }
1413 1413
1414 if (version) 1414 if (version)
1415 { 1415 {
1416 printf ("mips-tdump %s%s\n", pkgversion_string, version_string); 1416 printf ("mips-tdump %s%s\n", pkgversion_string, version_string);
1417 fputs ("Copyright (C) 2009 Free Software Foundation, Inc.\n", stdout); 1417 fputs ("Copyright (C) 2010 Free Software Foundation, Inc.\n", stdout);
1418 fputs ("This is free software; see the source for copying conditions. There is NO\n\ 1418 fputs ("This is free software; see the source for copying conditions. There is NO\n\
1419 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n", 1419 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n",
1420 stdout); 1420 stdout);
1421 exit (0); 1421 exit (0);
1422 } 1422 }