Use sjlj exceptions.

This commit is contained in:
kristerw 2000-06-08 20:23:47 +00:00
parent 944b6966e9
commit 3bf5c279b4
6 changed files with 18 additions and 0 deletions

View File

@ -478,3 +478,6 @@ dtors_section () \
#undef PREFERRED_DEBUGGING_TYPE
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
/* Use sjlj exceptions. */
#define DWARF2_UNWIND_INFO 0

View File

@ -659,3 +659,6 @@ do { \
else \
readonly_data_section (); \
}
/* Use sjlj exceptions. */
#define DWARF2_UNWIND_INFO 0

View File

@ -409,3 +409,6 @@ dtors_section () \
} while (0)
/* Stuff for constructors. End here. */
/* Use sjlj exceptions. */
#define DWARF2_UNWIND_INFO 0

View File

@ -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

View File

@ -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

View File

@ -102,3 +102,6 @@
#ifndef TARGET_CPU_DEFAULT
#define TARGET_CPU_DEFAULT TARGET_CPU_sparc
#endif
/* Use sjlj exceptions. */
#define DWARF2_UNWIND_INFO 0