comparison gcc/mips-tfile.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 /* Update the symbol table (the .T file) in a MIPS object to 1 /* Update the symbol table (the .T file) in a MIPS object to
2 contain debugging information specified by the GNU compiler 2 contain debugging information specified by the GNU compiler
3 in the form of comments (the mips assembler does not support 3 in the form of comments (the mips assembler does not support
4 assembly access to debug information). 4 assembly access to debug information).
5 Copyright (C) 1991, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, 5 Copyright (C) 1991, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001,
6 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 6 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
7 Free Software Foundation, Inc. 7 Free Software Foundation, Inc.
8 Contributed by Michael Meissner (meissner@cygnus.com). 8 Contributed by Michael Meissner (meissner@cygnus.com).
9 9
10 This file is part of GCC. 10 This file is part of GCC.
11 11
4784 } 4784 }
4785 4785
4786 if (version) 4786 if (version)
4787 { 4787 {
4788 printf (_("mips-tfile %s%s\n"), pkgversion_string, version_string); 4788 printf (_("mips-tfile %s%s\n"), pkgversion_string, version_string);
4789 fputs ("Copyright (C) 2009 Free Software Foundation, Inc.\n", stdout); 4789 fputs ("Copyright (C) 2010 Free Software Foundation, Inc.\n", stdout);
4790 fputs (_("This is free software; see the source for copying conditions. There is NO\n\ 4790 fputs (_("This is free software; see the source for copying conditions. There is NO\n\
4791 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"), 4791 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"),
4792 stdout); 4792 stdout);
4793 exit (0); 4793 exit (0);
4794 } 4794 }