configure.in (HAVE_AS_GDWARF2_DEBUG_FLAG): Define.
authorGeoffrey Keating <geoffk@redhat.com>
Tue, 20 Nov 2001 10:16:09 +0000 (10:16 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Tue, 20 Nov 2001 10:16:09 +0000 (10:16 +0000)
commit5f0e9ea2789c1f2c3e28497a906857c3ba89564a
treefd1b1fc0714cb784db75a1235b1bd95e97dfc4a7
parent2d2e8123b5928675f46e2628e7cac9c13875d2cd
configure.in (HAVE_AS_GDWARF2_DEBUG_FLAG): Define.

* configure.in (HAVE_AS_GDWARF2_DEBUG_FLAG): Define.
(HAVE_AS_GSTABS_DEBUG_FLAG): Define.
* configure: Regenerate.
* config.in: Add dummy definitions of new flags.
* toplev.c (PREFERRED_DEBUGGING_TYPE): Move definition to...
* defaults.h (PREFERRED_DEBUGGING_TYPE): ... here.
* gcc.c (ASM_DEBUG_SPEC): New macro.
(asm_debug): New static variable.
(default_compilers): Add asm_debug when assembling from
user input.
(static_specs): Add asm_debug.

From-SVN: r47210
gcc/ChangeLog
gcc/config.in
gcc/configure
gcc/configure.in
gcc/defaults.h
gcc/gcc.c
gcc/toplev.c