Commit b3bbd220 by Richard Henderson Committed by Richard Henderson

i386.h (ENCODE_SECTION_INFO): MODULE_LOCAL_P applies to functions as well.

        * config/i386/i386.h (ENCODE_SECTION_INFO): MODULE_LOCAL_P applies
        to functions as well.

From-SVN: r50239
parent d924ab70
2002-03-02 Richard Henderson <rth@redhat.com> 2002-03-02 Richard Henderson <rth@redhat.com>
* config/i386/i386.h (ENCODE_SECTION_INFO): MODULE_LOCAL_P applies
to functions as well.
2002-03-02 Richard Henderson <rth@redhat.com>
* attribs.c (handle_alias_attribute): Don't call assemble_alias. * attribs.c (handle_alias_attribute): Don't call assemble_alias.
(handle_visibility_attribute): Don't call assemble_visibility. (handle_visibility_attribute): Don't call assemble_visibility.
* toplev.c (rest_of_decl_compilation): Invoke make_decl_rtl even * toplev.c (rest_of_decl_compilation): Invoke make_decl_rtl even
......
...@@ -2264,8 +2264,7 @@ do { \ ...@@ -2264,8 +2264,7 @@ do { \
SYMBOL_REF_FLAG (XEXP (rtl, 0)) \ SYMBOL_REF_FLAG (XEXP (rtl, 0)) \
= (TREE_CODE_CLASS (TREE_CODE (DECL)) != 'd' \ = (TREE_CODE_CLASS (TREE_CODE (DECL)) != 'd' \
|| ! TREE_PUBLIC (DECL) \ || ! TREE_PUBLIC (DECL) \
|| (TREE_CODE (DECL) == VAR_DECL \ || MODULE_LOCAL_P (DECL)); \
&& MODULE_LOCAL_P (DECL))); \
} \ } \
} \ } \
} while (0) } while (0)
......
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