diff mbox

[ARM] Fix PR19599 tail

Message ID CAJA7tRbvu4vYHAxcKF=QQpWjwFBWmrmkqN=PeZcNg9wb8m-dUA@mail.gmail.com
State New
Headers show

Commit Message

Ramana Radhakrishnan July 25, 2013, 12:51 p.m. UTC
On Thu, Jul 25, 2013 at 12:40 PM, Bernd Edlinger
<bernd.edlinger@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
diff mbox

Patch

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\";
     }