From f8ca7e49b358124e451580bf3bcd3b1d3cb05608 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Wed, 25 Aug 2004 07:34:54 +0000 Subject: flags.h (enum debug_info_type): Remove DWARF_DEBUG. * flags.h (enum debug_info_type): Remove DWARF_DEBUG. * defaults.h (PREFERRED_DEBUGGING_TYPE): Remove check for DWARF_DEBUGGING_INFO from choice-of-definition chain; restructure using C89 features (#elif, #error). * c-lex.c, final.c, opts.c, config/cris/cris.c, config/frv/frv.c * config/sh/sh.h: Remove references to DWARF_DEBUG. * doc/invoke.texi: Remove references to DWARF version 1; clarify why -gdwarf-2 doesn't work. cp: * class.c, search.c: Remove references to DWARF_DEBUG. From-SVN: r86540 --- gcc/c-lex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/c-lex.c') diff --git a/gcc/c-lex.c b/gcc/c-lex.c index 7fc47ba..74f8be6 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -104,7 +104,7 @@ init_c_lex (void) /* Set the debug callbacks if we can use them. */ if (debug_info_level == DINFO_LEVEL_VERBOSE - && (write_symbols == DWARF_DEBUG || write_symbols == DWARF2_DEBUG + && (write_symbols == DWARF2_DEBUG || write_symbols == VMS_AND_DWARF2_DEBUG)) { cb->define = cb_define; -- cgit v1.1