diff options
| author | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-16 23:50:41 +0000 |
|---|---|---|
| committer | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-16 23:50:41 +0000 |
| commit | f30a9f287c063194354f8d4e87cf41692d59b1b1 (patch) | |
| tree | 176d2f07c0db7cce1605809b8d9ff6b47fd96f8f | |
| parent | 41252d26d3a865fba9837edf96918279771f4794 (diff) | |
| download | ppe42-gcc-f30a9f287c063194354f8d4e87cf41692d59b1b1.tar.gz ppe42-gcc-f30a9f287c063194354f8d4e87cf41692d59b1b1.zip | |
2004-03-16 Eric Christopher <echristo@redhat.com>
* doc/cppopts.texi(fwide-exec-charset): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79557 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 8 | ||||
| -rw-r--r-- | gcc/doc/cppopts.texi | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4cb106842fe..6d7374d8e95 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 @@ -412,7 +416,7 @@ * 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 @@ -626,7 +630,7 @@ 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. diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index fb8f5c72122..686de1dd2ad 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -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}. |

