Update partial_symtab comment
authorTom Tromey <tom@tromey.com>
Fri, 21 Feb 2020 21:44:41 +0000 (14:44 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 21 Feb 2020 21:44:41 +0000 (14:44 -0700)
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.

gdb/ChangeLog
gdb/psympriv.h

index 6ac818b04d34856425f078e619dfacc9886403d3..782f6008c369fd70f85787d0b0913be5545933c5 100644 (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
index 1b1f57cf764ce94d4b94945bbb6e23bdc2c9d868..0effedc4ec2ae608d457b2ce12b2c5484182fb18 100644 (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
 {
This page took 0.026915 seconds and 4 git commands to generate.