Commit a5f5c6be by Kaz Kojima

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
parent d399ae67
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
......
......@@ -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;
......
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