* cppinit.c (OPT_g): Remove.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Jan 2001 21:32:15 +0000 (21:32 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Jan 2001 21:32:15 +0000 (21:32 +0000)
commitb60b3a91bdeb6838559a2614ccaf18fefab6606f
tree9bc54295cab080e92961c0c2c633b0cf8d87d4a2
parent5d5af8e54960cf573d8a7a3f1c0efd4355adbca0
    * cppinit.c (OPT_g): Remove.
        (cpp_handle_option): Update for removed -g3.
        (print_help): Update.
        * cpplib.h (struct cpp_options): Remove debug_output.
        * cppmain.c (setup_callbacks, cb_define): Update.
        * gcc.c (cpp_options): Translate -g3 to -dD.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38881 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cppinit.c
gcc/cpplib.h
gcc/cppmain.c
gcc/gcc.c