On Mon, Apr 4, 2011 at 23:05, Paul Pluzhnikov wrote:
> 2011-04-04 Paul Pluzhnikov
>
> * libstdc++-v3/src/Makefile.am (revision 171950): Add
> -fno-omit-frame-pointer to functexcept.
> * libstdc++-v3/libsupc++/Makefile.am (revision 171950): Add
> -fno-omit-frame-
This patch builds code which throws exceptions with -fno-omit-frame-pointer,
so frame-based unwinder can unwind through it.
To be applied only to google/main branch.
Tested by buildit bootstrap, verified in the build log that
-fno-omit-frame-pointer is applied to functexcept, eh_throw and eh_term