]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
gdb: remove discard_psymtab function
authorSimon Marchi <simon.marchi@polymtl.ca>
Sun, 29 Mar 2020 19:23:31 +0000 (15:23 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Sun, 29 Mar 2020 19:23:32 +0000 (15:23 -0400)
commit3ad830466f440959b18b93c8361f9055fc135e54
treeee99665f01c431b1c08635f352ae8f92618accbe
parent37d59eacfeabce05990b10e242da97c0bf6e5979
gdb: remove discard_psymtab function

This function does not add much value, compared to calling the method on
the psymtab_storage object directly.

gdb/ChangeLog:

* psympriv.h (discard_psymtab): Remove.
* dbxread.c (dbx_end_psymtab): Update.
* xcoffread.c (xcoff_end_psymtab): Update.
gdb/ChangeLog
gdb/dbxread.c
gdb/psympriv.h
gdb/xcoffread.c