mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 12:03:41 +01:00
FreeBSD also supports PT_GNU_STACK.
This commit is contained in:
parent
29dae2171e
commit
1774384098
2 changed files with 0 additions and 4 deletions
|
@ -35,7 +35,5 @@ _UI_longjmp_cont:
|
|||
ret
|
||||
.cfi_endproc
|
||||
.size _UI_siglongjmp_cont, .-_UI_longjmp_cont
|
||||
#ifdef __linux__
|
||||
/* We do not need executable stack. */
|
||||
.section .note.GNU-stack,"",@progbits
|
||||
#endif
|
||||
|
|
|
@ -66,7 +66,5 @@ _UI_siglongjmp_cont:
|
|||
jmp *%edx
|
||||
.cfi_endproc
|
||||
.size _UI_siglongjmp_cont, .-_UI_siglongjmp_cont
|
||||
#ifdef __linux__
|
||||
/* We do not need executable stack. */
|
||||
.section .note.GNU-stack,"",@progbits
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue