Commit ab72fb3b by Ian Lance Taylor

Only define PREFERRED_DEBUGGING_TYPE if it is not already defined.

From-SVN: r8018
parent 136bfcb3
...@@ -251,7 +251,9 @@ do { \ ...@@ -251,7 +251,9 @@ do { \
/* Use DWARF debugging info by default. */ /* Use DWARF debugging info by default. */
#ifndef PREFERRED_DEBUGGING_TYPE
#define PREFERRED_DEBUGGING_TYPE DWARF_DEBUG #define PREFERRED_DEBUGGING_TYPE DWARF_DEBUG
#endif
/* Make LBRAC and RBRAC addresses relative to the start of the /* Make LBRAC and RBRAC addresses relative to the start of the
function. The native Solaris stabs debugging format works this function. The native Solaris stabs debugging format works this
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment