[config/sh/sh.c] Fix PR68091: Return false for non shmedia targets in sh_vector_mode_...
authorKaz Kojima <kkojima@gcc.gnu.org>
Mon, 26 Oct 2015 11:30:11 +0000 (11:30 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Mon, 26 Oct 2015 11:30:11 +0000 (11:30 +0000)
commit529ce461f0ec3b81458e8478a1342e7a89a43861
tree77f544291f4017adcabde139e2371b50b98552b1
parente310115eb98540ab7c1e099a15f6c66dd76450b7
[config/sh/sh.c] Fix PR68091: Return false for non shmedia targets in sh_vector_mode_supported_p

PR target/68091
* config/sh/sh.c (sh_vector_mode_supported_p): Use
TARGET_SHMEDIA_FPU instead of TARGET_FPU_ANY.

From-SVN: r229336
gcc/ChangeLog
gcc/config/sh/sh.c