diff options
author | Tom Tromey <tom@tromey.com> | 2022-06-07 18:55:51 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2022-06-08 11:04:12 -0600 |
commit | 5ca5b31d6381ba6d0309e6ae0b1527a852d08a4b (patch) | |
tree | dd8264a87bec1bb36837742ad6d6e0aac81a179f /gdb/fbsd-nat.c | |
parent | d09ee622ee7fb4f64e9456c600874070ca21debf (diff) | |
download | binutils-5ca5b31d6381ba6d0309e6ae0b1527a852d08a4b.zip binutils-5ca5b31d6381ba6d0309e6ae0b1527a852d08a4b.tar.gz binutils-5ca5b31d6381ba6d0309e6ae0b1527a852d08a4b.tar.bz2 |
Move CU queue to dwarf2_per_objfile
The CU queue is a member of dwarf2_per_bfd, but it is only used when
expanding CUs. Also, the dwarf2_per_objfile destructor checks the
queue -- however, if the per-BFD object is destroyed first, this will
not work. This was pointed out Lancelot as fallout from the patch to
rewrite the registry system.
This patch avoids this problem by moving the queue to the per-objfile
object.
Diffstat (limited to 'gdb/fbsd-nat.c')
0 files changed, 0 insertions, 0 deletions