* use append_object_struct also for dwarf-3 when creating dwarf debug info for objects, resolves #39920

This commit is contained in:
florian 2022-09-26 21:28:39 +02:00
parent 9375257365
commit 88cf633b97

View File

@ -4236,10 +4236,7 @@ implementation
end;
odt_cppclass,
odt_object:
begin
dostruct(DW_TAG_structure_type);
doparent(false);
end;
append_object_struct(def,false,def.objname);
odt_interfacecom,
odt_interfacecorba,
odt_dispinterface:
@ -4250,8 +4247,6 @@ implementation
odt_helper,
odt_class:
begin
//dostruct(DW_TAG_class_type);
//doparent(false);
append_entry(DW_TAG_pointer_type,false,[]);
append_labelentry_ref(DW_AT_type,def_dwarf_class_struct_lab(def));
finish_entry;