From f0a0390e691ece0d859b7d87c6e6617d227cb8dd Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 28 Sep 2010 13:44:58 -0700 Subject: Hookize TARGET_UNWIND_INFO et al. From-SVN: r164701 --- gcc/c-family/c-cppbuiltin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/c-family/c-cppbuiltin.c') diff --git a/gcc/c-family/c-cppbuiltin.c b/gcc/c-family/c-cppbuiltin.c index fbace227195..86e45209b47 100644 --- a/gcc/c-family/c-cppbuiltin.c +++ b/gcc/c-family/c-cppbuiltin.c @@ -601,7 +601,7 @@ c_cpp_builtins (cpp_reader *pfile) 1000 + flag_abi_version); /* libgcc needs to know this. */ - if (USING_SJLJ_EXCEPTIONS) + if (targetm.except_unwind_info () == UI_SJLJ) cpp_define (pfile, "__USING_SJLJ_EXCEPTIONS__"); /* limits.h and stdint.h need to know these. */ -- cgit v1.2.1