mips.c (build_mips16_call_stub): Emit all direct float calls here, rather than leavin...
commit7ab6a03bf54b50672cd941d781cfa087e305845e
authorRichard Sandiford <richard@codesourcery.com>
Fri, 7 Sep 2007 08:38:42 +0000 (7 08:38 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Fri, 7 Sep 2007 08:38:42 +0000 (7 08:38 +0000)
tree3288753e31f1b99ccd68b6d8cac7abd91533cdd8
parent8d1d0deea09d3c4ae0c3953ac4a4cb142d712e22
mips.c (build_mips16_call_stub): Emit all direct float calls here, rather than leaving some to the caller.

gcc/
* config/mips/mips.c (build_mips16_call_stub): Emit all direct
float calls here, rather than leaving some to the caller.
Use call_internal_direct and call_value_internal_direct.
* config/mips/mips.md (call_internal_direct): New pattern.
(call_value_internal_direct): Likewise.

From-SVN: r128233
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.md