[Bug default/27572] Multifile drops DW_TAG_namespace::DW_AT_export_symbols
mark at klomp dot org
sourceware-bugzilla@sourceware.org
Fri Mar 12 18:02:46 GMT 2021
https://sourceware.org/bugzilla/show_bug.cgi?id=27572
Mark Wielaard <mark at klomp dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mark at klomp dot org
--- Comment #1 from Mark Wielaard <mark at klomp dot org> ---
Yes, the code assumes the only relevant attribute of a DW_TAG_namespace is the
DW_AT_name. This is both in the build_abbrevs_for_die, write_die and
partition_dups_1 functions. It only allows for an optional DW_AT_sibling
attribute. It should carry over the DW_AT_export_symbols (which is new in
DWARF5).
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Dwz
mailing list