]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/dwarf.c
Decode expression lists used with DW_AT_byte_size and other DWARF attributes.
authorNick Clifton <nickc@redhat.com>
Mon, 18 Dec 2017 17:57:18 +0000 (17:57 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 18 Dec 2017 17:57:18 +0000 (17:57 +0000)
commitc54207d32681bb205c28facba73b6173ef15eabf
tree88a798f2c7c583062d6cf602d242bcec23aa074d
parent4f588891ac7d4653e1bd861ca38c2a4e6d5e907c
Decode expression lists used with DW_AT_byte_size and other DWARF attributes.

PR 22532
* dwarf.c (read_and_display_attr_value): Add attributes that might
use the DW_FORM_exprloc form, and if so, display the decoded
location expression list.
binutils/ChangeLog
binutils/dwarf.c