diff options
author | Alan Modra <amodra@gmail.com> | 2024-12-08 21:27:27 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2024-12-12 16:04:51 +1030 |
commit | 2b76d69e57a44a524a675edc957ee795a52dd34c (patch) | |
tree | 3b24397984376f03c83ec5d23a7200f41bd7b137 /gdb/ada-lang.c | |
parent | 6f0ab551876087d8bcce55beb55e58d72ae78d98 (diff) | |
download | binutils-2b76d69e57a44a524a675edc957ee795a52dd34c.zip binutils-2b76d69e57a44a524a675edc957ee795a52dd34c.tar.gz binutils-2b76d69e57a44a524a675edc957ee795a52dd34c.tar.bz2 |
nm.c free_lineno_cache
free_lineno_cache frees symbol and relocation data used when displaying
line number info for symbols (nm -l). Currently that is done when
closing the bfd, but that's not ideal for archives since that results
in two bfds worth of memory in use.
* nm.c (display_rel_file): Call free_lineno_cache here..
(display_archive, display_file): ..not here.
Diffstat (limited to 'gdb/ada-lang.c')
0 files changed, 0 insertions, 0 deletions