debug.h (set_name): Add comment.
2009-04-28 Catherine Moore <clm@codesourcery.com> * debug.h (set_name): Add comment. From-SVN: r146897
This commit is contained in:
parent
f8abe53240
commit
af04e659c9
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user