except.c (get_exception_pointer, [...]): Take a struct function.
authorRichard Henderson <rth@redhat.com>
Fri, 8 Jun 2001 22:57:23 +0000 (15:57 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 8 Jun 2001 22:57:23 +0000 (15:57 -0700)
commit86c99549914362bc54b0872166324522901c2ca1
tree5b4a3c5fe99a1829465bacb4e9a83edad3fa2fdb
parent27132e64895c61efe07fbaaca0f69d7a41a35af7
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
gcc/ChangeLog
gcc/except.c
gcc/except.h
gcc/expr.c
gcc/integrate.c