[Bug target/26792] [4.2 Regression] C++ is broken on *-*-darwin*
jakub at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Jun 5 09:45:00 GMT 2006
------- Comment #1 from jakub at gcc dot gnu dot org 2006-06-05 09:35 -------
If darwin doesn't care about the PR other/26208 problem, it can certainly
just #define _Unwind_GetIPInfo(ctx, ip) (*(ip) = 0, _Unwind_GetIP (ctx)
in its own unwind.h or something similar.
But if it cares, it needs to allow libgcc_s symbol additions.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26792
More information about the Gcc-bugs
mailing list