mirror of git://gcc.gnu.org/git/gcc.git
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>
|
2009-04-28 Andrew Pinski <pinskia@gmail.com>
|
||||||
|
|
||||||
PR target/39929
|
PR target/39929
|
||||||
|
|
|
@ -126,6 +126,8 @@ struct gcc_debug_hooks
|
||||||
text sections. */
|
text sections. */
|
||||||
void (* switch_text_section) (void);
|
void (* switch_text_section) (void);
|
||||||
|
|
||||||
|
/* Called from grokdeclarator. Replaces the anonymous name with the
|
||||||
|
type name. */
|
||||||
void (* set_name) (tree, tree);
|
void (* set_name) (tree, tree);
|
||||||
|
|
||||||
/* This is 1 if the debug writer wants to see start and end commands for the
|
/* This is 1 if the debug writer wants to see start and end commands for the
|
||||||
|
|
Loading…
Reference in New Issue