comparison gcc/mips-tdump.c @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents 77e2b8dfacca
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
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 }