CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/21 06:18:33
Modified files:
usr.bin/ctfconv: parse.c
Log message:
Handle DW_FORM_udata and DW_FORM_ref_udata in dav2val().
At least with clang enums use DW_FORM_udata and without this all enum
values would be reported as -1.
OK mpi@
