From: Richard Henderson Date: Mon, 19 Jan 2015 19:48:40 +0000 (+0100) Subject: x86: Fix cygwin32 build X-Git-Tag: upstream/3.3~353^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ac1610aa33c887ea9b14935208943925714a33e;p=platform%2Fupstream%2Flibffi.git x86: Fix cygwin32 build The section syntax is just that little bit different. --- diff --git a/src/x86/sysv.S b/src/x86/sysv.S index 58432d9..78f245b 100644 --- a/src/x86/sysv.S +++ b/src/x86/sysv.S @@ -822,6 +822,8 @@ ENDF(C(__x86.get_pc_thunk.dx)) #ifdef __APPLE__ .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support EHFrame0: +#elif defined(X86_WIN32) +.section .eh_frame,"r" #elif defined(HAVE_AS_X86_64_UNWIND_SECTION_TYPE) .section .eh_frame,EH_FRAME_FLAGS,@unwind #else