dfp.m4: Quote argument of AC_MSG_WARN.

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
This commit is contained in:
Andreas Schwab 2010-09-06 10:35:22 +00:00 committed by Andreas Schwab
parent e5cb031ff9
commit 84f47d20bb
9 changed files with 30 additions and 13 deletions

View 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.

View 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

View 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.

12
gcc/configure vendored
View file

@ -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

View 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

View 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.

View file

@ -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

View 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

4
libgcc/configure vendored
View 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