blob: 76c4ab6e73c016f7c42fbb1fb4b7330963c9de93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-ay,v 1.1 2002/03/14 14:54:56 wiz Exp $
--- ../gcc-2.95.2/gcc/config/mips/netbsd.h.orig Wed Dec 16 21:09:19 1998
+++ ../gcc-2.95.2/gcc/config/mips/netbsd.h
@@ -225,3 +225,6 @@
/* Since gas and gld are standard on NetBSD, we don't need these */
#undef ASM_FINAL_SPEC
#undef STARTFILE_SPEC
+
+/* Use sjlj exceptions. */
+#define DWARF2_UNWIND_INFO 0
|