diff options
-rw-r--r-- | contrib/gcc/function.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gcc/function.c b/contrib/gcc/function.c index 71627b6..06a93d9 100644 --- a/contrib/gcc/function.c +++ b/contrib/gcc/function.c @@ -6997,6 +6997,7 @@ expand_function_end (filename, line, end_bindings) Pmode); } +#ifdef TARGET_PROFILER_EPILOGUE if (current_function_profile && TARGET_PROFILER_EPILOGUE) { static rtx mexitcount_libfunc; @@ -7009,6 +7010,7 @@ expand_function_end (filename, line, end_bindings) } emit_library_call (mexitcount_libfunc, LCT_NORMAL, VOIDmode, 0); } +#endif /* Let except.c know where it should emit the call to unregister the function context for sjlj exceptions. */ |