[Python-checkins] r43609 - python/trunk/Modules/_ctypes/libffi/src/powerpc/darwin_closure.S

thomas.heller python-checkins at python.org
Mon Apr 3 22:12:42 CEST 2006


Author: thomas.heller
Date: Mon Apr  3 22:12:41 2006
New Revision: 43609

Modified:
   python/trunk/Modules/_ctypes/libffi/src/powerpc/darwin_closure.S
Log:
Try to fix the build on Mac OS X 10.3.  The 'live_support' segment
attribute is not supported in this version.



Modified: python/trunk/Modules/_ctypes/libffi/src/powerpc/darwin_closure.S
==============================================================================
--- python/trunk/Modules/_ctypes/libffi/src/powerpc/darwin_closure.S	(original)
+++ python/trunk/Modules/_ctypes/libffi/src/powerpc/darwin_closure.S	Mon Apr  3 22:12:41 2006
@@ -246,7 +246,7 @@
 /* END(ffi_closure_ASM)  */
 
 .data
-.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
+.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms
 EH_frame1:
 	.set	L$set$0,LECIE1-LSCIE1
 	.long	L$set$0	; Length of Common Information Entry


More information about the Python-checkins mailing list