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


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>


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