summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-11-05 00:27:03 +0100
committerThomas Schwinge <tschwinge@gcc.gnu.org>2012-11-05 00:27:03 +0100
commit4044815128625e0c4739fe2274078a6200511a3f (patch)
treea472276b418850e9786f1ba1aa280fa13c46f5b6
parentb9efc87730ad292897da5dc447a2c83d68b1845b (diff)
acinclude.m4 (LIBAT_CHECK_IFUNC): Clarify message.
libatomic/ * acinclude.m4 (LIBAT_CHECK_IFUNC): Clarify message. * configure: Regenerate. From-SVN: r193145
-rw-r--r--libatomic/ChangeLog3
-rw-r--r--libatomic/acinclude.m45
-rwxr-xr-xlibatomic/configure4
3 files changed, 8 insertions, 4 deletions
diff --git a/libatomic/ChangeLog b/libatomic/ChangeLog
index 3c4c035d567..19b4e8ce362 100644
--- a/libatomic/ChangeLog
+++ b/libatomic/ChangeLog
@@ -1,5 +1,8 @@
2012-11-04 Thomas Schwinge <thomas@codesourcery.com>
+ * acinclude.m4 (LIBAT_CHECK_IFUNC): Clarify message.
+ * configure: Regenerate.
+
* configure: Regenerate.
2012-10-23 Sofiane Naci <sofiane.naci@arm.com>
diff --git a/libatomic/acinclude.m4 b/libatomic/acinclude.m4
index 282a9929a6e..a86e52b4ff4 100644
--- a/libatomic/acinclude.m4
+++ b/libatomic/acinclude.m4
@@ -185,10 +185,11 @@ AC_DEFUN([LIBAT_WORDSIZE],[
])
dnl
-dnl Check whether the target supports ifuncs.
+dnl Check whether the target supports the ifunc attribute.
dnl
AC_DEFUN([LIBAT_CHECK_IFUNC], [
- AC_CACHE_CHECK([whether the target supports funcs], libat_cv_have_ifunc, [
+ AC_CACHE_CHECK([whether the target supports the ifunc attribute],
+ libat_cv_have_ifunc, [
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -Werror"
AC_TRY_LINK([
diff --git a/libatomic/configure b/libatomic/configure
index 4bcfd782c05..a9dfa03bb34 100755
--- a/libatomic/configure
+++ b/libatomic/configure
@@ -14538,8 +14538,8 @@ $as_echo "#define HAVE_ATTRIBUTE_ALIAS 1" >>confdefs.h
fi
if test x$try_ifunc = xyes; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports funcs" >&5
-$as_echo_n "checking whether the target supports funcs... " >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports the ifunc attribute" >&5
+$as_echo_n "checking whether the target supports the ifunc attribute... " >&6; }
if test "${libat_cv_have_ifunc+set}" = set; then :
$as_echo_n "(cached) " >&6
else