diff options
author | Zack Weinberg <zack@codesourcery.com> | 2004-08-25 07:34:54 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2004-08-25 07:34:54 +0000 |
commit | f8ca7e49b358124e451580bf3bcd3b1d3cb05608 (patch) | |
tree | 7abdfe92f2a97062a9c729c69ce849d227970c39 /gcc/flags.h | |
parent | 69b9b0d2c3bab21445547546a4742e73a515ad36 (diff) | |
download | gcc-f8ca7e49b358124e451580bf3bcd3b1d3cb05608.zip gcc-f8ca7e49b358124e451580bf3bcd3b1d3cb05608.tar.gz gcc-f8ca7e49b358124e451580bf3bcd3b1d3cb05608.tar.bz2 |
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<n> doesn't work.
cp:
* class.c, search.c: Remove references to DWARF_DEBUG.
From-SVN: r86540
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index 542a53f..c0fcc3c 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -30,7 +30,6 @@ enum debug_info_type NO_DEBUG, /* Write no debug info. */ DBX_DEBUG, /* Write BSD .stabs for DBX (using dbxout.c). */ SDB_DEBUG, /* Write COFF for (old) SDB (using sdbout.c). */ - DWARF_DEBUG, /* Write Dwarf debug info (using dwarfout.c). */ DWARF2_DEBUG, /* Write Dwarf v2 debug info (using dwarf2out.c). */ XCOFF_DEBUG, /* Write IBM/Xcoff debug info (using dbxout.c). */ VMS_DEBUG, /* Write VMS debug info (using vmsdbgout.c). */ |