rs6000: Use correct names for some trunc/extend libcalls
authorSegher Boessenkool <segher@kernel.crashing.org>
Mon, 16 Jul 2018 23:01:12 +0000 (01:01 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Mon, 16 Jul 2018 23:01:12 +0000 (01:01 +0200)
commit56a6c9b4b2aa227c2d5bd21f2fb43b561a5b7d96
treeae3116500413ee4d1c30f755d323cf54164ef3b9
parent2d06bc72fae490fbec159ccd6952c633d57e0d10
rs6000: Use correct names for some trunc/extend libcalls

The libcalls for trunc and extend of a decimal float to a binary float,
and vice versa, do not have "2" in the name, although all other such
conversions do.

* config/rs6000/rs6000.c (init_float128_ibm): Use the correct names
for conversions between IFmode and the decimal floating point modes.
(init_float128_ieee): Use the correct names for conversions between
KFmode and the decimal floating point modes.

From-SVN: r262753
gcc/ChangeLog
gcc/config/rs6000/rs6000.c