aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorNick Alcock <nick.alcock@oracle.com>2019-04-23 18:02:25 +0100
committerNick Alcock <nick.alcock@oracle.com>2019-05-28 17:06:55 +0100
commitfceac76e64b998c9b66a229134a9ead25209e095 (patch)
treee761de9c5bbe328097c2c223a20d3f8ccc738ff2 /include/ChangeLog
parenteabf307f1d77b952dd76f2618e4e6f72d87e5d10 (diff)
downloadgdb-fceac76e64b998c9b66a229134a9ead25209e095.zip
gdb-fceac76e64b998c9b66a229134a9ead25209e095.tar.gz
gdb-fceac76e64b998c9b66a229134a9ead25209e095.tar.bz2
include: new header ctf.h: file format description
The data structures and macros in this header can be used, if desired, to access or create CTF files directly, without going through libctf, though this should rarely be necessary in practice. libctf relies on this header as its description of the CTF file format. include/ * ctf.h: New file.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 4132bfe..b6005f8 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2019-05-28 Nick Alcock <nick.alcock@oracle.com>
+
+ * ctf.h: New file.
+
2019-05-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
* elf/aarch64.h (DT_AARCH64_VARIANT_PCS): Define.