On 7/20/13 4:14 PM, Eric Botcazou wrote:
2013-03-18 David Holsgrove <david.holsgr...@xilinx.com>
* gcc/config/microblaze/microblaze.c (microblaze_expand_prologue):
Add check for flag_stack_usage to handle -fstack-usage support
Signed-off-by: David Holsgrove <david.holsgr...@xilinx.com>
Patch remains the same, please apply when ready.
The patch is incorrect, please adjust it to match the other architectures.
Hi, David,
Specifically speaking, what Eric meant is to check
flag_stack_usage_info rather than flag_stack_usage
due to the changes after gcc-4.7.
Best regards,
jasonwucj