]> sourceware.org Git - libabigail.git/commit
Fix ABG_ASSERT in build_ir_node_from_die for DW_TAG_member
authorMark Wielaard <mark@klomp.org>
Fri, 29 Dec 2023 00:40:51 +0000 (01:40 +0100)
committerDodji Seketeli <dodji@redhat.com>
Mon, 8 Jan 2024 15:02:18 +0000 (16:02 +0100)
commitf16e4631c1c0a320bcf0c5905aa32bc374b77870
treed8a6c07c5e4b7c5d46fad608ef0942e66e082c3a
parentfba8af7d706672af421db697edc04334cf200589
Fix ABG_ASSERT in build_ir_node_from_die for DW_TAG_member

When the die is a member, it is the CU of the die that should not be
in the C language, not the dwarf reader current translation unit.

* src/abg-dwarf-reader.cc (build_ir_node_from_die): ABG_ASSERT
!rdr.die_is_in_c(), not rdr.cur_transl_unit().

Signed-off-by: Mark Wielaard <mark@klomp.org>
src/abg-dwarf-reader.cc
This page took 0.030413 seconds and 5 git commands to generate.