diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-03-29 18:36:29 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-03-29 18:36:29 +0000 |
commit | e35f21fca643628ad9a2e92afce446f2f313098b (patch) | |
tree | 831f0a099730e76d41fde10dc0701348a2638f48 /gnu/usr.bin/gcc | |
parent | 2fa00f04397a922669d5b36d38aaa0ebaeb7a2bf (diff) |
Switch i386 over to DWARF-based exception handling.
ok deraadt@
Diffstat (limited to 'gnu/usr.bin/gcc')
-rw-r--r-- | gnu/usr.bin/gcc/gcc/config/i386/openbsdelf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/i386/openbsdelf.h b/gnu/usr.bin/gcc/gcc/config/i386/openbsdelf.h index 52e6fda4944..751b5b85d87 100644 --- a/gnu/usr.bin/gcc/gcc/config/i386/openbsdelf.h +++ b/gnu/usr.bin/gcc/gcc/config/i386/openbsdelf.h @@ -111,9 +111,6 @@ Boston, MA 02111-1307, USA. */ /* Assembler format: exception region output. */ -/* our configuration still doesn't handle dwarf2 correctly */ -#define DWARF2_UNWIND_INFO 0 - /* Assembler format: alignment output. */ /* Note that we pick up ASM_OUTPUT_MAX_SKIP_ALIGN from i386/gas.h */ |