Ticket #61170: patch-libffi-intel-leopard-sysv.diff
File patch-libffi-intel-leopard-sysv.diff, 840 bytes (added by kencu (Ken), 4 years ago) |
---|
-
./src/x86/sysv.S
old new 792 792 793 793 #ifdef X86_DARWIN 794 794 # define COMDAT(X) \ 795 .section __TEXT,__text ,coalesced,pure_instructions; \795 .section __TEXT,__textcoal_nt,coalesced,pure_instructions; \ 796 796 .weak_definition X; \ 797 797 FFI_HIDDEN(X) 798 798 #elif defined __ELF__ && !(defined(__sun__) && defined(__svr4__)) … … 820 820 #endif /* __PIC__ */ 821 821 822 822 /* Sadly, OSX cctools-as doesn't understand .cfi directives at all. */ 823 823 #if 0 824 824 #ifdef __APPLE__ 825 825 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support 826 826 EHFrame0: … … 1120 1120 .long 0 1121 1121 .long 0 1122 1122 #endif /* __APPLE__ */ 1123 1123 #endif /* if 0 */ 1124 1124 #endif /* ifndef _MSC_VER */ 1125 1125 #endif /* ifdef __i386__ */ 1126 1126