diff options
author | Tom de Vries <tdevries@suse.de> | 2022-07-11 11:36:54 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2022-07-11 11:36:54 +0200 |
commit | a4ca6efe0589d0a030920a4686b692208c82a028 (patch) | |
tree | 0909ee9bcf967fadc68fa2b98bb04ae07dd525db /elfcpp/elfcpp.h | |
parent | b2657999964250911846e947a23093507fe084fa (diff) | |
download | gdb-a4ca6efe0589d0a030920a4686b692208c82a028.zip gdb-a4ca6efe0589d0a030920a4686b692208c82a028.tar.gz gdb-a4ca6efe0589d0a030920a4686b692208c82a028.tar.bz2 |
[gdb/symtab] Use comp_unit_head::get_length
There's a spot in read_comp_units_from_section where we explictly use
initial_length_size to get the total length:
...
this_cu->length = cu_header.length + cu_header.initial_length_size;
...
Instead, just use cu_header.get_length ().
Tested on x86_64-linux.
Diffstat (limited to 'elfcpp/elfcpp.h')
0 files changed, 0 insertions, 0 deletions