The unified diff between revisions [8a2b79c6..] and [44833339..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'modules/alg_ia32/asm_macr.h'

#
#
# patch "modules/alg_ia32/asm_macr.h"
#  from [540af413c630f50e7f0859b972be4d6618c788eb]
#    to [6fbce3454c0456405e2fa41cc9ce7de74cad9fe3]
#
============================================================
--- modules/alg_ia32/asm_macr.h	540af413c630f50e7f0859b972be4d6618c788eb
+++ modules/alg_ia32/asm_macr.h	6fbce3454c0456405e2fa41cc9ce7de74cad9fe3
@@ -16,6 +16,10 @@
    .text;                       \
    .p2align 4,,15;

+#ifdef __ELF__
+.section .note.GNU-stack,"",%progbits
+#endif
+
 /*************************************************
 * Function Definitions                           *
 *************************************************/