]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cppopts.texi (fwide-exec-charset): Fix typo.
authorEric Christopher <echristo@gcc.gnu.org>
Tue, 16 Mar 2004 23:50:41 +0000 (23:50 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Tue, 16 Mar 2004 23:50:41 +0000 (23:50 +0000)
2004-03-16  Eric Christopher  <echristo@redhat.com>

* doc/cppopts.texi(fwide-exec-charset): Fix typo.

From-SVN: r79557

gcc/ChangeLog
gcc/doc/cppopts.texi

index 4cb106842fe4927a9d03d43a43bd68480fdcbad3..6d7374d8e95c4ccba61d809ca749f68d0a3ec786 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-16  Eric Christopher  <echristo@redhat.com>
+
+       * doc/cppopts.texi(fwide-exec-charset): Fix typo.
+
 2004-03-16  Kazu Hirata  <kazu@cs.umass.edu>
 
        * config/i386/i386-protos.h: Add a prototype for
        * doc/tm.texi: Document TARGET_USES_WEAK_UNWIND_INFO,
        TARGET_EXPLICIT_INSTANTIATIONS_ONE_ONLY, TARGET_SUPPORTS_HIDDEN,
        TARGET_ASM_EMIT_UNWIND_LABEL.
-       
+
 2004-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * builtins.c (expand_builtin_mathfn): Add pow10* to the
        and gt_pch_use_address.
        * config/host-linux.c, config/host-solaris.c: New files.
        * config/x-linux, config/x-solaris: New files.
-       * config/rs6000/host-darwin.c (darwin_rs6000_gt_pch_get_address): 
+       * config/rs6000/host-darwin.c (darwin_rs6000_gt_pch_get_address):
        Update for changed definition.
        (darwin_rs6000_gt_pch_use_address): Likewise.
        * doc/hostconfig.texi: Update docs.
index fb8f5c72122b62dddd476711de6a8d55fcdda2cf..686de1dd2adb5bb61b44463899c302ae1e5068cb 100644 (file)
@@ -507,7 +507,7 @@ supported by the system's @code{iconv} library routine.
 Set the wide execution character set, used for wide string and
 character constants.  The default is UTF-32 or UTF-16, whichever
 corresponds to the width of @code{wchar_t}.  As with
-@option{-ftarget-charset}, @var{charset} can be any encoding supported
+@option{-fexec-charset}, @var{charset} can be any encoding supported
 by the system's @code{iconv} library routine; however, you will have
 problems with encodings that do not fit exactly in @code{wchar_t}.