diff options
author | Thomas Heller <theller@ctypes.org> | 2006-04-03 20:12:41 +0000 |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2006-04-03 20:12:41 +0000 |
commit | cdab455f9a39f68b4a0cb25584f239368d742a19 (patch) | |
tree | 7ad2a1dbeda40873fe73ebf358a75c8baeeac271 | |
parent | fc9fc4764fb4a2f12e7fddc47f4b381253c81cf3 (diff) | |
download | cpython-git-cdab455f9a39f68b4a0cb25584f239368d742a19.tar.gz |
Try to fix the build on Mac OS X 10.3. The 'live_support' segment
attribute is not supported in this version.
-rw-r--r-- | Modules/_ctypes/libffi/src/powerpc/darwin_closure.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_ctypes/libffi/src/powerpc/darwin_closure.S b/Modules/_ctypes/libffi/src/powerpc/darwin_closure.S index 7959838e95..6d9a364095 100644 --- a/Modules/_ctypes/libffi/src/powerpc/darwin_closure.S +++ b/Modules/_ctypes/libffi/src/powerpc/darwin_closure.S @@ -246,7 +246,7 @@ Lfinish: /* 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 |