Commit af04e659 by Catherine Moore Committed by Catherine Moore

debug.h (set_name): Add comment.

2009-04-28  Catherine Moore  <clm@codesourcery.com>

        * debug.h (set_name): Add comment.

From-SVN: r146897
parent f8abe532
2009-04-28 Catherine Moore <clm@codesourcery.com>
* debug.h (set_name): Add comment.
2009-04-28 Andrew Pinski <pinskia@gmail.com>
PR target/39929
......
......@@ -126,6 +126,8 @@ struct gcc_debug_hooks
text sections. */
void (* switch_text_section) (void);
/* Called from grokdeclarator. Replaces the anonymous name with the
type name. */
void (* set_name) (tree, tree);
/* This is 1 if the debug writer wants to see start and end commands for the
......
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