From: Hideki Iwamoto Date: Mon, 11 Sep 2006 08:33:49 +0000 (+0900) Subject: cpp.texi: Fix names of charset options. X-Git-Tag: releases/gcc-4.2.0~1454 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c387be360e6ac258fc9293db42890d4b96ee276;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: r116841 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 624cac2ec57a..6790da2152bc 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 Andrew Pinski PR target/29009 diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index 2a053adcd86a..13b92f306e5a 100644 --- a/gcc/doc/cpp.texi +++ b/gcc/doc/cpp.texi @@ -3792,7 +3792,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}