This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Fix g++.dg/abi/forced.C for ARM EABI
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: "Joseph S. Myers" <joseph at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Wed, 9 Jul 2008 17:31:36 -0700
- Subject: Re: Fix g++.dg/abi/forced.C for ARM EABI
- References: <Pine.LNX.4.64.0807071439100.18278@digraph.polyomino.org.uk>
> 2008-07-07 Joseph Myers <joseph@codesourcery.com>
>
> * libsupc++/unwind-cxx.h (__is_gxx_forced_unwind_class,
> __GXX_INIT_FORCED_UNWIND_CLASS): Define for ARM EABI unwinder.
> * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Call
> __GXX_INIT_FORCED_UNWIND_CLASS for forced unwind with ARM EABI
> unwinder.
> * libsupc++/eh_arm.cc (__cxa_type_match): Use
> __is_gxx_forced_unwind_class to check for forced unwind.
This looks ok to me. Thanks for fixing this.
-benjamin