summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorTorbjorn Granlund <torbjorng@google.com>2015-10-14 20:23:09 +0200
committerTorbjorn Granlund <torbjorng@google.com>2015-10-14 20:23:09 +0200
commit80454c29b3c975f43faec0aebeccd295f90de77d (patch)
tree50404e366f8a545557cb4e0b0282701b4c97fc4d /acinclude.m4
parent1b451d48de0519a29fb7f0d20a716ae5c28bba6f (diff)
downloadgmp-80454c29b3c975f43faec0aebeccd295f90de77d.tar.gz
Fix comment type and add a comment.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m45
1 files changed, 4 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 9b3051254..b2b061b53 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1663,8 +1663,11 @@ rm -f conftest*
dnl Checks whether the stack can be marked nonexecutable by passing an option
-dnl to the C-compiler when acting on .s files. Appends that option to ASFLAGS.
+dnl to the C-compiler when acting on .s files. Appends that option to ASMFLAGS.
dnl This macro is adapted from one found in GLIBC-2.3.5.
+dnl FIXME: This test looks broken. It tests that a file with .note.GNU-stack...
+dnl can be compiled/assembled with -Wa,--noexecstack. It does not determine
+dnl if that command-line option has any effect on general asm code.
AC_DEFUN([CL_AS_NOEXECSTACK],[
dnl AC_REQUIRE([AC_PROG_CC]) GMP uses something else
AC_CACHE_CHECK([whether assembler supports --noexecstack option],