blob: 2bdd780d7490b171d92664909ae4d5439dd8b4a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/src/ikarus-enter.S 2008-01-29 04:44:17.000000000 +0000
+++ b/src/ikarus-enter.S 2008-05-31 18:28:09.000000000 +0000
@@ -13,7 +13,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
.text
.globl ik_asm_enter
|