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.
This commit is contained in:
Tom Tromey 2020-02-21 14:44:41 -07:00
parent 755251522a
commit d4d947ae37
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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
{