2007/03/05 David Taylor <dtaylor@emc.com>
2007/03/05 David Taylor <dtaylor@emc.com> * gcc.c: Correct copyright date in --version output. From-SVN: r122596
This commit is contained in:
parent
50f9c211a6
commit
9e8f695979
@ -1,3 +1,7 @@
|
||||
2007/03/05 David Taylor <dtaylor@emc.com>
|
||||
|
||||
* gcc.c: Correct copyright date in --version output.
|
||||
|
||||
2007-03-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
* pa.md: In unamed move patterns, disparge copies between general
|
||||
|
@ -3572,7 +3572,7 @@ process_command (int argc, const char **argv)
|
||||
{
|
||||
/* translate_options () has turned --version into -fversion. */
|
||||
printf (_("%s (GCC) %s\n"), programname, version_string);
|
||||
printf ("Copyright %s 2006 Free Software Foundation, Inc.\n",
|
||||
printf ("Copyright %s 2007 Free Software Foundation, Inc.\n",
|
||||
_("(C)"));
|
||||
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"),
|
||||
|
Loading…
Reference in New Issue
Block a user