OSDN Git Service

* trans.c (tree_transform): Use real_ldexp not REAL_VALUE_LDEXP.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Sep 2002 09:30:47 +0000 (09:30 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Sep 2002 09:30:47 +0000 (09:30 +0000)
commitbd58682f8af692d62dd94df2466e9e2e83401643
treeac34a77939ea0c0f8fa6f3006381bc025c15b4f0
parent9f83c26af727c882dd1a7476558d1d6cf787b912
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57245 138bc75d-0d04-0410-961f-82ee72b054a4
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