sh.c (emit_fpu_switch): Set TREE_PUBLIC for __fpscr_values.

* config/sh/sh.c (emit_fpu_switch): Set TREE_PUBLIC for
	__fpscr_values.

From-SVN: r105164
This commit is contained in:
Kaz Kojima 2005-10-10 01:52:10 +00:00
parent d399ae674b
commit a5f5c6be7f
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-10-09 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/sh.c (emit_fpu_switch): Set TREE_PUBLIC for
__fpscr_values.
2005-10-09 Daniel Jacobowitz <dan@codesourcery.com>
* config.gcc (arm*-*-linux*): Remove redundant extra_parts and

View File

@ -7872,6 +7872,7 @@ emit_fpu_switch (rtx scratch, int index)
DECL_IGNORED_P (t) = 1;
DECL_EXTERNAL (t) = 1;
TREE_STATIC (t) = 1;
TREE_PUBLIC (t) = 1;
TREE_USED (t) = 1;
fpscr_values = t;