]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added gnustack flag
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 7 Sep 2011 19:30:44 +0000 (21:30 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 7 Sep 2011 19:30:44 +0000 (21:30 +0200)
lib/accelerated/intel/asm/padlock-x86-64.s
lib/accelerated/intel/asm/padlock-x86.s

index d026a117c7a55659a49fdeaf6783bf3ed2d7e580..ebca3ae56b9591d6b49e9604958596432832eb7b 100644 (file)
@@ -716,3 +716,8 @@ padlock_ctr16_encrypt:
 .align 8
 .Lpadlock_saved_context:
 .quad  0
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
+
index 17d383d288d01d399024b7f45c1906d08e3a2a97..e81c96754415eec5de7102948d783ce1574f5f65 100644 (file)
@@ -815,3 +815,8 @@ padlock_sha256:
 .align 4
 .Lpadlock_saved_context:
 .long  0
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
+