OSDN Git Service

gcc/
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Jun 2011 14:18:48 +0000 (14:18 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Jun 2011 14:18:48 +0000 (14:18 +0000)
commitbed2e260d4788262c9eb3ad50b188c9dc1eb3f0a
tree8823824b74da8e60cbab15045913ea4c5340cfdd
parent74b0803033c6d71ed893e7d8af18cb9d842a3eb5
gcc/
* config/arm/unwind-arm.c (enum __cxa_type_match_result): New.
(cxa_type_match): Correct declaration.
(__gnu_unwind_pr_common): Reconstruct
additional indirection when __cxa_type_match returns
succeeded_with_ptr_to_base.

libstdc++/
* libsupc++/eh_arm.c (__cxa_type_match): Construct address of
thrown object here.  Return succeded_with_ptr_to_base for all
pointer cases.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175641 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/arm/unwind-arm.c
libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/eh_arm.cc