PREFERRED_DEBUGGING_FORMAT -> PREFERRED_DEBUGGING_TYPE

Andreas Schwab schwab@suse.de
Fri Nov 16 14:34:00 GMT 2001


PREFERRED_DEBUGGING_FORMAT does not exist, it is called
PREFERRED_DEBUGGING_TYPE.  Committed as obvious.

2001-11-27  Andreas Schwab  <schwab@suse.de>

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

--- gcc.c.~1.265.~	Tue Nov 20 12:42:02 2001
+++ gcc.c	Tue Nov 27 15:47:12 2001
@@ -590,7 +590,7 @@
    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}}"

-- 
Andreas Schwab                                  "And now for something
Andreas.Schwab@suse.de				completely different."
SuSE Labs, SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5



More information about the Gcc-patches mailing list