toplev.c (lang_options): Add -trigraphs option for cpplib.

Tue Jun 16 17:36:35 1998  Dave Brolley  <brolley@cygnus.com>
	* toplev.c (lang_options): Add -trigraphs option for cpplib.

From-SVN: r20527
This commit is contained in:
Dave Brolley 1998-06-16 15:48:14 +00:00 committed by Dave Brolley
parent 75528b80dc
commit ad1da1de8c
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Tue Jun 16 17:36:35 1998 Dave Brolley <brolley@cygnus.com>
* toplev.c (lang_options): Add -trigraphs option for cpplib.
Tue Jun 16 23:33:24 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
* reload1.c (reload_reg_free_before_p): RELOAD_FOR_OUTADDR_ADDRESS

View File

@ -907,6 +907,7 @@ char *lang_options[] =
"-lang-c++",
"-nostdinc",
"-nostdinc++",
"-trigraphs",
"-undef",
"-remap",