1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-18 19:25:16 +02:00

FreeBSD also supports PT_GNU_STACK.

This commit is contained in:
Konstantin Belousov 2012-02-05 11:42:02 +02:00
parent 29dae2171e
commit 1774384098
2 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -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