x86: Fix cygwin32 build

The section syntax is just that little bit different.
This commit is contained in:
Richard Henderson
2015-01-19 20:48:40 +01:00
parent a25a46a7fe
commit 3ac1610aa3

View File

@@ -822,6 +822,8 @@ ENDF(C(__x86.get_pc_thunk.dx))
#ifdef __APPLE__ #ifdef __APPLE__
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
EHFrame0: EHFrame0:
#elif defined(X86_WIN32)
.section .eh_frame,"r"
#elif defined(HAVE_AS_X86_64_UNWIND_SECTION_TYPE) #elif defined(HAVE_AS_X86_64_UNWIND_SECTION_TYPE)
.section .eh_frame,EH_FRAME_FLAGS,@unwind .section .eh_frame,EH_FRAME_FLAGS,@unwind
#else #else