Skip to content
Snippets Groups Projects
Commit 9f61d572 authored by jason's avatar jason
Browse files

* config/i386/cygwin.h (DWARF2_UNWIND_INFO): Define to 0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51099 138bc75d-0d04-0410-961f-82ee72b054a4
parent 16497dfb
No related merge requests found
2002-03-20 Jason Merrill <jason@redhat.com>
* config/i386/cygwin.h (DWARF2_UNWIND_INFO): Define to 0.
2002-03-20 Michael Meissner <meissner@redhat.com>
* doc/invoke.texi (Optimize Options): Document that -O2 sets
......
......@@ -409,6 +409,11 @@ extern void i386_pe_unique_section PARAMS ((TREE, int));
#undef ASM_COMMENT_START
#define ASM_COMMENT_START " #"
/* DWARF2 Unwinding doesn't work with exception handling yet. To make
it work, we need to build a libgcc_s.dll, and dcrt0.o should be
changed to call __register_frame_info/__deregister_frame_info. */
#define DWARF2_UNWIND_INFO 0
/* Don't assume anything about the header files. */
#define NO_IMPLICIT_EXTERN_C
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment