On Thu, Jul 25, 2013 at 12:40 PM, Bernd Edlinger
<bernd.edlin...@hotmail.de> wrote:
> Hi Ramana,
>
> why did you leave the space before the bx?
> this ends up in the .s file making it look ugly..
Ooops - thanks for noticing - wasn't deliberate - fixed as obvious with this.

Ramana

Index: gcc/config/arm/arm.md
===================================================================
--- gcc/config/arm/arm.md       (revision 201240)
+++ gcc/config/arm/arm.md       (working copy)
@@ -9630,7 +9630,7 @@
   else
     {
       if (arm_arch5 || arm_arch4t)
-       return \" bx%?\\t%0\\t%@ indirect register sibling call\";
+       return \"bx%?\\t%0\\t%@ indirect register sibling call\";
       else
        return \"mov%?\\t%|pc, %0\\t%@ indirect register sibling call\";
     }

Reply via email to