aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-05-21 09:20:31 -0600
committerTom Tromey <tom@tromey.com>2018-07-20 09:42:48 -0600
commitddb7060226028e5e18c340a6d072337ead3209cd (patch)
tree2cfd6004c40c52a02839adee707a7a76c17bc744
parentb37dd3bcaac70cede547ba41fdac7878a0f4c67e (diff)
downloadgdb-ddb7060226028e5e18c340a6d072337ead3209cd.zip
gdb-ddb7060226028e5e18c340a6d072337ead3209cd.tar.gz
gdb-ddb7060226028e5e18c340a6d072337ead3209cd.tar.bz2
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.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/buildsym.c3
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
{