From af04e659c91c5698bb5f8e0a379a35906471ec60 Mon Sep 17 00:00:00 2001 From: Catherine Moore Date: Tue, 28 Apr 2009 11:06:16 -0400 Subject: [PATCH] debug.h (set_name): Add comment. 2009-04-28 Catherine Moore * debug.h (set_name): Add comment. From-SVN: r146897 --- gcc/ChangeLog | 4 ++++ gcc/debug.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 02662d40277..71332dace78 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-04-28 Catherine Moore + + * debug.h (set_name): Add comment. + 2009-04-28 Andrew Pinski PR target/39929 diff --git a/gcc/debug.h b/gcc/debug.h index 1169c51a66b..6d4911302d0 100644 --- a/gcc/debug.h +++ b/gcc/debug.h @@ -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