winnt.c (i386_pe_determine_dllexport_p): Don't dllexport if !TREE_PUBLIC.
authorDanny Smith <dansmister@gmail.com>
Sun, 12 Jul 2009 06:09:39 +0000 (06:09 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Sun, 12 Jul 2009 06:09:39 +0000 (06:09 +0000)
commitb20231fe2437d57d4b97aba62a0c28a68c9719dd
tree67739660575e53277c7a81761c5f9254f4504802
parentb96a645580b7d659e5723859802bcc44b25fc505
winnt.c (i386_pe_determine_dllexport_p): Don't dllexport if !TREE_PUBLIC.

* config/i386/winnt.c (i386_pe_determine_dllexport_p): Don't
dllexport if !TREE_PUBLIC.
(i386_pe_maybe_record_exported_symbol): Assert TREE_PUBLIC.

From-SVN: r149525
gcc/ChangeLog
gcc/config/i386/winnt.c