summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/netbsd.h
diff options
context:
space:
mode:
authorcagney <cagney@138bc75d-0d04-0410-961f-82ee72b054a4>2002-02-17 01:20:31 +0000
committercagney <cagney@138bc75d-0d04-0410-961f-82ee72b054a4>2002-02-17 01:20:31 +0000
commit4a19b4128e452053ab4ff3bbc002291654dc208f (patch)
tree6d6d207dfaa8f7c0f27ad88c87e9ae186a37d14f /gcc/config/rs6000/netbsd.h
parentf2e37906fcfa7f23a8db7c825333c1931f1151ff (diff)
downloadgcc-4a19b4128e452053ab4ff3bbc002291654dc208f.tar.gz
* config/rs6000/netbsd.h (PREFERRED_DEBUGGING_TYPE): Set to
DBX_DEBUG. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49813 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/netbsd.h')
-rw-r--r--gcc/config/rs6000/netbsd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/rs6000/netbsd.h b/gcc/config/rs6000/netbsd.h
index 0e58a45bb35..95f654213cd 100644
--- a/gcc/config/rs6000/netbsd.h
+++ b/gcc/config/rs6000/netbsd.h
@@ -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