1
0
Fork 0
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:
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 ret
.cfi_endproc .cfi_endproc
.size _UI_siglongjmp_cont, .-_UI_longjmp_cont .size _UI_siglongjmp_cont, .-_UI_longjmp_cont
#ifdef __linux__
/* We do not need executable stack. */ /* We do not need executable stack. */
.section .note.GNU-stack,"",@progbits .section .note.GNU-stack,"",@progbits
#endif

View file

@ -66,7 +66,5 @@ _UI_siglongjmp_cont:
jmp *%edx jmp *%edx
.cfi_endproc .cfi_endproc
.size _UI_siglongjmp_cont, .-_UI_siglongjmp_cont .size _UI_siglongjmp_cont, .-_UI_siglongjmp_cont
#ifdef __linux__
/* We do not need executable stack. */ /* We do not need executable stack. */
.section .note.GNU-stack,"",@progbits .section .note.GNU-stack,"",@progbits
#endif