]> git.ipfire.org Git - thirdparty/gcc.git/commit
[libbacktrace] Handle DW_FORM_GNU_strp_alt
authorvries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Jan 2019 00:08:05 +0000 (00:08 +0000)
committervries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Jan 2019 00:08:05 +0000 (00:08 +0000)
commit48da990d800916fe0ac2ff7e6c682f129366a7b9
tree1c111529bc8651d2f75549de3df91b88ff1a7431
parent151e535016dd554ad2817d887acd77e9366eab19
[libbacktrace] Handle DW_FORM_GNU_strp_alt

Handle DW_FORM_GNU_strp_alt which references the .debug_str section in the
.gnu_debugaltlink file.

2019-01-17  Tom de Vries  <tdevries@suse.de>

PR libbacktrace/82857
* dwarf.c (read_attribute): Handle DW_FORM_GNU_strp_alt
using altlink.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267996 138bc75d-0d04-0410-961f-82ee72b054a4
libbacktrace/ChangeLog
libbacktrace/dwarf.c