Fix bootstrap on powerpc64le-linux-gnu
2014-05-29 Tom de Vries <tom@codesourcery.com> * final.c (collect_fn_hard_reg_usage): Guard variable declaration with #ifdef STACK_REGS. From-SVN: r211047
This commit is contained in:
parent
726f0774e0
commit
4b29b96587
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-05-29 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
* final.c (collect_fn_hard_reg_usage): Guard variable declaration
|
||||
with #ifdef STACK_REGS.
|
||||
|
||||
2014-05-28 Jan Hubicka <hubicka@ucw.cz>
|
||||
|
||||
* varasm.c (get_variable_section): Walk aliases.
|
||||
|
|
|
@ -4750,7 +4750,9 @@ static void
|
|||
collect_fn_hard_reg_usage (void)
|
||||
{
|
||||
rtx insn;
|
||||
#ifdef STACK_REGS
|
||||
int i;
|
||||
#endif
|
||||
struct cgraph_rtl_info *node;
|
||||
|
||||
/* ??? To be removed when all the ports have been fixed. */
|
||||
|
|
Loading…
Add table
Reference in a new issue