Commit 36ad2436 by Richard Henderson Committed by Richard Henderson

i386.c (ix86_expand_prologue): Revert 2002-03-03 internal visibility change.

        * config/i386/i386.c (ix86_expand_prologue): Revert 2002-03-03
        internal visibility change.

From-SVN: r50704
parent c2273204
2002-03-12 Richard Henderson <rth@redhat.com>
* config/i386/i386.c (ix86_expand_prologue): Revert 2002-03-03
internal visibility change.
2002-03-12 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/xtensa.c (xtensa_expand_block_move): Use
......
......@@ -4184,13 +4184,7 @@ ix86_expand_prologue ()
#endif
if (pic_reg_used)
{
tree vis = lookup_attribute ("visibility", DECL_ATTRIBUTES (cfun->decl));
if (!vis
|| strcmp ("internal",
TREE_STRING_POINTER (TREE_VALUE (TREE_VALUE (vis)))))
load_pic_register ();
}
load_pic_register ();
/* If we are profiling, make sure no instructions are scheduled before
the call to mcount. However, if -fpic, the above call will have
......
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