Update a comment in psymtab.h
authorTom Tromey <tom@tromey.com>
Wed, 12 Feb 2020 01:11:32 +0000 (18:11 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 12 Feb 2020 01:11:32 +0000 (18:11 -0700)
This updates a comment in psymtab.h to reflect the current reality.

gdb/ChangeLog
2020-02-11  Tom Tromey  <tom@tromey.com>

* psymtab.h: Update comment.

Change-Id: I438bb5929c3ebd1a4c6e9a902490f2ef63014ab3

gdb/ChangeLog
gdb/psymtab.h

index 4a4fa054c8975ed5833a159387bcef2ef59555f4..43fe4de68576abb3ef94cebd24dd406fda41593d 100644 (file)
@@ -1,3 +1,7 @@
+2020-02-11  Tom Tromey  <tom@tromey.com>
+
+       * psymtab.h: Update comment.
+
 2020-02-11  Tom Tromey  <tom@tromey.com>
 
        * gdb_obstack.h (struct auto_obstack): Use
index d66547418cb91c40c118b8bb2e174694051a6377..040b973927c573efac47562f567c04a14451aed4 100644 (file)
@@ -36,7 +36,9 @@ struct partial_symbol;
    other memory managed by this class), or on the per-BFD object.  The
    only link from the psymtab storage object back to the objfile (or
    objfile_obstack) that is made by the core psymtab code is the
-   compunit_symtab member in the psymtab.
+   compunit_symtab member in the standard_psymtab -- and a given
+   symbol reader can avoid this by implementing its own subclasses of
+   partial_symtab.
 
    However, it is up to each symbol reader to maintain this invariant
    in other ways, if it wants to reuse psymtabs across multiple