]> git.ipfire.org Git - thirdparty/gcc.git/commit
c-pch.c: Include flags.h.
authorGeoffrey Keating <geoffk@apple.com>
Sat, 12 Apr 2003 01:58:33 +0000 (01:58 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sat, 12 Apr 2003 01:58:33 +0000 (01:58 +0000)
commitdf0261868594f8e8c8ec2e1a369ca7fe867a2d02
tree0ea37f5d25de0878bd332dd8e39db5a011511fb7
parentba05abd3e0f72539ee5bbb5ee2fa360cffd9eeb6
c-pch.c: Include flags.h.

* c-pch.c: Include flags.h.  Add comments to routines.
(struct c_pch_validity): New.
(get_ident): Update PCH file version number.
(pch_init): Output current debugging type.
(c_common_valid_pch): Check debugging type.
* Makefile.in (c-pch.o): Update dependencies.
* flags.h (debug_type_names): Declare.
* toplev.c (debug_type_names): Move out of decode_g_option.

From-SVN: r65499
gcc/ChangeLog
gcc/Makefile.in
gcc/c-pch.c
gcc/flags.h
gcc/toplev.c