From: Hideki Iwamoto Date: Mon, 11 Sep 2006 08:34:36 +0000 (+0900) Subject: cpp.texi: Fix names of charset options. X-Git-Tag: releases/gcc-4.0.4~373 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39d12225d7169001a547518ee7c973f78dfe2649;p=thirdparty%2Fgcc.git cpp.texi: Fix names of charset options. gcc/ 2006-09-11 Hideki Iwamoto * doc/cpp.texi: Fix names of charset options. From-SVN: r116843 --- 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}