[binutils-gdb] Remove a TODO

Tom Tromey tromey@sourceware.org
Fri Jul 20 15:49:00 GMT 2018


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ddb7060226028e5e18c340a6d072337ead3209cd

commit ddb7060226028e5e18c340a6d072337ead3209cd
Author: Tom Tromey <tom@tromey.com>
Date:   Mon May 21 09:20:31 2018 -0600

    Remove a TODO
    
    This removes a TODO comment -- the work has been done.
    
    gdb/ChangeLog
    2018-07-20  Tom Tromey  <tom@tromey.com>
    
    	* buildsym.c: Remove TODO comment.

Diff:
---
 gdb/ChangeLog  | 4 ++++
 gdb/buildsym.c | 3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 308b067..3b8de34 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
 2018-07-20  Tom Tromey  <tom@tromey.com>
 
+	* buildsym.c: Remove TODO comment.
+
+2018-07-20  Tom Tromey  <tom@tromey.com>
+
 	* coffread.c (coff_symtab_read): Update.
 	* xcoffread.c (xcoff_psymtab_to_symtab_1): Update.
 	(xcoff_new_init): Update.
diff --git a/gdb/buildsym.c b/gdb/buildsym.c
index d7f8f48..e6eb711 100644
--- a/gdb/buildsym.c
+++ b/gdb/buildsym.c
@@ -90,8 +90,7 @@
 
 #include "stabsread.h"
 
-/* Buildsym's counterpart to struct compunit_symtab.
-   TODO(dje): Move all related global state into here.  */
+/* Buildsym's counterpart to struct compunit_symtab.  */
 
 struct buildsym_compunit
 {



More information about the Gdb-cvs mailing list