gcc.c (process_command): Don't internationalize the Copyright message.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 24 Jan 2004 10:09:48 +0000 (10:09 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 24 Jan 2004 10:09:48 +0000 (10:09 +0000)
* gcc.c (process_command): Don't internationalize the
Copyright message.
* mips-tfile.c (main): Likewise.

From-SVN: r76488

gcc/ChangeLog
gcc/gcc.c
gcc/mips-tfile.c

index 75da34645565a727aedc36f0ea0c4c9e44231ca7..edb692249795dda32ec7102718eafdc93e4707a7 100644 (file)
@@ -1,3 +1,9 @@
+2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * gcc.c (process_command): Don't internationalize the
+       Copyright message.
+       * mips-tfile.c (main): Likewise.
+
 2004-01-24  Andreas Tobler  <a.tobler@schweiz.ch>
 
        * cse.c: (cse_cc_succs) Fix comparison warning.
index d7947c28620a45d2500367dd0b3e5624e1ea4f52..340322093e06e11eb3c988760d607c3e71a36e1e 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -3347,7 +3347,7 @@ process_command (int argc, const char *const *argv)
        {
          /* translate_options () has turned --version into -fversion.  */
          printf (_("%s (GCC) %s\n"), programname, version_string);
-         fputs (_("Copyright (C) 2003 Free Software Foundation, Inc.\n"),
+         fputs ("Copyright (C) 2004 Free Software Foundation, Inc.\n",
                 stdout);
          fputs (_("This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"),
index 314ed53fab7c859fa406f8e9495ebc59707e8d6c..9b333063e34d90c52a617012798ff01d42ee3c14 100644 (file)
@@ -3,7 +3,7 @@
    in the form of comments (the mips assembler does not support
    assembly access to debug information).
    Copyright (C) 1991, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001,
-   2002, 2003 Free Software Foundation, Inc.
+   2002, 2003, 2004 Free Software Foundation, Inc.
    Contributed by Michael Meissner (meissner@cygnus.com).
 
 This file is part of GCC.
@@ -4774,7 +4774,7 @@ main (int argc, char **argv)
   if (version)
     {
       printf (_("mips-tfile (GCC) %s\n"), version_string);
-      fputs (_("Copyright (C) 2003 Free Software Foundation, Inc.\n"), stdout);
+      fputs ("Copyright (C) 2004 Free Software Foundation, Inc.\n", stdout);
       fputs (_("This is free software; see the source for copying conditions.  There is NO\n\
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"),
             stdout);