update darwin-libgcc.10.5.ver

Geoffrey Keating gkeating@apple.com
Wed Oct 4 06:09:00 GMT 2006


This patch updates the darwin-libgcc.10.5.ver files to match the
libgcc in builds 9A277 and higher of Leopard.

It doesn't include the TImode symbols on x86_64 because at present
there is only one .ver file which is shared between 32-bit and
64-bit.

Bootstrapped and tested on powerpc-darwin8, but of course a normal
bootstrap and testrun doesn't exercise the 10.5 files at all (except to
make sure that the symbols are really there in the built libgcc, which
I guess does help a bit).
-- 
- Geoffrey Keating <geoffk@apple.com>

===File ~/patches/gcc-darwin-libgcc4update.patch============
2006-10-03  Geoffrey Keating  <geoffk@apple.com>

	* config/i386/darwin-libgcc.10.5.ver: Update to symbol list for
	current Leopard versions.
	* config/rs6000/darwin-libgcc.10.5.ver: Likewise.

Index: config/i386/darwin-libgcc.10.5.ver
===================================================================
--- config/i386/darwin-libgcc.10.5.ver	(revision 117422)
+++ config/i386/darwin-libgcc.10.5.ver	(working copy)
@@ -7,6 +7,7 @@
 __Unwind_GetDataRelBase
 __Unwind_GetGR
 __Unwind_GetIP
+__Unwind_GetIPInfo
 __Unwind_GetLanguageSpecificData
 __Unwind_GetRegionStart
 __Unwind_GetTextRelBase
@@ -48,6 +49,9 @@
 ___floatdidf
 ___floatdisf
 ___floatdixf
+___floatundidf
+___floatundisf
+___floatundixf
 ___gcc_personality_v0
 ___lshrdi3
 ___moddi3
Index: config/rs6000/darwin-libgcc.10.5.ver
===================================================================
--- config/rs6000/darwin-libgcc.10.5.ver	(revision 117422)
+++ config/rs6000/darwin-libgcc.10.5.ver	(working copy)
@@ -7,6 +7,7 @@
 __Unwind_GetDataRelBase
 __Unwind_GetGR
 __Unwind_GetIP
+__Unwind_GetIPInfo
 __Unwind_GetLanguageSpecificData
 __Unwind_GetRegionStart
 __Unwind_GetTextRelBase
@@ -47,6 +48,9 @@
 ___floatdidf
 ___floatdisf
 ___floatditf
+___floatundidf
+___floatundisf
+___floatunditf
 ___gcc_personality_v0
 ___gcc_qadd
 ___gcc_qdiv
============================================================



More information about the Gcc-patches mailing list