Commit 07ec3810 by Ian Lance Taylor Committed by Ian Lance Taylor

* arm.c (output_call_mem): Add missing \t.

From-SVN: r88438
parent 3e6b6386
2004-10-02 Ian Lance Taylor <ian@wasabisystems.com>
* arm.c (output_call_mem): Add missing \t.
2004-10-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* builtins.c (expand_builtin_memcmp, expand_builtin_strcmp,
......
......@@ -7697,7 +7697,7 @@ output_call_mem (rtx *operands)
load since the call will kill it anyway. */
output_asm_insn ("ldr%?\t%|ip, %0", operands);
if (arm_arch5)
output_asm_insn ("blx%?%|ip", operands);
output_asm_insn ("blx%?\t%|ip", operands);
else
{
output_asm_insn ("mov%?\t%|lr, %|pc", operands);
......
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