This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] fix c++ on darwin



On Mar 1, 2006, at 11:33 AM, Mike Stump wrote:


On Feb 28, 2006, at 12:05 AM, Eric Christopher wrote:
When Jakub added _Unwind_GetIPInfo he added the version to libgcc- std, but not the darwin versions. This fixes it.

OK?

I believe that 10.5 is safe, as it isn't deployed, but 10.4 is fixed and cannot ever be changed. Geoff, let us know if I got it wrong. The only way to fix the 10.4 one would be to require a software update train to take the libgcc update, and then to screw abi compatibility if people don't take the soft update; we did this for example with the 10.3.9 software update, but not because we really wanted to.


The 10.5 part is ok.

Yeah, Geoff and I have been talking about it. I'm going to hold off for now, but at least at the moment my patch will unbreak darwin for anyone else using it. I wouldn't suggest releasing software with it, but it'll at least build and test relatively clean.


-eric


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]