cgraphunit.c (process_function_and_variable_attributes): Mark dllexport-ed function...
authorKai Tietz <kai.tietz@onevision.com>
Thu, 25 Nov 2010 12:30:07 +0000 (12:30 +0000)
committerKai Tietz <ktietz@gcc.gnu.org>
Thu, 25 Nov 2010 12:30:07 +0000 (13:30 +0100)
commit9d602c5900c50a7cda00695c00e1945badc184cf
tree53c658f06750cdef237c8cdb0035bc208fccf85b
parentc8230704c44609131a832307f2eee04df3206eb8
cgraphunit.c (process_function_and_variable_attributes): Mark dllexport-ed function/variables as needed.

2010-11-25  Kai Tietz  <kai.tietz@onevision.com>

* cgraphunit.c (process_function_and_variable_attributes):
Mark dllexport-ed function/variables as needed.
* ipa.c (cgraph_externally_visible_p): Make dllexport-ed
as externally visible.

2010-11-25  Kai Tietz  <kai.tietz@onevision.com>

* gcc.dg/dll-8.c: New.

From-SVN: r167144
gcc/ChangeLog
gcc/cgraphunit.c
gcc/ipa.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/dll-8.c [new file with mode: 0755]