* config/sparc/sparc.h (sparc_hard_reg_printed): Mark as GTY(()).

From-SVN: r98202
This commit is contained in:
David S. Miller 2005-04-15 19:14:07 +00:00 committed by David S. Miller
parent 84c4029365
commit 94fcbf65cc
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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) \