diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-08 22:57:23 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-08 22:57:23 +0000 |
commit | 572fdaa33c3e33d9d62c123bb1ef6d4dbbceb7c1 (patch) | |
tree | 5b4a3c5fe99a1829465bacb4e9a83edad3fa2fdb /gcc/except.h | |
parent | 43d18c77ad95d45cefc5441037e518cf16fa38d1 (diff) | |
download | gcc-572fdaa33c3e33d9d62c123bb1ef6d4dbbceb7c1.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43060 138bc75d-0d04-0410-961f-82ee72b054a4
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 1671cf67b5c..b5a219ec2ea 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; |