OSDN Git Service

* flags.h (enum debug_info_type): Remove DWARF_DEBUG.
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Aug 2004 07:34:54 +0000 (07:34 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Aug 2004 07:34:54 +0000 (07:34 +0000)
commit346e0763dcb885204cd96b050f67550cf5f79a06
tree7abdfe92f2a97062a9c729c69ce849d227970c39
parenta9b8c2ffe4bf6b6613d3a390c1d6a3ff5131b665
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86540 138bc75d-0d04-0410-961f-82ee72b054a4
13 files changed:
gcc/ChangeLog
gcc/c-lex.c
gcc/config/cris/cris.c
gcc/config/frv/frv.c
gcc/config/sh/sh.h
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/search.c
gcc/defaults.h
gcc/doc/invoke.texi
gcc/final.c
gcc/flags.h
gcc/opts.c