From 39d12225d7169001a547518ee7c973f78dfe2649 Mon Sep 17 00:00:00 2001 From: Hideki Iwamoto Date: Mon, 11 Sep 2006 17:34:36 +0900 Subject: [PATCH] cpp.texi: Fix names of charset options. gcc/ 2006-09-11 Hideki Iwamoto * doc/cpp.texi: Fix names of charset options. From-SVN: r116843 --- gcc/ChangeLog | 4 ++++ gcc/doc/cpp.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 90642f04cb04..b103fa76f6fb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-09-11 Hideki Iwamoto + + * doc/cpp.texi: Fix names of charset options. + 2006-09-10 Eric Botcazou PR rtl-optimization/28636 diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index 15d301ab7ef1..6cce983f313e 100644 --- a/gcc/doc/cpp.texi +++ b/gcc/doc/cpp.texi @@ -3757,7 +3757,7 @@ execution character set. Currently, CPP requires its input to be ASCII or UTF-8. The execution character set may be controlled by the user, with the -@option{-ftarget-charset} and @option{-ftarget-wide-charset} options. +@option{-fexec-charset} and @option{-fwide-exec-charset} options. @item Identifier characters. @anchor{Identifier characters} -- 2.47.2