diff options
Diffstat (limited to 'libffi/src')
-rw-r--r-- | libffi/src/x86/unix64.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libffi/src/x86/unix64.S b/libffi/src/x86/unix64.S index fe3f4fd6223..7a6619a5486 100644 --- a/libffi/src/x86/unix64.S +++ b/libffi/src/x86/unix64.S @@ -324,7 +324,11 @@ ffi_closure_unix64: .LUW9: .size ffi_closure_unix64,.-ffi_closure_unix64 +#ifdef HAVE_AS_X86_64_UNWIND_SECTION_TYPE + .section .eh_frame,"a",@unwind +#else .section .eh_frame,"a",@progbits +#endif .Lframe1: .long .LECIE1-.LSCIE1 /* CIE Length */ .LSCIE1: |