https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82857
--- Comment #6 from Tom de Vries <vries at gcc dot gnu.org> --- Author: vries Date: Thu Jan 17 00:08:05 2019 New Revision: 267996 URL: https://gcc.gnu.org/viewcvs?rev=267996&root=gcc&view=rev Log: [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 <tdevr...@suse.de> PR libbacktrace/82857 * dwarf.c (read_attribute): Handle DW_FORM_GNU_strp_alt using altlink. Modified: trunk/libbacktrace/ChangeLog trunk/libbacktrace/dwarf.c