From b60b3a91bdeb6838559a2614ccaf18fefab6606f Mon Sep 17 00:00:00 2001 From: neil Date: Wed, 10 Jan 2001 21:32:15 +0000 Subject: * 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/cpplib.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gcc/cpplib.h') diff --git a/gcc/cpplib.h b/gcc/cpplib.h index d5063b96c26..bbfb48c2790 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -411,14 +411,6 @@ struct cpp_options /* Nonzero means dump macros in some fashion - see above. */ unsigned char dump_macros; - /* Nonzero means pass all #define and #undef directives which we - actually process through to the output stream. This feature is - used primarily to allow cc1 to record the #defines and #undefs - for the sake of debuggers which understand about preprocessor - macros, but it may also be useful with -E to figure out how - symbols are defined, and where they are defined. */ - unsigned char debug_output; - /* Nonzero means pass #include lines through to the output. */ unsigned char dump_includes; -- cgit v1.2.3