Commit 18bd1bd9 by Richard Kenner

(output_prolog): Need GP if type ISUBR.

From-SVN: r6304
parent 454f33b9
......@@ -1233,7 +1233,8 @@ output_prolog (file, size)
|| (GET_RTX_CLASS (GET_CODE (insn)) == 'i'
&& GET_CODE (PATTERN (insn)) != USE
&& GET_CODE (PATTERN (insn)) != CLOBBER
&& get_attr_type (insn) == TYPE_LDSYM))
&& (get_attr_type (insn) == TYPE_LDSYM
|| get_attr_type (insn) == TYPE_ISUBR)))
{
alpha_function_needs_gp = 1;
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment