* cgraphunit.c (cgraph_assemble_pending_functions): Export.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Sep 2003 14:18:47 +0000 (14:18 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Sep 2003 14:18:47 +0000 (14:18 +0000)
commit050e11c98e7ecc770dfce1db12ca8ad069bc3016
treeb69aa15ca9ee08567dcb3105ff151e820b8dc09a
parentf8b9c2e3473bc5eb181036bc6f716c637d52548d
    * cgraphunit.c (cgraph_assemble_pending_functions): Export.
        (cgraph_finalize_function): Revert TREE_ASM_WRITTEN check.
        * cgraph.h: Update.

        * decl2.c (finish_file): Check cgraph_assemble_pending_functions
        during relaxation loop.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71360 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cgraph.h
gcc/cgraphunit.c
gcc/cp/ChangeLog
gcc/cp/decl2.c