From: Ulrich Drepper Date: Sat, 5 May 2007 04:36:02 +0000 (+0000) Subject: * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to X-Git-Tag: cvs/fedora-glibc-20070510T0634~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9ac82d0627df217b5f30df138bea08647e663fe;p=thirdparty%2Fglibc.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 4f0d27e7f8c..5228f1bd45e 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 Jakub Jelinek