Commit 9659ff6e by Dave Korn Committed by Dave Korn

cgraphunit.c (process_function_and_variable_attributes): Fix cut'n'pasteo.

	* cgraphunit.c (process_function_and_variable_attributes): Fix
	cut'n'pasteo.

From-SVN: r167302
parent c59ffc41
2010-11-30 Dave Korn <dave.korn.cygwin@gmail.com>
* cgraphunit.c (process_function_and_variable_attributes): Fix
cut'n'pasteo.
2010-11-30 Joseph Myers <joseph@codesourcery.com> 2010-11-30 Joseph Myers <joseph@codesourcery.com>
* hwint.c: New. Extracted from toplev.c. * hwint.c: New. Extracted from toplev.c.
...@@ -844,7 +844,7 @@ process_function_and_variable_attributes (struct cgraph_node *first, ...@@ -844,7 +844,7 @@ process_function_and_variable_attributes (struct cgraph_node *first,
} }
if (TARGET_DLLIMPORT_DECL_ATTRIBUTES if (TARGET_DLLIMPORT_DECL_ATTRIBUTES
&& lookup_attribute ("dllexport", DECL_ATTRIBUTES (decl)) && lookup_attribute ("dllexport", DECL_ATTRIBUTES (decl))
&& TREE_PUBLIC (node->decl)) && TREE_PUBLIC (vnode->decl))
{ {
if (vnode->finalized) if (vnode->finalized)
varpool_mark_needed_node (vnode); varpool_mark_needed_node (vnode);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment