gcc.c (process_command): Allow translation of the copyright symbol but not the rest...
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 20 Feb 2004 06:46:42 +0000 (06:46 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 20 Feb 2004 06:46:42 +0000 (06:46 +0000)
commit9f76f909c9a914fe53740ff840dbff65cd35c0d8
treec6e523ebac58916a0259e2b00ea8f079653bb343
parenta6567a0faaeafd7dc37eb6d52666c12f466c376f
gcc.c (process_command): Allow translation of the copyright symbol but not the rest of the copyright message.

gcc/
* gcc.c (process_command): Allow translation of the copyright
symbol but not the rest of the copyright message.
* gcov.c (print_version): Likewise.  Allow translation of the
message about warranty.

gcc/f/
* Make-lang.in (g77spec.o): Depend on intl.h.
* g77spec.c: Include intl.h.
(lang_specific_driver): Allow translation of the copyright
symbol but not the rest of the copyright message.  Allow
translation of the message about warranty.

From-SVN: r78152
gcc/ChangeLog
gcc/f/ChangeLog
gcc/f/Make-lang.in
gcc/f/g77spec.c
gcc/gcc.c
gcc/gcov.c