aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m32r
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2011-01-25 16:43:37 +0000
committerJoel Sherrill <joel@gcc.gnu.org>2011-01-25 16:43:37 +0000
commitf822b8eab1b7668914c20bf9f5f89bbfb028ae7c (patch)
tree10e30cb57fbeb1f5081418d279b76b035738e664 /gcc/config/m32r
parent194313e274b4054b72ca2b44841033f97160c745 (diff)
downloadgcc-f822b8eab1b7668914c20bf9f5f89bbfb028ae7c.zip
gcc-f822b8eab1b7668914c20bf9f5f89bbfb028ae7c.tar.gz
gcc-f822b8eab1b7668914c20bf9f5f89bbfb028ae7c.tar.bz2
m32r.c: Define TARGET_EXCEPT_UNWIND_INFO to sjlj_except_unwind_info.
2011-01-25 Joel Sherrill <joel.sherrill@oarcorp.com> * config/m32r/m32r.c: Define TARGET_EXCEPT_UNWIND_INFO to sjlj_except_unwind_info. From-SVN: r169242
Diffstat (limited to 'gcc/config/m32r')
-rw-r--r--gcc/config/m32r/m32r.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/m32r/m32r.c b/gcc/config/m32r/m32r.c
index 4108827..ab0f239 100644
--- a/gcc/config/m32r/m32r.c
+++ b/gcc/config/m32r/m32r.c
@@ -1,6 +1,6 @@
/* Subroutines used for code generation on the Renesas M32R cpu.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
- 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+ 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
This file is part of GCC.
@@ -210,6 +210,9 @@ static const struct default_options m32r_option_optimization_table[] =
#undef TARGET_TRAMPOLINE_INIT
#define TARGET_TRAMPOLINE_INIT m32r_trampoline_init
+#undef TARGET_EXCEPT_UNWIND_INFO
+#define TARGET_EXCEPT_UNWIND_INFO sjlj_except_unwind_info
+
struct gcc_target targetm = TARGET_INITIALIZER;
/* Implement TARGET_HANDLE_OPTION. */