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

From-SVN: r88438
This commit is contained in:
Ian Lance Taylor 2004-10-03 03:04:21 +00:00 committed by Ian Lance Taylor
parent 3e6b638642
commit 07ec381004
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
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,

View file

@ -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);