summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-06 10:35:22 +0000
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-06 10:35:22 +0000
commite6425baf564d4715376542ab89ba4528f259b1cb (patch)
tree686ec3d14a4b3286714f267865338ffb8bc5546e
parent1a41a123ecc9d267a09c89eedad21905801e5620 (diff)
downloadgcc-e6425baf564d4715376542ab89ba4528f259b1cb.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163909 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--config/ChangeLog4
-rw-r--r--config/dfp.m42
-rw-r--r--gcc/ChangeLog5
-rwxr-xr-xgcc/configure12
-rw-r--r--gcc/configure.ac4
-rw-r--r--libdecnumber/ChangeLog4
-rwxr-xr-xlibdecnumber/configure4
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/configure4
9 files changed, 30 insertions, 13 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index cc20f81233d..bbde1fcb80d 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -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.
diff --git a/config/dfp.m4 b/config/dfp.m4
index 4cace763fa4..3b7de7043ab 100644
--- a/config/dfp.m4
+++ b/config/dfp.m4
@@ -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
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index dd25fccffc1..8bc1dce2697 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/configure b/gcc/configure
index da0c48bcb09..a59420da250 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -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
diff --git a/gcc/configure.ac b/gcc/configure.ac
index bbcbc7fdcf5..101e84c9f6d 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -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
diff --git a/libdecnumber/ChangeLog b/libdecnumber/ChangeLog
index b7952d08968..351c251ef3f 100644
--- a/libdecnumber/ChangeLog
+++ b/libdecnumber/ChangeLog
@@ -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.
diff --git a/libdecnumber/configure b/libdecnumber/configure
index 636839cf369..134c2574563 100755
--- a/libdecnumber/configure
+++ b/libdecnumber/configure
@@ -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
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index c5ff3589a8f..8cafd6fec33 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -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
diff --git a/libgcc/configure b/libgcc/configure
index e6d42a1e46d..c1a76ee1557 100644
--- a/libgcc/configure
+++ b/libgcc/configure
@@ -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