Use sjlj exceptions.
This commit is contained in:
parent
944b6966e9
commit
3bf5c279b4
3
gnu/dist/gcc/config/alpha/netbsd.h
vendored
3
gnu/dist/gcc/config/alpha/netbsd.h
vendored
@ -478,3 +478,6 @@ dtors_section () \
|
||||
|
||||
#undef PREFERRED_DEBUGGING_TYPE
|
||||
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
|
||||
|
||||
/* Use sjlj exceptions. */
|
||||
#define DWARF2_UNWIND_INFO 0
|
||||
|
3
gnu/dist/gcc/config/i386/netbsd-elf.h
vendored
3
gnu/dist/gcc/config/i386/netbsd-elf.h
vendored
@ -659,3 +659,6 @@ do { \
|
||||
else \
|
||||
readonly_data_section (); \
|
||||
}
|
||||
|
||||
/* Use sjlj exceptions. */
|
||||
#define DWARF2_UNWIND_INFO 0
|
||||
|
3
gnu/dist/gcc/config/mips/netbsd.h
vendored
3
gnu/dist/gcc/config/mips/netbsd.h
vendored
@ -409,3 +409,6 @@ dtors_section () \
|
||||
} while (0)
|
||||
|
||||
/* Stuff for constructors. End here. */
|
||||
|
||||
/* Use sjlj exceptions. */
|
||||
#define DWARF2_UNWIND_INFO 0
|
||||
|
3
gnu/dist/gcc/config/rs6000/netbsd.h
vendored
3
gnu/dist/gcc/config/rs6000/netbsd.h
vendored
@ -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
|
||||
|
3
gnu/dist/gcc/config/sparc/netbsd64.h
vendored
3
gnu/dist/gcc/config/sparc/netbsd64.h
vendored
@ -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
|
||||
|
3
gnu/dist/gcc/config/sparc/netbsdelf.h
vendored
3
gnu/dist/gcc/config/sparc/netbsdelf.h
vendored
@ -102,3 +102,6 @@
|
||||
#ifndef TARGET_CPU_DEFAULT
|
||||
#define TARGET_CPU_DEFAULT TARGET_CPU_sparc
|
||||
#endif
|
||||
|
||||
/* Use sjlj exceptions. */
|
||||
#define DWARF2_UNWIND_INFO 0
|
||||
|
Loading…
Reference in New Issue
Block a user