summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2020-02-11 18:11:32 -0700
committerTom Tromey <tom@tromey.com>2020-02-11 18:11:32 -0700
commitf056b22b92a0e95582f47591e0c327c642dfd80f (patch)
tree16331dd8272ae005e6460a99dd47f5cae6a4a9c5
parentf92ff6b55219a7c4c54a62412e194bbda713cf46 (diff)
Update a comment in psymtab.h
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
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/psymtab.h4
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4a4fa054c8..43fe4de685 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
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
DISABLE_COPY_AND_ASSIGN.
diff --git a/gdb/psymtab.h b/gdb/psymtab.h
index d66547418c..040b973927 100644
--- a/gdb/psymtab.h
+++ b/gdb/psymtab.h
@@ -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