* arm.c (output_call_mem): Add missing \t.
authorIan Lance Taylor <ian@wasabisystems.com>
Sun, 3 Oct 2004 03:04:21 +0000 (03:04 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Sun, 3 Oct 2004 03:04:21 +0000 (03:04 +0000)
From-SVN: r88438

gcc/ChangeLog
gcc/config/arm/arm.c

index b4848154ff1601febc958731e10cc3afd5e0a4fb..c18b3a9627254fa0a37a55df4d3e64cc77990e3c 100644 (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,
index 193e6e1224adfa364d88d3d0e33c8d96e62b64ce..6f0f6fb00fde472a5e1730d1d95bbdc93427bc6e 100644 (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);