comparison gcc/mips-tdump.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
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
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, 2010 Free Software Foundation, Inc. 3 2006, 2007, 2008, 2009, 2010, 2011 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) 2010 Free Software Foundation, Inc.\n", stdout); 1417 fputs ("Copyright (C) 2011 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 }