* except.c (get_exception_pointer, get_exception_filter): Take a
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Jun 2001 22:57:23 +0000 (22:57 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Jun 2001 22:57:23 +0000 (22:57 +0000)
commit572fdaa33c3e33d9d62c123bb1ef6d4dbbceb7c1
tree5b4a3c5fe99a1829465bacb4e9a83edad3fa2fdb
parent43d18c77ad95d45cefc5441037e518cf16fa38d1
    * 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
gcc/ChangeLog
gcc/except.c
gcc/except.h
gcc/expr.c
gcc/integrate.c