Commit d2af4dbd by Andrew Cagney Committed by Andrew Cagney

netbsd.h (PREFERRED_DEBUGGING_TYPE): Set to DBX_DEBUG.

* config/rs6000/netbsd.h (PREFERRED_DEBUGGING_TYPE): Set to
DBX_DEBUG.

From-SVN: r49813
parent 2e1ed1e3
2002-02-16 Andrew Cagney <ac131313@redhat.com>
* config/rs6000/netbsd.h (PREFERRED_DEBUGGING_TYPE): Set to
DBX_DEBUG.
2002-02-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
* pa/t-pa, pa/t-pro, som.h: Revert last patch.
......
......@@ -64,3 +64,8 @@ Boston, MA 02111-1307, USA. */
structure return convention. */
#undef DRAFT_V4_STRUCT_RET
#define DRAFT_V4_STRUCT_RET 1
/* Use STABS debugging information by default. DWARF2 makes a mess of
the 1.5.2 linker. */
#undef PREFERRED_DEBUGGING_TYPE
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
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