Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/gcc/config Use sjlj exceptions.
details: https://anonhg.NetBSD.org/src/rev/5c675f544dd9
branches: trunk
changeset: 487502:5c675f544dd9
user: kristerw <kristerw%NetBSD.org@localhost>
date: Thu Jun 08 20:23:47 2000 +0000
description:
Use sjlj exceptions.
diffstat:
gnu/dist/gcc/config/alpha/netbsd.h | 3 +++
gnu/dist/gcc/config/i386/netbsd-elf.h | 3 +++
gnu/dist/gcc/config/mips/netbsd.h | 3 +++
gnu/dist/gcc/config/rs6000/netbsd.h | 3 +++
gnu/dist/gcc/config/sparc/netbsd64.h | 3 +++
gnu/dist/gcc/config/sparc/netbsdelf.h | 3 +++
6 files changed, 18 insertions(+), 0 deletions(-)
diffs (60 lines):
diff -r 7e6c218f1abc -r 5c675f544dd9 gnu/dist/gcc/config/alpha/netbsd.h
--- a/gnu/dist/gcc/config/alpha/netbsd.h Thu Jun 08 19:58:49 2000 +0000
+++ b/gnu/dist/gcc/config/alpha/netbsd.h Thu Jun 08 20:23:47 2000 +0000
@@ -478,3 +478,6 @@
#undef PREFERRED_DEBUGGING_TYPE
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
+
+/* Use sjlj exceptions. */
+#define DWARF2_UNWIND_INFO 0
diff -r 7e6c218f1abc -r 5c675f544dd9 gnu/dist/gcc/config/i386/netbsd-elf.h
--- a/gnu/dist/gcc/config/i386/netbsd-elf.h Thu Jun 08 19:58:49 2000 +0000
+++ b/gnu/dist/gcc/config/i386/netbsd-elf.h Thu Jun 08 20:23:47 2000 +0000
@@ -659,3 +659,6 @@
else \
readonly_data_section (); \
}
+
+/* Use sjlj exceptions. */
+#define DWARF2_UNWIND_INFO 0
diff -r 7e6c218f1abc -r 5c675f544dd9 gnu/dist/gcc/config/mips/netbsd.h
--- a/gnu/dist/gcc/config/mips/netbsd.h Thu Jun 08 19:58:49 2000 +0000
+++ b/gnu/dist/gcc/config/mips/netbsd.h Thu Jun 08 20:23:47 2000 +0000
@@ -409,3 +409,6 @@
} while (0)
/* Stuff for constructors. End here. */
+
+/* Use sjlj exceptions. */
+#define DWARF2_UNWIND_INFO 0
diff -r 7e6c218f1abc -r 5c675f544dd9 gnu/dist/gcc/config/rs6000/netbsd.h
--- a/gnu/dist/gcc/config/rs6000/netbsd.h Thu Jun 08 19:58:49 2000 +0000
+++ b/gnu/dist/gcc/config/rs6000/netbsd.h Thu Jun 08 20:23:47 2000 +0000
@@ -71,3 +71,6 @@
#define CPP_SPEC "\
%{posix:-D_POSIX_SOURCE} \
%{mcall-sysv: -D_CALL_SYSV} %{mcall-aix: -D_CALL_AIX} %{!mcall-sysv: %{!mcall-aix: -D_CALL_SYSV}}"
+
+/* Use sjlj exceptions. */
+#define DWARF2_UNWIND_INFO 0
diff -r 7e6c218f1abc -r 5c675f544dd9 gnu/dist/gcc/config/sparc/netbsd64.h
--- a/gnu/dist/gcc/config/sparc/netbsd64.h Thu Jun 08 19:58:49 2000 +0000
+++ b/gnu/dist/gcc/config/sparc/netbsd64.h Thu Jun 08 20:23:47 2000 +0000
@@ -91,3 +91,6 @@
/* XXX Redefine this; <sparc/sparc.h> mucks with it. */
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (%s)", TARGET_NAME);
+
+/* Use sjlj exceptions. */
+#define DWARF2_UNWIND_INFO 0
diff -r 7e6c218f1abc -r 5c675f544dd9 gnu/dist/gcc/config/sparc/netbsdelf.h
--- a/gnu/dist/gcc/config/sparc/netbsdelf.h Thu Jun 08 19:58:49 2000 +0000
+++ b/gnu/dist/gcc/config/sparc/netbsdelf.h Thu Jun 08 20:23:47 2000 +0000
@@ -102,3 +102,6 @@
#ifndef TARGET_CPU_DEFAULT
#define TARGET_CPU_DEFAULT TARGET_CPU_sparc
#endif
+
+/* Use sjlj exceptions. */
+#define DWARF2_UNWIND_INFO 0
Home |
Main Index |
Thread Index |
Old Index