]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
acinclude.m4 (LIBAT_CHECK_IFUNC): Clarify message.
authorThomas Schwinge <thomas@codesourcery.com>
Sun, 4 Nov 2012 23:27:03 +0000 (00:27 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Sun, 4 Nov 2012 23:27:03 +0000 (00:27 +0100)
libatomic/
* acinclude.m4 (LIBAT_CHECK_IFUNC): Clarify message.
* configure: Regenerate.

From-SVN: r193145

libatomic/ChangeLog
libatomic/acinclude.m4
libatomic/configure

index 3c4c035d56712c8aee9219cc69fc4004ee412696..19b4e8ce362c0117b13bd0eed144d3c2e3b5c9ce 100644 (file)
@@ -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>
index 282a9929a6e8a40348d2adb5caa2ccfb2eacfc27..a86e52b4ff4b172b6df27cbf76db6885c7e76280 100644 (file)
@@ -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([
index 4bcfd782c056bdb3108278f55721200b84b938e6..a9dfa03bb34c8eb837c232282dfa3ec9a8407394 100755 (executable)
@@ -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