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  
    792792
    793793#ifdef X86_DARWIN
    794794# define COMDAT(X)                                                      \
    795         .section __TEXT,__text,coalesced,pure_instructions;             \
     795        .section __TEXT,__textcoal_nt,coalesced,pure_instructions;              \
    796796        .weak_definition X;                                             \
    797797        FFI_HIDDEN(X)
    798798#elif defined __ELF__ && !(defined(__sun__) && defined(__svr4__))
     
    820820#endif /* __PIC__ */
    821821
    822822/* Sadly, OSX cctools-as doesn't understand .cfi directives at all.  */
    823 
     823#if 0
    824824#ifdef __APPLE__
    825825.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
    826826EHFrame0:
     
    11201120    .long    0
    11211121    .long    0
    11221122#endif /* __APPLE__ */
    1123 
     1123#endif /* if 0 */
    11241124#endif /* ifndef _MSC_VER */
    11251125#endif /* ifdef __i386__ */
    11261126