]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Don't clear 'qf' in elf_symfile_read
authorTom Tromey <tom@tromey.com>
Sat, 27 Mar 2021 22:41:53 +0000 (16:41 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 27 Mar 2021 22:41:53 +0000 (16:41 -0600)
commit594b8948eb660ba1634d842f605a4170bb476c7e
tree8bfbdc7645596803a09848c3fb318aded847aa8c
parent99066782db401e60d9707a20c77e9f133f3b199b
Don't clear 'qf' in elf_symfile_read

I noticed that I forgot to make a change in my series to make it
possible to attach multiple debug readers to an objfile.  In one spot,
elf_symfile_read still clears the 'qf' list.  However, this should
have been removed toward the end of that series.

This patch fixes the offending spot.  Tested on x86-64 Fedora 32.

gdb/ChangeLog
2021-03-27  Tom Tromey  <tom@tromey.com>

* elfread.c (elf_symfile_read): Don't clear 'qf'.
gdb/ChangeLog
gdb/elfread.c