m_debuginfo: Handle DW_TAG_atomic_type
commit10922b70b825a0a9b4df9694ceb9f20e93e2c11d
authorMark Wielaard <mark@klomp.org>
Sat, 18 Sep 2021 00:19:13 +0000 (18 02:19 +0200)
committerMark Wielaard <mark@klomp.org>
Sat, 18 Sep 2021 20:25:48 +0000 (18 22:25 +0200)
tree626c2c32b967939d1906d4c7c72357cbe3c9ab08
parent687aad3498226d35459b147f751e90bcaeef80e4
m_debuginfo: Handle DW_TAG_atomic_type

DW_TAG_atomic_type is a DWARF5 qualifier tag like DW_TAG_volatile_type,
DW_TAG_const_type and DW_TAG_restrict_type.
coregrind/m_debuginfo/readdwarf3.c
coregrind/m_debuginfo/tytypes.c