diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2001-01-10 21:32:15 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2001-01-10 21:32:15 +0000 |
commit | 5c5d1ea0c8c9faf670e045f24fbe53f5115d46da (patch) | |
tree | 9bc54295cab080e92961c0c2c633b0cf8d87d4a2 /gcc/cpplib.h | |
parent | d9271ccca6f90fcdd7daed87f0bb2f6e94d2c698 (diff) | |
download | gcc-5c5d1ea0c8c9faf670e045f24fbe53f5115d46da.zip gcc-5c5d1ea0c8c9faf670e045f24fbe53f5115d46da.tar.gz gcc-5c5d1ea0c8c9faf670e045f24fbe53f5115d46da.tar.bz2 |
cppinit.c (OPT_g): Remove.
* 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.
From-SVN: r38881
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h index d5063b9..bbfb48c 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; |