This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/26792] [4.2 Regression] C++ is broken on *-*-darwin*
- From: "jakub at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Jun 2006 09:35:02 -0000
- Subject: [Bug target/26792] [4.2 Regression] C++ is broken on *-*-darwin*
- References: <bug-26792-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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