Re: [PATCH, ARM, iWMMXT] Fix define_constants for WCGR

2013-03-26 Thread Ramana Radhakrishnan
On Wed, Mar 20, 2013 at 2:43 AM, Xinyu Qi wrote: >>At 2013-01-22 19:58:43,"Ramana Radhakrishnan" wrote:> >> > On 01/22/13 09:21, Xinyu Qi wrote: >> > > Ping, >> > > >> > > Fix ChangeLog >> > >> > The ChangeLog format includes . >> > >> > >> > >> > If you want a patch accepted in the future,

RE: [PATCH, ARM, iWMMXT] Fix define_constants for WCGR

2013-03-19 Thread Xinyu Qi
>At 2013-01-22 19:58:43,"Ramana Radhakrishnan" wrote:> > > On 01/22/13 09:21, Xinyu Qi wrote: > > > Ping, > > > > > > Fix ChangeLog > > > > The ChangeLog format includes . > > > > > > > > If you want a patch accepted in the future, please help by creating > > the Changelog entry in the correc

RE: [PATCH, ARM, iWMMXT] Fix define_constants for WCGR

2013-01-30 Thread Xinyu Qi
At 2013-01-22 19:58:43,"Ramana Radhakrishnan" wrote:> > On 01/22/13 09:21, Xinyu Qi wrote: > > Ping, > > > > Fix ChangeLog > > The ChangeLog format includes . > > > > If you want a patch accepted in the future, please help by creating the > Changelog entry in the correct format, i.e. fill

RE: [PING][PATCH, ARM, iWMMXT] Fix define_constants for WCGR

2013-01-22 Thread Xinyu Qi
At 2013-01-22 19:58:43,"Ramana Radhakrishnan" wrote: > On 01/22/13 09:21, Xinyu Qi wrote: > > Ping, > > > > Fix ChangeLog > > The ChangeLog format includes . > > > > If you want a patch accepted in the future, please help by creating the > Changelog entry in the correct format, i.e. fill i

Re: [PING][PATCH, ARM, iWMMXT] Fix define_constants for WCGR

2013-01-22 Thread Andreas Schwab
Ramana Radhakrishnan writes: > The patch by itself is OK but surprisingly I never saw this earlier. Your > ping has removed the date from the original post so I couldn't track it > down. You can follow the references and look up the message-id via http://mid.gmane.org/. Andreas. -- Andreas Sc

Re: [PING][PATCH, ARM, iWMMXT] Fix define_constants for WCGR

2013-01-22 Thread Ramana Radhakrishnan
On 01/22/13 09:21, Xinyu Qi wrote: Ping, Fix ChangeLog The ChangeLog format includes . If you want a patch accepted in the future, please help by creating the Changelog entry in the correct format, i.e. fill in the author's name as well as email address as below. I've created an entry

RE: [PING][PATCH, ARM, iWMMXT] Fix define_constants for WCGR

2013-01-22 Thread Xinyu Qi
Ping, Fix ChangeLog * config/arm/arm.h (FIRST_IWMMXT_GR_REGNUM): Add comment. * config/arm/iwmmxt.md (WCGR0): Update. (WCGR1, WCGR2, WCGR3): Likewise. > Hi, > > It is necessary to sync the constants WCGR0 to WCGR3 in iwmmxt.md with > the IWMMXT_GR_REGNUM in arm.h. > >

[PATCH, ARM, iWMMXT] Fix define_constants for WCGR

2012-12-26 Thread Xinyu Qi
Hi, It is necessary to sync the constants WCGR0 to WCGR3 in iwmmxt.md with the IWMMXT_GR_REGNUM in arm.h. ChangeLog * config/arm/arm.h (FIRST_IWMMXT_GR_REGNUM): Add comment. * config/arm/iwmmxt.md (WCGR0, WCGR1): Update. * config/arm/iwmmxt.md (WCGR2, WCGR3): Likewise.