]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix two out-of-date comments
authorTom Tromey <tom@tromey.com>
Fri, 28 Aug 2020 17:07:36 +0000 (11:07 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 28 Aug 2020 17:07:36 +0000 (11:07 -0600)
commite0814aae5f16c06d82fde23f8bea15eea205aa54
tree3611135ea045d5847dbdcee1dff362105bf20a9b
parent08d7da7dc9e130cbaf072c2588e1b392c2d7503e
Fix two out-of-date comments

While looking at psymtabs again, I noticed a couple of outdated
comments.  These days, psymtabs can be destroyed, as they are no
longer obstack-allocated.

gdb/ChangeLog
2020-08-28  Tom Tromey  <tom@tromey.com>

* xcoffread.c (xcoff_end_psymtab): Update comment.
* dbxread.c (dbx_end_psymtab): Update comment.
gdb/ChangeLog
gdb/dbxread.c
gdb/xcoffread.c