Commit 5cd983a6 by Kaz Kojima Committed by Richard Sandiford

sh.h (ENCODE_SECTION_INFO): Consider MODULE_LOCAL_P when encoding visibility into SYMBOL_REF_FLAG.

	* config/sh/sh.h (ENCODE_SECTION_INFO): Consider MODULE_LOCAL_P
	when encoding visibility into SYMBOL_REF_FLAG.

From-SVN: r53558
parent ce0f3925
2002-05-17 kaz Kojima <kkojima@rr.iij4u.or.jp>
* config/sh/sh.h (ENCODE_SECTION_INFO): Consider MODULE_LOCAL_P
when encoding visibility into SYMBOL_REF_FLAG.
2002-05-17 Richard Sandiford <rsandifo@redhat.com>
* expr.c (force_operand): Fix reversed move.
......
......@@ -2685,6 +2685,7 @@ do \
\
SYMBOL_REF_FLAG (XEXP (rtl, 0)) = \
(TREE_CODE_CLASS (TREE_CODE (DECL)) != 'd' \
|| MODULE_LOCAL_P (DECL) \
|| ! TREE_PUBLIC (DECL)); \
} \
if (TARGET_SH5) \
......
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