]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added gnu-stack note.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 15 Oct 2011 08:20:17 +0000 (10:20 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 15 Oct 2011 08:20:17 +0000 (10:20 +0200)
lib/accelerated/x86/asm/padlock-common.s

index 0af112f0684faf4da08ca912f7607090918e19da..3cd869543364b9e56462672a96ea0c787f27748e 100644 (file)
@@ -38,3 +38,7 @@ is_padlock_nano:
        xorl    %eax,%eax
         ret
 .size  is_padlock_nano,.-is_padlock_nano
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif