X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=libctf%2FChangeLog;h=09353da012e4a8da7a83dd62618299d9555f8e0c;hb=b4f0e09cd18e0dbeeecd303ed54f6f113146e857;hp=9e72d84ddc6f7b7a33489d8121a2ae0a22314c2b;hpb=3dde2c915e2c68fdda36febac618595561ed87f8;p=deliverable%2Fbinutils-gdb.git diff --git a/libctf/ChangeLog b/libctf/ChangeLog index 9e72d84ddc..09353da012 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -1,3 +1,14 @@ +2019-07-13 Nick Alcock + + * ctf-dump.c (ctf_dump): Use ctf_type_iter_all to dump types, not + ctf_type_iter. + (ctf_dump_type): Pass down the flag from ctf_type_iter_all. + (ctf_dump_format_type): Add non-root-type { } notation. + Add root flag to prototype. + (ctf_dump_label): Adjust accordingly. + (ctf_dump_objts): Likewise. + (ctf_dump_var): Likewise. + 2019-07-13 Nick Alcock * ctf-create.c (ctf_compress_write): Fix double-free.