Mercurial > hg > CbC > CbC_gcc
comparison gcc/gcc.c @ 48:9907f3135723
update CbC on GCC from 4.4.2 to 4.4.3.
author | kent <kent@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 07 Feb 2010 17:48:31 +0900 |
parents | caeb520cebed 3bfb6c00c1e0 |
children | 326d9e06c2e3 |
comparison
equal
deleted
inserted
replaced
45:d645ac0f55d6 | 48:9907f3135723 |
---|---|
3643 else if (strcmp (argv[i], "-fversion") == 0) | 3643 else if (strcmp (argv[i], "-fversion") == 0) |
3644 { | 3644 { |
3645 /* translate_options () has turned --version into -fversion. */ | 3645 /* translate_options () has turned --version into -fversion. */ |
3646 printf (_("%s %s%s\n"), programname, pkgversion_string, | 3646 printf (_("%s %s%s\n"), programname, pkgversion_string, |
3647 version_string); | 3647 version_string); |
3648 printf ("Copyright %s 2009 Free Software Foundation, Inc.\n", | 3648 printf ("Copyright %s 2010 Free Software Foundation, Inc.\n", |
3649 _("(C)")); | 3649 _("(C)")); |
3650 fputs (_("This is free software; see the source for copying conditions. There is NO\n\ | 3650 fputs (_("This is free software; see the source for copying conditions. There is NO\n\ |
3651 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"), | 3651 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"), |
3652 stdout); | 3652 stdout); |
3653 exit (0); | 3653 exit (0); |