gcc.c: Fix typo PREFERRED_DEBUGGING_FORMAT -> PREFERRED_DEBUGGING_TYPE.

* gcc.c: Fix typo PREFERRED_DEBUGGING_FORMAT ->
	PREFERRED_DEBUGGING_TYPE.

From-SVN: r47377
This commit is contained in:
Andreas Schwab 2001-11-27 15:08:38 +00:00 committed by Andreas Schwab
parent ac79cd5ab9
commit 4a2fadaecc
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-11-27 Andreas Schwab <schwab@suse.de>
* gcc.c: Fix typo PREFERRED_DEBUGGING_FORMAT ->
PREFERRED_DEBUGGING_TYPE.
Tue Nov 27 08:21:47 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* Makefile.in (c-lang.o): Depends on langhooks-def.h.

View File

@ -590,7 +590,7 @@ proper position among the other output files. */
to the assembler. */
#ifndef ASM_DEBUG_SPEC
# if defined(HAVE_AS_GDWARF2_DEBUG_FLAG) && defined(HAVE_AS_GSTABS_DEBUG_FLAG)
# if PREFERRED_DEBUGGING_FORMAT == DBX_DEBUG
# if PREFERRED_DEBUGGING_TYPE == DBX_DEBUG
# define ASM_DEBUG_SPEC "%{gdwarf-2*:--gdwarf2}%{!gdwarf-2*:%{g*:--gstabs}}"
# else
# define ASM_DEBUG_SPEC "%{gstabs*:--gstabs}%{!gstabs*:%{g*:--gdwarf2}}"