From: Tom Tromey Date: Fri, 21 Feb 2020 21:44:41 +0000 (-0700) Subject: Update partial_symtab comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d4d947ae37f84bb01eac7de69d0e363e608d0821;p=binutils-gdb.git 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 * psympriv.h (struct partial_symtab): Update comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6ac818b04d3..782f6008c36 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2020-02-21 Tom Tromey + + * psympriv.h (struct partial_symtab): Update comment. + 2020-02-21 Tom Tromey * mips-tdep.h (mips_pc_is_mips16, mips_pc_is_micromips): Parameter diff --git a/gdb/psympriv.h b/gdb/psympriv.h index 1b1f57cf764..0effedc4ec2 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 {