diff options
author | Nick Alcock <nick.alcock@oracle.com> | 2019-04-23 22:24:13 +0100 |
---|---|---|
committer | Nick Alcock <nick.alcock@oracle.com> | 2019-05-28 17:07:33 +0100 |
commit | a5be9bbe896d4adb6077e9bb2ebcaaa4426bdde1 (patch) | |
tree | 6fdf81886d7160464a5f26a3fe73856fe4cd8c7f /libctf/ChangeLog | |
parent | libctf: hashing (diff) | |
download | binutils-gdb-a5be9bbe896d4adb6077e9bb2ebcaaa4426bdde1.tar.gz binutils-gdb-a5be9bbe896d4adb6077e9bb2ebcaaa4426bdde1.tar.bz2 binutils-gdb-a5be9bbe896d4adb6077e9bb2ebcaaa4426bdde1.zip |
libctf: implementation definitions related to file creation
We now enter a series of commits that are sufficiently tangled that
avoiding forward definitions is almost impossible: no attempt is made to
make individual commits compilable (which is why the build system does
not reference any of them yet): the only important thing is that they
should form something like conceptual groups.
But first, some definitions, including the core ctf_file_t itself. Uses
of these definitions will be introduced in later commits.
libctf/
* ctf-impl.h: New definitions and declarations for type creation
and lookup.
Diffstat (limited to 'libctf/ChangeLog')
-rw-r--r-- | libctf/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libctf/ChangeLog b/libctf/ChangeLog index 40f292d5d47..f8b2961b133 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -1,5 +1,10 @@ 2019-05-28 Nick Alcock <nick.alcock@oracle.com> + * ctf-impl.h: New definitions and declarations for type creation + and lookup. + +2019-05-28 Nick Alcock <nick.alcock@oracle.com> + * ctf-hash.c: New file. * ctf-impl.h: New declarations. |