| Index: gcc/params.def |
| =================================================================== |
| --- gcc/params.def (revision 187620) |
| +++ gcc/params.def (working copy) |
| @@ -1058,12 +1058,12 @@ DEFPARAM (PARAM_MVERSN_CLONE_CGRAPH_DEPTH, |
| "while doing multiversioning", |
| 2, 0, 5) |
| -/* Only output those call graph edges in .note.callgraph.text sections |
| +/* Only output those call graph edges in .gnu.callgraph.text sections |
| whose count is greater than this value. */ |
| -DEFPARAM (PARAM_NOTE_CGRAPH_SECTION_EDGE_THRESHOLD, |
| - "note-cgraph-section-edge-threshold", |
| +DEFPARAM (PARAM_GNU_CGRAPH_SECTION_EDGE_THRESHOLD, |
| + "gnu-cgraph-section-edge-threshold", |
| "minimum call graph edge count for inclusion in " |
| - ".note.callgraph.text section", |
| + ".gnu.callgraph.text section", |
| 0, 0, 0) |
| DEFPARAM (PARAM_PMU_PROFILE_N_ADDRESS, |