remove +live_support to alloe Mac OS X 10.3 compilation
svn: r8436
This commit is contained in:
parent
4ab4a9eb5e
commit
8f084b06bf
|
@ -25,6 +25,9 @@ Local changes:
|
|||
* Changed config/multi.m4 to allow in-source-tree builds, rebuild
|
||||
libffi/configure (r8413)
|
||||
|
||||
* Removed +live_support in src/powerpc/darwin_closure.S so it builds
|
||||
with Mac OS X 10.3 (r8436)
|
||||
|
||||
========== libffi_msvc directory =====================================
|
||||
|
||||
This directory is synced from the CTypes repository
|
||||
|
|
|
@ -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/*+live_support*/
|
||||
EH_frame1:
|
||||
.set L$set$0,LECIE1-LSCIE1
|
||||
.long L$set$0 ; Length of Common Information Entry
|
||||
|
|
Loading…
Reference in New Issue
Block a user