comparison gcc/mips-tfile.c @ 47:3bfb6c00c1e0

update it from 4.4.2 to 4.4.3.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Sun, 07 Feb 2010 17:44:34 +0900
parents a06113de4d67
children 77e2b8dfacca
comparison
equal deleted inserted replaced
46:b85a337e5837 47:3bfb6c00c1e0
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
4779 } 4779 }
4780 4780
4781 if (version) 4781 if (version)
4782 { 4782 {
4783 printf (_("mips-tfile %s%s\n"), pkgversion_string, version_string); 4783 printf (_("mips-tfile %s%s\n"), pkgversion_string, version_string);
4784 fputs ("Copyright (C) 2009 Free Software Foundation, Inc.\n", stdout); 4784 fputs ("Copyright (C) 2010 Free Software Foundation, Inc.\n", stdout);
4785 fputs (_("This is free software; see the source for copying conditions. There is NO\n\ 4785 fputs (_("This is free software; see the source for copying conditions. There is NO\n\
4786 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"), 4786 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"),
4787 stdout); 4787 stdout);
4788 exit (0); 4788 exit (0);
4789 } 4789 }