Blame SOURCES/libffi-3.1-fix-exec-stack.patch

0159ab
From 978c9540154d320525488db1b7049277122f736d Mon Sep 17 00:00:00 2001
0159ab
From: Samuli Suominen <ssuominen@gentoo.org>
0159ab
Date: Sat, 31 May 2014 08:53:10 -0400
0159ab
Subject: [PATCH] Add missing GNU stack markings in win32.S
0159ab
0159ab
---
0159ab
 src/x86/win32.S | 6 +++++-
0159ab
 1 file changed, 5 insertions(+), 1 deletion(-)
0159ab
0159ab
diff --git a/src/x86/win32.S b/src/x86/win32.S
0159ab
index daf0e79..e42baf2 100644
0159ab
--- a/src/x86/win32.S
0159ab
+++ b/src/x86/win32.S
0159ab
@@ -1,5 +1,6 @@
0159ab
 /* -----------------------------------------------------------------------
0159ab
-   win32.S - Copyright (c) 1996, 1998, 2001, 2002, 2009  Red Hat, Inc.
0159ab
+   win32.S - Copyright (c) 2014  Anthony Green
0159ab
+	     Copyright (c) 1996, 1998, 2001, 2002, 2009  Red Hat, Inc.
0159ab
 	     Copyright (c) 2001  John Beniton
0159ab
 	     Copyright (c) 2002  Ranjit Mathew
0159ab
 	     Copyright (c) 2009  Daniel Witte
0159ab
@@ -1304,3 +1305,6 @@ L_ffi_closure_SYSV_inner$stub:
0159ab
 
0159ab
 #endif /* !_MSC_VER */
0159ab
 
0159ab
+#if defined __ELF__ && defined __linux__
0159ab
+	.section	.note.GNU-stack,"",@progbits
0159ab
+#endif
0159ab
-- 
0159ab
1.9.3
0159ab