libctf: disambiguate hex output in dumps
[deliverable/binutils-gdb.git] / libctf / ChangeLog
index 9fd9e6617a51f0247fd327f2c954f360dd70af03..d91abd278abe0f67bbafdc3ae63572980eed0949 100644 (file)
@@ -1,3 +1,33 @@
+2019-06-28  Nick Alcock <nick.alcock@oracle.com>
+
+       * ctf-dump.c (ctf_dump_format_type): Prefix hex strings with 0x.
+       (ctf_dump_funcs): Likewise.
+
+2019-06-19  Nick Alcock <nick.alcock@oracle.com>
+
+       * ctf-open-bfd.c: Add swap.h and ctf-endian.h.
+       (ctf_fdopen): Check for endian-swapped raw CTF magic, and
+       little-endian CTF archive magic.  Do not check the CTF version:
+       ctf_simple_open does that in endian-safe ways.  Do not dereference
+       null pointers on open failure.
+
+2019-06-19  Nick Alcock <nick.alcock@oracle.com>
+
+       * ctf-open.c (get_vbytes_common): Return the new slice size.
+       (ctf_bufopen): Flip the endianness of the CTF-section header copy.
+       Remember to copy in the CTF data when opening an uncompressed
+       foreign-endian CTF file.  Prune useless variable manipulation.
+
+2019-06-19  Nick Alcock <nick.alcock@oracle.com>
+
+       * ctf-open.c (ctf_types): Fail when unidentified type kinds are
+       seen.
+
+2019-06-19  Nick Alcock <nick.alcock@oracle.com>
+
+       * ctf-open.c (ctf_bufopen): Dump header offsets into the debugging
+       output.
+
 2019-06-19  Nick Alcock <nick.alcock@oracle.com>
 
        * ctf-subr.c (_PAGESIZE): Remove.
This page took 0.025417 seconds and 4 git commands to generate.