Commit 99e2a354 by Geoffrey Keating Committed by Geoffrey Keating

sysv4.h (PREFERRED_DEBUGGING_TYPE): Use DWARF2 instead of stabs by default.

	* config/rs6000/sysv4.h (PREFERRED_DEBUGGING_TYPE): Use
	DWARF2 instead of stabs by default.

From-SVN: r44865
parent 11cdfad6
2001-08-13 Geoffrey Keating <geoffk@redhat.com>
* config/rs6000/sysv4.h (PREFERRED_DEBUGGING_TYPE): Use
DWARF2 instead of stabs by default.
2001-08-13 David Edelsohn <edelsohn@gnu.org> 2001-08-13 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/rs6000.c: Include optabs.h. * config/rs6000/rs6000.c: Include optabs.h.
......
...@@ -868,11 +868,11 @@ do { \ ...@@ -868,11 +868,11 @@ do { \
/* This is the end of what might become sysv4.h. */ /* This is the end of what might become sysv4.h. */
/* Allow stabs and dwarf, for now, make stabs the default debugging type, /* Use DWARF 2 debugging information by default. */
not dwarf since G++ doesn't support dwarf. */
#undef PREFERRED_DEBUGGING_TYPE #undef PREFERRED_DEBUGGING_TYPE
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG #define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
/* Historically we have also supported stabs debugging. */
#define DBX_DEBUGGING_INFO #define DBX_DEBUGGING_INFO
/* If we are referencing a function that is static or is known to be /* If we are referencing a function that is static or is known to be
......
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