Mark executable as not requiring executable stack.
This commit is contained in:
committed by
Anthony Green
parent
cf6bf9818e
commit
05c3109340
@@ -1,3 +1,8 @@
|
|||||||
|
2013-11-06 Konstantin Belousov <kib@freebsd.org>
|
||||||
|
|
||||||
|
* src/x86/freebsd.S (ffi_closure_raw_SYSV): Mark the assembler
|
||||||
|
source as not requiring executable stack.
|
||||||
|
|
||||||
2013-11-02 Anthony Green <green@moxielogic.com>
|
2013-11-02 Anthony Green <green@moxielogic.com>
|
||||||
|
|
||||||
* doc/libffi.texi (The Basics): Clarify return value buffer size
|
* doc/libffi.texi (The Basics): Clarify return value buffer size
|
||||||
|
|||||||
@@ -456,3 +456,5 @@ ffi_closure_raw_SYSV:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* ifndef __x86_64__ */
|
#endif /* ifndef __x86_64__ */
|
||||||
|
|
||||||
|
.section .note.GNU-stack,"",%progbits
|
||||||
|
|||||||
Reference in New Issue
Block a user