Re: [Patch, microblaze]: Add -fstack-usage support

2013-07-23 Thread Michael Eager
On 07/22/13 22:50, David Holsgrove wrote: Hi Eric / Chung-Ju, On 21 July 2013 01:33, Chung-Ju Wu wrote: On 7/20/13 4:14 PM, Eric Botcazou wrote: 2013-03-18 David Holsgrove * gcc/config/microblaze/microblaze.c (microblaze_expand_prologue): Add check for flag_stack_usage to handle -

Re: [Patch, microblaze]: Add -fstack-usage support

2013-07-22 Thread David Holsgrove
Hi Eric / Chung-Ju, On 21 July 2013 01:33, Chung-Ju Wu wrote: > On 7/20/13 4:14 PM, Eric Botcazou wrote: 2013-03-18 David Holsgrove * gcc/config/microblaze/microblaze.c (microblaze_expand_prologue): Add check for flag_stack_usage to handle -fstack-usage support >>

Re: [Patch, microblaze]: Add -fstack-usage support

2013-07-20 Thread Chung-Ju Wu
On 7/20/13 4:14 PM, Eric Botcazou wrote: 2013-03-18 David Holsgrove * gcc/config/microblaze/microblaze.c (microblaze_expand_prologue): Add check for flag_stack_usage to handle -fstack-usage support Signed-off-by: David Holsgrove Patch remains the same, please apply when ready. The

Re: [Patch, microblaze]: Add -fstack-usage support

2013-07-20 Thread Eric Botcazou
> > 2013-03-18 David Holsgrove > > > > * gcc/config/microblaze/microblaze.c (microblaze_expand_prologue): > >Add check for flag_stack_usage to handle -fstack-usage support > > > > Signed-off-by: David Holsgrove > > Patch remains the same, please apply when ready. The patch is incorrect,

Re: [Patch, microblaze]: Add -fstack-usage support

2013-07-18 Thread Michael Eager
On 07/18/13 16:25, David Holsgrove wrote: On 19 July 2013 02:42, Michael Eager wrote: On 03/18/13 05:48, David Holsgrove wrote: Changelog 2013-03-18 David Holsgrove * gcc/config/microblaze/microblaze.c (microblaze_expand_prologue): Add check for flag_stack_usage to handle -fstack-

Re: [Patch, microblaze]: Add -fstack-usage support

2013-07-18 Thread David Holsgrove
On 19 July 2013 02:42, Michael Eager wrote: > On 03/18/13 05:48, David Holsgrove wrote: >> >> Changelog >> >> 2013-03-18 David Holsgrove >> >> * gcc/config/microblaze/microblaze.c (microblaze_expand_prologue): >> Add check for flag_stack_usage to handle -fstack-usage support >> >> Signed-o

Re: [Patch, microblaze]: Add -fstack-usage support

2013-07-18 Thread Michael Eager
On 03/18/13 05:48, David Holsgrove wrote: Changelog 2013-03-18 David Holsgrove * gcc/config/microblaze/microblaze.c (microblaze_expand_prologue): Add check for flag_stack_usage to handle -fstack-usage support Signed-off-by: David Holsgrove Applied revision 201035. -- Michael Eager

Re: [Patch, microblaze]: Add -fstack-usage support

2013-07-14 Thread David Holsgrove
Hi Michael, On 18 March 2013 22:48, David Holsgrove wrote: > Changelog > > 2013-03-18 David Holsgrove > > * gcc/config/microblaze/microblaze.c (microblaze_expand_prologue): >Add check for flag_stack_usage to handle -fstack-usage support > > Signed-off-by: David Holsgrove > Patch remains

[Patch, microblaze]: Add -fstack-usage support

2013-03-18 Thread David Holsgrove
Changelog 2013-03-18 David Holsgrove * gcc/config/microblaze/microblaze.c (microblaze_expand_prologue): Add check for flag_stack_usage to handle -fstack-usage support Signed-off-by: David Holsgrove 0004-Patch-microblaze-Add-fstack-usage-support.patch Description: 0004-Patch-microblaze-