mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 11:37:24 +08:00
* decl2.c (finish_file): Fix merge botch.
From-SVN: r66114
This commit is contained in:
parent
09b04f2d9f
commit
e2b694230a
@ -1,3 +1,7 @@
|
||||
2003-04-26 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* decl2.c (finish_file): Fix merge botch.
|
||||
|
||||
2003-04-25 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* decl2.c (finish_file): Don't call import_export_decl for
|
||||
|
@ -2756,6 +2756,8 @@ finish_file ()
|
||||
if (!DECL_SAVED_TREE (decl))
|
||||
continue;
|
||||
|
||||
import_export_decl (decl);
|
||||
|
||||
/* We lie to the back-end, pretending that some functions
|
||||
are not defined when they really are. This keeps these
|
||||
functions from being put out unnecessarily. But, we must
|
||||
|
Loading…
Reference in New Issue
Block a user