This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, ARM] Enable sibling calls for Thumb-2


On Mon, 26 Apr 2010 14:08:18 +0100
Julian Brown <julian@codesourcery.com> wrote:

> On Thu, 18 Feb 2010 15:47:05 +0000
> Richard Earnshaw <rearnsha@arm.com> wrote:
> 
> > In the patch you wrote !TARGET_32BIT.  Why not use TARGET_THUMB1
> > (particularly since the comment talks specifically about not doing
> > this for Thumb1)?  
> 
> Fixed.
> 
> > thumb2_return should be in thumb2.md
> 
> Fixed.
> 
> I've re-tested this on current trunk (with options to generate Thumb-2
> code, cross to ARM Linux), and it still shows a couple of
> progressions. OK to apply?

Ping?

Julian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]