From: Tom Tromey Date: Mon, 21 May 2018 15:20:31 +0000 (-0600) Subject: Remove a TODO X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ddb7060226028e5e18c340a6d072337ead3209cd;p=binutils-gdb.git Remove a TODO This removes a TODO comment -- the work has been done. gdb/ChangeLog 2018-07-20 Tom Tromey * buildsym.c: Remove TODO comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 308b0676d71..3b8de34b083 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2018-07-20 Tom Tromey + + * buildsym.c: Remove TODO comment. + 2018-07-20 Tom Tromey * coffread.c (coff_symtab_read): Update. diff --git a/gdb/buildsym.c b/gdb/buildsym.c index d7f8f489ef0..e6eb711f4b9 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 {