Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/angelscript/files: angelscript-2.28.2-execstack.patch
Date: Sun, 23 Mar 2014 13:48:24
Message-Id: 20140323134821.7C9A520051@flycatcher.gentoo.org
1 hasufell 14/03/23 13:48:21
2
3 Added: angelscript-2.28.2-execstack.patch
4 Log:
5 version bump
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
8
9 Revision Changes Path
10 1.1 dev-libs/angelscript/files/angelscript-2.28.2-execstack.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/angelscript/files/angelscript-2.28.2-execstack.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/angelscript/files/angelscript-2.28.2-execstack.patch?rev=1.1&content-type=text/plain
14
15 Index: angelscript-2.28.2-execstack.patch
16 ===================================================================
17 From: Julian Ospald <hasufell@g.o>
18 Date: Sun Mar 23 13:45:39 UTC 2014
19 Subject: fix RWX sections
20
21 --- a/sdk/angelscript/source/as_callfunc_arm_gcc.S
22 +++ b/sdk/angelscript/source/as_callfunc_arm_gcc.S
23 @@ -690,3 +690,7 @@
24 #endif
25
26 #endif
27 +
28 +#if defined(__linux__) && defined(__ELF__)
29 +.section .note.GNU-stack,"",%progbits
30 +#endif