public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Update partial_symtab comment
@ 2020-02-21 21:54 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2020-02-21 21:54 UTC (permalink / raw)
  To: gdb-cvs

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

commit d4d947ae37f84bb01eac7de69d0e363e608d0821
Author: Tom Tromey <tom@tromey.com>
Date:   Fri Feb 21 14:44:41 2020 -0700

    Update partial_symtab comment
    
    The introductory comment for partial_symtab has been mildly incorrect
    since the partial symtab code was changed to allocate partial symtabs
    with "new".  This patch removes the incorrect text.
    
    gdb/ChangeLog
    2020-02-21  Tom Tromey  <tom@tromey.com>
    
    	* psympriv.h (struct partial_symtab): Update comment.

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

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6ac818b..782f600 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2020-02-21  Tom Tromey  <tom@tromey.com>
+
+	* psympriv.h (struct partial_symtab): Update comment.
+
 2020-02-21  Tom Tromey  <tromey@adacore.com>
 
 	* mips-tdep.h (mips_pc_is_mips16, mips_pc_is_micromips): Parameter
diff --git a/gdb/psympriv.h b/gdb/psympriv.h
index 1b1f57c..0effedc 100644
--- a/gdb/psympriv.h
+++ b/gdb/psympriv.h
@@ -99,8 +99,7 @@ enum psymtab_search_status
    They are all chained on partial symtab lists.
 
    Even after the source file has been read into a symtab, the
-   partial_symtab remains around.  They are allocated on an obstack,
-   objfile_obstack.  */
+   partial_symtab remains around.  */
 
 struct partial_symtab
 {


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-21 21:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-21 21:54 [binutils-gdb] Update partial_symtab comment Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).