mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-28 15:15:19 +08:00
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:
parent
d399ae674b
commit
a5f5c6be7f
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user