diff options
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/configure | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index c5ff358..8cafd6f 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 e6d42a1..c1a76ee 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 |