Commit fa7d0c60 by John David Anglin

pa.c (pa_attr_length_indirect_call): Don't output a short call to $$dyncall when…

pa.c (pa_attr_length_indirect_call): Don't output a short call to $$dyncall when TARGET_LONG_CALLS is true.

	* config/pa/pa.c (pa_attr_length_indirect_call): Don't output a short
	call to $$dyncall when TARGET_LONG_CALLS is true.

From-SVN: r206742
parent 2d1fee3d
2014-01-17 John David Anglin <danglin@gcc.gnu.org>
* config/pa/pa.c (pa_attr_length_indirect_call): Don't output a short
call to $$dyncall when TARGET_LONG_CALLS is true.
2014-01-17 Jeff Law <law@redhat.com>
* ree.c (combine_set_extension): Temporarily disable test for
......
......@@ -8099,7 +8099,8 @@ pa_attr_length_indirect_call (rtx insn)
return 12;
if (TARGET_FAST_INDIRECT_CALLS
|| (!TARGET_PORTABLE_RUNTIME
|| (!TARGET_LONG_CALLS
&& !TARGET_PORTABLE_RUNTIME
&& ((TARGET_PA_20 && !TARGET_SOM && distance < 7600000)
|| distance < MAX_PCREL17F_OFFSET)))
return 8;
......
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