* decl2.c (mark_used): Remove assemble_external call.
From-SVN: r142563
This commit is contained in:
parent
2ac1e975bc
commit
9bebdb76f2
@ -1,3 +1,7 @@
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user