diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b4848154ff1..c18b3a96272 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-02 Ian Lance Taylor + + * arm.c (output_call_mem): Add missing \t. + 2004-10-02 Kaveh R. Ghazi * builtins.c (expand_builtin_memcmp, expand_builtin_strcmp, diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index 193e6e1224a..6f0f6fb00fd 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -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);