poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DWARF5 line number program header


From: Jose E. Marchesi
Subject: Re: DWARF5 line number program header
Date: Fri, 10 Nov 2023 17:50:33 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

> On  Fri  2023-11-10  17:29 , Jose E. Marchesi wrote:
>> > +      string nullchar2 : nullchar2 == ""; // Null character terminator
>>
>> If these are null chars, why not:
>>
>>    uint<8> nullchar1 == '\0';
>>    ...
>>    uint<8> nullchar2 == '\0';
>>
>> In any case, whatever you change it or not, this is OK for master.
>> Thanks! :)
>
> Thanks!  Checked in as commit 04a411bf97c3248d017bd0d226613bffd4a8dd88 .
>
> Martin

I now see a failure running the testsuite:

1..3
ok 1 dwarf-abbrev test # TODO WIP
not ok 2 dwarf-line (test dwarf v5): constraint violation failed expression
  version == 5
in field Dwarf_Line_Hdr_V5.version # TODO WIP
not ok 3 dwarf-line (test dwarf v4): constraint violation failed expression
  version == 4
in field Dwarf_Line_Hdr_V4.version # TODO WIP
FAIL test-dwarf.pk (exit status: 1)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]