Commit dba601db by Richard Kenner

Apply proper patch file for last change.

From-SVN: r71541
parent 19ae5445
......@@ -3709,6 +3709,7 @@ output_function_exception_table (void)
care of this for us. */
if (TREE_CODE (type) == ADDR_EXPR)
{
type = TREE_OPERAND (type, 0);
node = cgraph_varpool_node (type);
if (node)
cgraph_varpool_mark_needed_node (node);
......
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