projects
/
platform
/
upstream
/
libffi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5a4096
)
Fix for https://github.com/atgreen/libffi/issues/141
author
James Greenhalgh
<james.greenhalgh@arm.com>
Sun, 7 Dec 2014 04:58:41 +0000
(23:58 -0500)
committer
Anthony Green
<green@moxielogic.com>
Sun, 7 Dec 2014 04:58:41 +0000
(23:58 -0500)
src/aarch64/sysv.S
patch
|
blob
|
history
diff --git
a/src/aarch64/sysv.S
b/src/aarch64/sysv.S
index
1fb68f2
..
5c9cdda
100644
(file)
--- a/
src/aarch64/sysv.S
+++ b/
src/aarch64/sysv.S
@@
-396,3
+396,8
@@
CNAME(ffi_go_closure_SYSV):
.size CNAME(ffi_go_closure_SYSV), . - CNAME(ffi_go_closure_SYSV)
#endif
#endif /* FFI_GO_CLOSURES */
+
+#if defined __ELF__ && defined __linux__
+ .section .note.GNU-stack,"",%progbits
+#endif
+