summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2004-07-27 19:41:26 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2004-07-27 19:41:26 +0000
commit07cbcf53590e0b3f1d1d3b873b40202d2d9299cb (patch)
tree5e64d21d5f59873ce72aee94c93867847055db94 /gnu
parent4f3066704aa868d0d41ef5a37589ae0a998b0b5c (diff)
Don't override PREFERRED_DEBUGGING_TYPE. This makes DWARF2 the default
again; stabs doesn't work for 64-bit code. ok miod@, espie@
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gcc/gcc/config/sparc/openbsd64.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/sparc/openbsd64.h b/gnu/usr.bin/gcc/gcc/config/sparc/openbsd64.h
index 7c395a53cdd..af70b6cefc3 100644
--- a/gnu/usr.bin/gcc/gcc/config/sparc/openbsd64.h
+++ b/gnu/usr.bin/gcc/gcc/config/sparc/openbsd64.h
@@ -107,11 +107,6 @@ Boston, MA 02111-1307, USA. */
#define DBX_REGISTER_NUMBER(REGNO) \
(TARGET_FLAT && (REGNO) == HARD_FRAME_POINTER_REGNUM ? 31 : REGNO)
-/* We use stabs-in-elf by default, because that is what the native
- toolchain uses. */
-#undef PREFERRED_DEBUGGING_TYPE
-#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
-
/* The Solaris 2 assembler uses .skip, not .zero, so put this back. */
#undef ASM_OUTPUT_SKIP
#define ASM_OUTPUT_SKIP(FILE,SIZE) \