| Submitter | Alan Modra |
|---|---|
| Date | June 23, 2011, 2:19 a.m. |
| Message ID | <20110623021959.GV21332@bubble.grove.modra.org> |
| Download | mbox | patch |
| Permalink | /patch/101578/ |
| State | New |
| Headers | show |
Comments
Patch
Index: gcc/config/rs6000/rs6000.c =================================================================== --- gcc/config/rs6000/rs6000.c (revision 175327) +++ gcc/config/rs6000/rs6000.c (working copy) @@ -7430,6 +7430,7 @@ call_ABI_of_interest (tree fndecl) /* Interesting functions that we are emitting in this object file. */ c_node = cgraph_get_node (fndecl); + c_node = cgraph_function_or_thunk_node (c_node, NULL); return !cgraph_only_called_directly_p (c_node); } return false;