gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 May 2011 17:41:50 +0000 (17:41 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 May 2011 17:41:50 +0000 (17:41 +0000)
commitdf81f4dbc09e0d8d443ffc48e71892270333f5e0
treef3de3212a0d25836d69126141716f96b88c2d3c8
parent47e1410d1aeda7c2f312f44a0ed15055235010cf
gcc/
PR target/43995
* config/mips/mips.c (mips_pic_call_symbol_from_set): Add a
recurse_p argument.  Only follow register copies if it is set,
and prevent mips_find_pic_call_symbol from recursing.
(mips_find_pic_call_symbol): Add a recurse_p argument.
Pass it to mips_pic_call_symbol_from_set.
(mips_annotate_pic_calls): Update accordingly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174402 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mips/mips.c