rs6000: Fix __powikf2 and __abskf2 spelling
commit08417efa3ad973ba7b1be5b6a530e0b186e3c294
authorSegher Boessenkool <segher@kernel.crashing.org>
Tue, 24 Apr 2018 22:49:41 +0000 (25 00:49 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Tue, 24 Apr 2018 22:49:41 +0000 (25 00:49 +0200)
tree26aa53a8f6de708e70632011bd0b81ef953736f6
parentffc2fc06e3cd63d06943baab93c9f8e39a28b14d
rs6000: Fix __powikf2 and __abskf2 spelling

Both of these libfuncs had a "tkf" misspelling, which caused
gcc.target/powerpc/pr85456.c to fail (there is no test for __abskf2).

* config/rs6000/rs6000.c (init_float128_ieee): Fix spelling mistakes
in __abskf2 and __powikf2.

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