libctf: add the ctf_link machinery
[deliverable/binutils-gdb.git] / libctf / ChangeLog
index 9e72d84ddc6f7b7a33489d8121a2ae0a22314c2b..959a038b87774031bad412548b92c70bbb08c94a 100644 (file)
@@ -1,3 +1,30 @@
+2019-07-13  Nick Alcock  <nick.alcock@oracle.com>
+
+       * ctf-link.c: New file, linking of the string and type sections.
+       * Makefile.am (libctf_a_SOURCES): Add it.
+       * Makefile.in: Regenerate.
+
+       * ctf-impl.h (ctf_file_t): New fields ctf_link_inputs,
+       ctf_link_outputs.
+       * ctf-create.c (ctf_update): Update accordingly.
+       * ctf-open.c (ctf_file_close): Likewise.
+       * ctf-error.c (_ctf_errlist): Updated with new errors.
+
+2019-07-13  Nick Alcock  <nick.alcock@oracle.com>
+
+       * ctf-dump.c (ctf_dump_funcs): Check the right error value.
+
+2019-07-13  Nick Alcock  <nick.alcock@oracle.com>
+
+       * 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  <nick.alcock@oracle.com>
 
        * ctf-create.c (ctf_compress_write): Fix double-free.
This page took 0.025783 seconds and 4 git commands to generate.