diff options
author | Geoffrey Keating <geoffk@apple.com> | 2003-05-16 23:38:42 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2003-05-16 23:38:42 +0000 |
commit | 79406520e945ecace14f56e3af4b88936153649c (patch) | |
tree | bc71e2796f057f96769ec1dcfec8dca0b592c95c /gcc/ChangeLog | |
parent | 72701eabe7b06cba4b4905bb4116ea1be54909f5 (diff) | |
download | gcc-79406520e945ecace14f56e3af4b88936153649c.zip gcc-79406520e945ecace14f56e3af4b88936153649c.tar.gz gcc-79406520e945ecace14f56e3af4b88936153649c.tar.bz2 |
cppopts.texi (-undef): Fix texinfo warning.
* doc/cppopts.texi (-undef): Fix texinfo warning.
* doc/cppopts.texi (-H): Document that -H works for PCH files too.
* cppfiles.c (validate_pch): When -H is used, print some information
about PCH files found.
From-SVN: r66894
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ce2dbef..73f772a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2003-05-16 Geoffrey Keating <geoffk@apple.com> + + * doc/cppopts.texi (-undef): Fix texinfo warning. + + * doc/cppopts.texi (-H): Document that -H works for PCH files too. + * cppfiles.c (validate_pch): When -H is used, print some information + about PCH files found. + 2003-05-16 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> * config/mips/t-elf: Remove obsolete rules adding dependencies on tm.h. |