diff options
author | oltolm <oleg.tolmatcev@gmail.com> | 2025-09-26 12:23:14 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2025-09-26 12:23:14 +0200 |
commit | ba55d01e99a6dbc474d14d0238439015ea2f37a8 (patch) | |
tree | 862c9f79dbb9ff5af40669137a32b6614fe7fe4c /gdb/python/python-internal.h | |
parent | eb4754587f5af963d71cd2e8deb16673d0d8ac95 (diff) | |
download | binutils-ba55d01e99a6dbc474d14d0238439015ea2f37a8.zip binutils-ba55d01e99a6dbc474d14d0238439015ea2f37a8.tar.gz binutils-ba55d01e99a6dbc474d14d0238439015ea2f37a8.tar.bz2 |
dwarf: properly update all_comp_units_without_ranges in stash_comp_unit
each->next_unit_without_ranges = file->all_comp_units_without_ranges;
- file->all_comp_units_without_ranges = each->next_unit_without_ranges;
The second line of this code is probably a bug because it does nothing. It
was probably supposed to update "file->all_comp_units_without_ranges" to point
to "each" - the new head of the list.
Signed-off-by: oltolm <oleg.tolmatcev@gmail.com>
Diffstat (limited to 'gdb/python/python-internal.h')
0 files changed, 0 insertions, 0 deletions