]> gcc.gnu.org Git - gcc.git/commit
Makefile.in (OBJS-common): Remove dwarfout.o.
authorMark Mitchell <mark@codesourcery.com>
Wed, 24 Dec 2003 00:14:25 +0000 (00:14 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 24 Dec 2003 00:14:25 +0000 (00:14 +0000)
commitdef66b107c900d44b72e94cb14a0087a1f61ee0f
tree8b0309833e62a84f7c114dbcdc3d3a17cbdbc000
parentb8ee7f0279afe920c8e5740499bfd0368f8f806b
Makefile.in (OBJS-common): Remove dwarfout.o.

* Makefile.in (OBJS-common): Remove dwarfout.o.
(dwarfout.o): Remove.
* common.opt: Remove -gdwarf, -gdwarf+.
* defaults.h (PREFERRED_DEBUGGING_TYPE): Do not check for
DWARF_DEBUGGING_INFO.
* dwarf2out.c: Fix typo in comment.
* dwarfout.c: Remove.
* opts.c (common_handle_option): Remove OPT_gdwarf, OPT_gdwarf_.
* toplev.c (process_options): Remove check for
DWARF_DEBUGGING_INFO.
* config/elfos.h (DWARF_DEBUGGING_INFO): Do not #define it or
#undef it.
* config/netware.h (DWARF_DEBUGGING_INFO): Likewise.
* config/ptx4.h (DWARF_DEBUGGING_INFO): Likewise.
* config/vxworks.h (DWARF_DEBUGGING_INFO): Likewise.
* config/alpha/unicosmk.h (DWARF_DEBUGGING_INFO): Likewise.
* config/arc/arc.h (DWARF_DEBUGGING_INFO): Likewise.
* config/i386/sco5.h (DWARF_DEBUGGING_INFO): Likewise.
* config/i386/x86-64.h (DWARF_DEBUGGING_INFO): Likewise.
* config/m32r/m32r.h (DWARF_DEBUGGING_INFO): Likewise.
* config/mcore/mcore-elf.h (DWARF_DEBUGGING_INFO): Likewise.
* config/sparc/linux64.h (DWARF_DEBUGGING_INFO): Likewise.
* config/sparc/liteelf.h (DWARF_DEBUGGING_INFO): Likewise.
* config/sparc/sol26-sld.h (DWARF_DEBUGGING_INFO): Likewise.
* config/sparc/sp86x-elf.h (DWARF_DEBUGGING_INFO): Likewise.
* doc/invoke.texi: Do not mention -gdwarf, -gdwarf-1, -gdwarf-1+,
or -gdwarf+.
* doc/tm.texi: Likewise.

From-SVN: r74996
24 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/common.opt
gcc/config/alpha/unicosmk.h
gcc/config/arc/arc.h
gcc/config/elfos.h
gcc/config/i386/sco5.h
gcc/config/i386/x86-64.h
gcc/config/m32r/m32r.h
gcc/config/mcore/mcore-elf.h
gcc/config/netware.h
gcc/config/ptx4.h
gcc/config/sparc/linux64.h
gcc/config/sparc/liteelf.h
gcc/config/sparc/sol26-sld.h
gcc/config/sparc/sp86x-elf.h
gcc/config/vxworks.h
gcc/defaults.h
gcc/doc/invoke.texi
gcc/doc/tm.texi
gcc/dwarf2out.c
gcc/dwarfout.c [deleted file]
gcc/opts.c
gcc/toplev.c
This page took 0.061512 seconds and 5 git commands to generate.