summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-05-05 04:36:02 +0000
committerUlrich Drepper <drepper@redhat.com>2007-05-05 04:36:02 +0000
commitd9ac82d0627df217b5f30df138bea08647e663fe (patch)
treebfab61eedd6a04d6d94c737dcdba14776e587797
parentb16dba4c527606483050b5ffdaf6e4b2fe97e2f8 (diff)
* soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
_FP_FRAC_COPY_2. * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to _FP_FRAC_COPY_4.
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f0d27e7f8..5228f1bd45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,8 +32,10 @@
(FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
undefined _FP_PACK_RAW_EP.
- * op-2.h (_FP_FRAC_COPY_2_2): Define as alias to _FP_FRAC_COPY_2.
- * op-4.h (_FP_FRAC_COPY_2_2): Define as alias to _FP_FRAC_COPY_4.
+ * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
+ _FP_FRAC_COPY_2.
+ * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
+ _FP_FRAC_COPY_4.
2007-04-16 Uros Bizjak <ubizjak@gmail.com>
Jakub Jelinek <jakub@redhat.com>