mirror of git://gcc.gnu.org/git/gcc.git
* config/sparc/sparc.h (sparc_hard_reg_printed): Mark as GTY(()).
From-SVN: r98202
This commit is contained in:
parent
84c4029365
commit
94fcbf65cc
|
@ -1,3 +1,7 @@
|
|||
2005-04-15 David S. Miller <davem@davemloft.net>
|
||||
|
||||
* config/sparc/sparc.h (sparc_hard_reg_printed): Mark as GTY(()).
|
||||
|
||||
2005-04-15 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
PR tree-optimization/21031
|
||||
|
|
|
@ -1608,7 +1608,7 @@ extern GTY(()) rtx sparc_compare_op1;
|
|||
case of a global register variable occupying more than one register
|
||||
we prefix the second and following registers with .gnu.part1. etc. */
|
||||
|
||||
extern char sparc_hard_reg_printed[8];
|
||||
extern GTY(()) char sparc_hard_reg_printed[8];
|
||||
|
||||
#ifdef HAVE_AS_REGISTER_PSEUDO_OP
|
||||
#define ASM_DECLARE_REGISTER_GLOBAL(FILE, DECL, REGNO, NAME) \
|
||||
|
|
Loading…
Reference in New Issue