Skip to content

Commit

Permalink
x86: Fix cygwin32 build
Browse files Browse the repository at this point in the history
The section syntax is just that little bit different.
  • Loading branch information
rth7680 committed Jan 19, 2015
1 parent a25a46a commit 3ac1610
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/x86/sysv.S
Expand Up @@ -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
Expand Down

0 comments on commit 3ac1610

Please sign in to comment.