diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2004-01-06 10:38:48 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2004-01-06 10:38:48 +0000 |
| commit | a36805bd93d322d3b086db80beaa86bbba70aa98 (patch) | |
| tree | b1d3c0d6bd67b0abcf4cf746882642d393eceffd /contrib/gcc/function.c | |
| parent | 60f4b54d8f5dbd102ad8406d17e605ff52a9bd36 (diff) | |
Notes
Diffstat (limited to 'contrib/gcc/function.c')
| -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 71627b63eba8..06a93d9775b1 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. */ |
