diff options
author | Tom Tromey <tom@tromey.com> | 2020-02-21 14:44:41 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2020-02-21 14:44:41 -0700 |
commit | d4d947ae37f84bb01eac7de69d0e363e608d0821 (patch) | |
tree | 7c0f538ba28c98244b3ddf9db2b546a83f6a9beb /gdb/psympriv.h | |
parent | 755251522afd2f33de7e64f8a30ddd732f30b2de (diff) | |
download | gdb-d4d947ae37f84bb01eac7de69d0e363e608d0821.zip gdb-d4d947ae37f84bb01eac7de69d0e363e608d0821.tar.gz gdb-d4d947ae37f84bb01eac7de69d0e363e608d0821.tar.bz2 |
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.
Diffstat (limited to 'gdb/psympriv.h')
-rw-r--r-- | gdb/psympriv.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 { |