This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch ARM] Fix PR19599 tail
- From: Bernd Edlinger <bernd dot edlinger at hotmail dot de>
- To: Ramana Radhakrishnan <ramrad01 at arm dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 25 Jul 2013 13:40:00 +0200
- Subject: Re: [Patch ARM] Fix PR19599 tail
Hi Ramana,
why did you leave the space before the bx?
this ends up in the .s file making it look ugly..
+ return \" bx%?\\t%0\\t%@ indirect register sibling call\";
Regards
Bernd.