diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/cpp.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 624cac2..6790da2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-09-11 Hideki Iwamoto <h-iwamoto@kit.hi-ho.ne.jp> + + * doc/cpp.texi: Fix names of charset options. + 2006-09-10 Andrew Pinski <pinskia@physics.uc.edu> PR target/29009 diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index 2a053ad..13b92f3 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} |