[patch] fix c++ on darwin

Shantonu Sen ssen@opendarwin.org
Tue Feb 28 14:50:00 GMT 2006


Isn't it a binary compatibility issue to add it to the 10.4 export  
file? If someone uses this new version of gcc and tries to deploy on  
10.4.0, it'll fail at runtime, even though it succeeded at link time.

Shantonu

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?
>
> -eric
>
> 2006-02-28  Eric Christopher  <echristo@apple.com>
>
> 	* config/rs6000/darwin-libgcc.10.5.ver: Add __Unwind_GetIPInfo.
> 	* config/rs6000/darwin-libgcc.10.4.ver: Ditto.
> 	* config/i386/darwin-libgcc.10.5.ver: Ditto.
> 	* config/i386/darwin-libgcc.10.4.ver: Ditto.
>
> <c++.diff.txt>



More information about the Gcc-patches mailing list