trans.c (tree_transform): Use real_ldexp not REAL_VALUE_LDEXP.
authorRichard Henderson <rth@redhat.com>
Tue, 17 Sep 2002 09:30:47 +0000 (02:30 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 17 Sep 2002 09:30:47 +0000 (02:30 -0700)
commiteaff3bf8c3fca80a61ee8b00e13a6e8a0a11da37
treeac34a77939ea0c0f8fa6f3006381bc025c15b4f0
parent34bdc2473cd4064f5af53c29e557bd38c9fa17e4
trans.c (tree_transform): Use real_ldexp not REAL_VALUE_LDEXP.

        * trans.c (tree_transform): Use real_ldexp not REAL_VALUE_LDEXP.
        * config/dsp16xx/dsp16xx.md (fixuns_trunchfhi2): Use real_2expN.
        * config/mips/mips.md (fixuns_truncdfsi2): Likewise.
        (fixuns_truncdfdi2, fixuns_truncsfsi2, fixuns_truncsfdi2): Likewise.
        * config/m68k/m68k.c (floating_exact_log2): Use real_exponent
        and real_2expN instead of a loop.
        * doc/tm.texi (REAL_VALUE_LDEXP): Remove.
        (REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT): Remove.

From-SVN: r57245
gcc/ada/ChangeLog
gcc/ada/trans.c
gcc/config/dsp16xx/dsp16xx.md
gcc/config/m68k/m68k.c
gcc/config/mips/mips.md
gcc/doc/tm.texi