mirror of git://gcc.gnu.org/git/gcc.git
Apply proper patch file for last change.
From-SVN: r71541
This commit is contained in:
parent
19ae544530
commit
dba601db03
|
@ -3709,6 +3709,7 @@ output_function_exception_table (void)
|
||||||
care of this for us. */
|
care of this for us. */
|
||||||
if (TREE_CODE (type) == ADDR_EXPR)
|
if (TREE_CODE (type) == ADDR_EXPR)
|
||||||
{
|
{
|
||||||
|
type = TREE_OPERAND (type, 0);
|
||||||
node = cgraph_varpool_node (type);
|
node = cgraph_varpool_node (type);
|
||||||
if (node)
|
if (node)
|
||||||
cgraph_varpool_mark_needed_node (node);
|
cgraph_varpool_mark_needed_node (node);
|
||||||
|
|
Loading…
Reference in New Issue