summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2004-07-27 19:41:25 +0000
committerkettenis <kettenis@openbsd.org>2004-07-27 19:41:25 +0000
commitcb11f8b87f02a46fa11fb043066b5914799aeeb1 (patch)
treeb7dbd8657e8d329282ca1add486e9374a54f572e
parentthe `.#*' pattern actually still matches, include it in standard (diff)
downloadwireguard-openbsd-cb11f8b87f02a46fa11fb043066b5914799aeeb1.tar.xz
wireguard-openbsd-cb11f8b87f02a46fa11fb043066b5914799aeeb1.zip
Don't override PREFERRED_DEBUGGING_TYPE. This makes DWARF2 the default
again; stabs doesn't work for 64-bit code. ok miod@, espie@
-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) \