Commit 9bebdb76 by Steve Ellcey Committed by Steve Ellcey

* decl2.c (mark_used): Remove assemble_external call.

From-SVN: r142563
parent 2ac1e975
2008-12-08 Steve Ellcey <sje@cup.hp.com>
* decl2.c (mark_used): Remove assemble_external call.
2008-12-08 Dodji Seketeli <dodji@redhat.com>
PR debug/38390
......
......@@ -3849,8 +3849,6 @@ mark_used (tree decl)
note_vague_linkage_fn (decl);
}
assemble_external (decl);
/* Is it a synthesized method that needs to be synthesized? */
if (TREE_CODE (decl) == FUNCTION_DECL
&& DECL_NONSTATIC_MEMBER_FUNCTION_P (decl)
......
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