]> gcc.gnu.org Git - gcc.git/commitdiff
dfp.m4: Quote argument of AC_MSG_WARN.
authorAndreas Schwab <schwab@redhat.com>
Mon, 6 Sep 2010 10:35:22 +0000 (10:35 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Mon, 6 Sep 2010 10:35:22 +0000 (10:35 +0000)
config/:
* dfp.m4: Quote argument of AC_MSG_WARN.

gcc/:
* configure.ac: Quote argument of AC_MSG_WARN.
* configure: Regenerate.

libdecnumber/:
* configure: Regenerate.

libgcc/:
* configure: Regenerate.

From-SVN: r163909

config/ChangeLog
config/dfp.m4
gcc/ChangeLog
gcc/configure
gcc/configure.ac
libdecnumber/ChangeLog
libdecnumber/configure
libgcc/ChangeLog
libgcc/configure

index cc20f81233d80a5a49b6a6008d8a4195dca2a3f6..bbde1fcb80d92031461f7881593951bd79fd99ae 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-06  Andreas Schwab  <schwab@redhat.com>
+
+       * dfp.m4: Quote argument of AC_MSG_WARN.
+
 2010-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
        * dfp.m4: New file.
index 4cace763fa4152e45945010cb412294e9e0d5f6a..3b7de7043ab3f3c5aba18856a18d07e57eeec24c 100644 (file)
@@ -24,7 +24,7 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;;
       enable_decimal_float=yes
       ;;
     *)
-      AC_MSG_WARN(decimal float is not supported for this target, ignored)
+      AC_MSG_WARN([decimal float is not supported for this target, ignored])
       enable_decimal_float=no
       ;;
   esac
index dd25fccffc151a2f64c8690ef2da458dc537d1ea..8bc1dce26973197494d7ca47b56a5c9a3beda16a 100644 (file)
@@ -1,3 +1,8 @@
+2010-09-06  Andreas Schwab  <schwab@redhat.com>
+
+       * configure.ac: Quote argument of AC_MSG_WARN.
+       * configure: Regenerate.
+
 2010-09-06  Alexander Monakov  <amonakov@ispras.ru>
 
        * sel-sched.c (move_cond_jump): Correct arguments to maybe_tidy_empty_bb.
index da0c48bcb09473ffbe7af68376ed7b96c7b6266a..a59420da250c94ae063c12fda3a7720d94fea3b7 100755 (executable)
@@ -6666,8 +6666,8 @@ else
       enable_decimal_float=yes
       ;;
     *)
-      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: decimal float is not supported for this target" >&5
-$as_echo "$as_me: WARNING: decimal float is not supported for this target" >&2;}
+      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: decimal float is not supported for this target, ignored" >&5
+$as_echo "$as_me: WARNING: decimal float is not supported for this target, ignored" >&2;}
       enable_decimal_float=no
       ;;
   esac
@@ -6722,8 +6722,8 @@ else
     mips*-*-*)
       case $host in
        mips*-sgi-irix*)
-         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: fixed-point is not supported on IRIX" >&5
-$as_echo "$as_me: WARNING: fixed-point is not supported on IRIX" >&2;}
+         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: fixed-point is not supported on IRIX, ignored" >&5
+$as_echo "$as_me: WARNING: fixed-point is not supported on IRIX, ignored" >&2;}
          enable_fixed_point=no
          ;;
        *)
@@ -6732,8 +6732,8 @@ $as_echo "$as_me: WARNING: fixed-point is not supported on IRIX" >&2;}
       esac
       ;;
     *)
-      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: fixed-point is not supported for this target" >&5
-$as_echo "$as_me: WARNING: fixed-point is not supported for this target" >&2;}
+      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: fixed-point is not supported for this target, ignored" >&5
+$as_echo "$as_me: WARNING: fixed-point is not supported for this target, ignored" >&2;}
       enable_fixed_point=no
       ;;
   esac
index bbcbc7fdcf575689b0b3730c650a56a280383ee5..101e84c9f6dcc5baa15d3f55ae7fd99c3e530361 100644 (file)
@@ -627,7 +627,7 @@ AC_ARG_ENABLE(fixed-point,
     mips*-*-*)
       case $host in
        mips*-sgi-irix*)
-         AC_MSG_WARN(fixed-point is not supported on IRIX, ignored)
+         AC_MSG_WARN([fixed-point is not supported on IRIX, ignored])
          enable_fixed_point=no
          ;;
        *)
@@ -636,7 +636,7 @@ AC_ARG_ENABLE(fixed-point,
       esac
       ;;
     *)
-      AC_MSG_WARN(fixed-point is not supported for this target, ignored)
+      AC_MSG_WARN([fixed-point is not supported for this target, ignored])
       enable_fixed_point=no
       ;;
   esac
index b7952d089684463eeefa804d992dc27bf16d976c..351c251ef3ff77eb5baaf4cb1110aa9f433a1fe9 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-06  Andreas Schwab  <schwab@redhat.com>
+
+       * configure: Regenerate.
+
 2010-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
        * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
index 636839cf369d22b54ccefea4736008d6188b44f7..134c25745633f04800913ae92d4473444a2accb5 100755 (executable)
@@ -4606,8 +4606,8 @@ else
       enable_decimal_float=yes
       ;;
     *)
-      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: decimal float is not supported for this target" >&5
-$as_echo "$as_me: WARNING: decimal float is not supported for this target" >&2;}
+      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: decimal float is not supported for this target, ignored" >&5
+$as_echo "$as_me: WARNING: decimal float is not supported for this target, ignored" >&2;}
       enable_decimal_float=no
       ;;
   esac
index c5ff3589a8f9d5bfa359dd69b4c68b1e6b818713..8cafd6fec3381c71bc305cd992e9eed11062732a 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-06  Andreas Schwab  <schwab@redhat.com>
+
+       * configure: Regenerate.
+
 2010-09-03  Uros Bizjak  <ubizjak@gmail.com>
 
        * config/i386/t-sol2 (__copysigntf3, __fabstf3): Disable for
index e6d42a1e46de44483c5ab1926342d68e86e759ba..c1a76ee1557068e64c83a529456e1970fbe79ab9 100644 (file)
@@ -3651,8 +3651,8 @@ else
       enable_decimal_float=yes
       ;;
     *)
-      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: decimal float is not supported for this target" >&5
-$as_echo "$as_me: WARNING: decimal float is not supported for this target" >&2;}
+      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: decimal float is not supported for this target, ignored" >&5
+$as_echo "$as_me: WARNING: decimal float is not supported for this target, ignored" >&2;}
       enable_decimal_float=no
       ;;
   esac
This page took 0.161512 seconds and 5 git commands to generate.