This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

incorrect ChangeLog line


In this entry:

2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>

        PR preprocessor/6517
        * Makefile.in: Update.
        [* c-common.c (c_common_post_options): Add preprocessor
        errors to the error count.]
        [* c-lang.c (c_post_options): Kill.]
        [(LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.]
        * hooks.h: Add header guards.
        [* langhooks-def.h: Include hooks.h.
        (LANG_HOOKS_POST_OPTIONS): Update.]
        [* langhooks.h (struct lang_hooks): Update post_options.]
        * toplev.c (parse_options_and_default_flags): Update.
objc:
        * objc-lang.c (objc_post_options): Kill.
        (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.

The function in toplev.c that was changed is actually toplev_main.


-- 
--------------------------
SuperH (UK) Ltd.
2410 Aztec West / Almondsbury / BRISTOL / BS32 4QX
T:+44 1454 465658


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]