Commit f215b2f7 by Jeff Law

pa.c (output_call): When emitting an inline long-call...

	* pa.c (output_call): When emitting an inline long-call, use LP%
	and RP% prefixes to get the function's address.

From-SVN: r8533
parent e172179d
......@@ -3941,7 +3941,8 @@ output_call (insn, call_dest, return_pointer)
/* Now emit the inline long-call. */
xoperands[0] = call_dest;
output_asm_insn ("ldil L%%%0,%%r22\n\tldo R%%%0(%%r22),%%r22", xoperands);
output_asm_insn ("ldil LP%%%0,%%r22\n\tldo RP%%%0(%%r22),%%r22",
xoperands);
/* If TARGET_MILLICODE_LONG_CALLS, then we must use a long-call sequence
to call dyncall! */
......
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