]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
m32r.c: Define TARGET_EXCEPT_UNWIND_INFO to sjlj_except_unwind_info.
authorJoel Sherrill <joel.sherrill@oarcorp.com>
Tue, 25 Jan 2011 16:43:37 +0000 (16:43 +0000)
committerJoel Sherrill <joel@gcc.gnu.org>
Tue, 25 Jan 2011 16:43:37 +0000 (16:43 +0000)
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

gcc/ChangeLog
gcc/config/m32r/m32r.c

index 228aea7c54600b9ccf71fa5da6cdd10edcb5ca8c..24c8e91681a3b1942c9feb3b000d59348e59ea2b 100644 (file)
@@ -1,3 +1,8 @@
+2011-01-25  Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * config/m32r/m32r.c: Define TARGET_EXCEPT_UNWIND_INFO to
+       sjlj_except_unwind_info.
+
 2011-01-25  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/47426
index 410882766c7cf78f362cc559ba078752609d8691..ab0f23955a6057b3a6a936cddd63bd0fc666c49a 100644 (file)
@@ -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;
 \f
 /* Implement TARGET_HANDLE_OPTION.  */