diff options
author | Richard Henderson <rth@redhat.com> | 2001-06-08 15:57:23 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-06-08 15:57:23 -0700 |
commit | 86c99549914362bc54b0872166324522901c2ca1 (patch) | |
tree | 5b4a3c5fe99a1829465bacb4e9a83edad3fa2fdb /gcc/except.h | |
parent | 27132e64895c61efe07fbaaca0f69d7a41a35af7 (diff) | |
download | gcc-86c99549914362bc54b0872166324522901c2ca1.zip gcc-86c99549914362bc54b0872166324522901c2ca1.tar.gz gcc-86c99549914362bc54b0872166324522901c2ca1.tar.bz2 |
except.c (get_exception_pointer, [...]): Take a struct function.
* except.c (get_exception_pointer, get_exception_filter): Take a
struct function. Update all callers.
* except.h (get_exception_pointer): Update declaration.
* expr.c (expand_expr): Update get_exception_pointer call.
* integrate.c (expand_inline_function): Remap the exception pointer
from callee to caller.
From-SVN: r43060
Diffstat (limited to 'gcc/except.h')
-rw-r--r-- | gcc/except.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.h b/gcc/except.h index 1671cf6..b5a219e 100644 --- a/gcc/except.h +++ b/gcc/except.h @@ -137,7 +137,7 @@ extern rtx expand_builtin_dwarf_fp_regnum PARAMS ((void)); extern void expand_builtin_eh_return PARAMS ((tree, tree)); extern void expand_eh_return PARAMS ((void)); -extern rtx get_exception_pointer PARAMS ((void)); +extern rtx get_exception_pointer PARAMS ((struct function *)); struct function; struct inline_remap; |