]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
binutils: dwarf.c handle DWARF5 DW_LLE_start_end and DW_LLE_start_length.
authorMark Wielaard <mark@klomp.org>
Mon, 28 Sep 2020 22:02:06 +0000 (00:02 +0200)
committerMark Wielaard <mark@klomp.org>
Tue, 29 Sep 2020 12:08:51 +0000 (14:08 +0200)
commit1c9f770d16a715662564d810a1c1efefd7a66540
tree3b897f79e96d21885f5e5435c2a8e65e32159a91
parent9aed480c3a725d3651d9035cba05c2daaeb5d7d0
binutils: dwarf.c handle DWARF5 DW_LLE_start_end and DW_LLE_start_length.

display_loclists_list only handled DW_LLE_offset_pair as bounded
location description. Also handle DW_LLE_start_end and DW_LLE_start_lenght.
These don't use the base_address.

binutils/ChangeLog:

      * dwarf.c (display_loclists_list): Handle DW_LLE_start_end and
      DW_LLE_start_length. Only add base_address for DW_LLE_offset_pair.
binutils/ChangeLog
binutils/dwarf.c