Commit 94fcbf65 by David S. Miller Committed by David S. Miller

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

From-SVN: r98202
parent 84c40293
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) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment