diff options
author | Nick Alcock <nick.alcock@oracle.com> | 2019-04-23 18:02:25 +0100 |
---|---|---|
committer | Nick Alcock <nick.alcock@oracle.com> | 2019-05-28 17:06:55 +0100 |
commit | fceac76e64b998c9b66a229134a9ead25209e095 (patch) | |
tree | e761de9c5bbe328097c2c223a20d3f8ccc738ff2 /include/ChangeLog | |
parent | eabf307f1d77b952dd76f2618e4e6f72d87e5d10 (diff) | |
download | gdb-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/ChangeLog | 4 |
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. |