diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 624cac2ec57..6790da2152b 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 2a053adcd86..13b92f306e5 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}