This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/nalcock/road-to-ctfv4 in repository binutils-gdb.
from 082df49b592 types: add some more error checking new 19ca240b51f fixup! libctf: consecutive ctf_id_t assignment new 8fb75ac8299 libctf: don't include cv-quals or pointers in the name table new 54b4757b3c3 libctf: wip: header changes, file open changes for CTFv4 new 96ffe658fc9 libctf: remove the layout section from v4 again
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/ctf-api.h | 14 +- include/ctf.h | 439 ++++-- libctf/Makefile.am | 10 +- libctf/ctf-archive.c | 4 +- libctf/ctf-create.c | 1 + libctf/ctf-decl.c | 2 +- libctf/ctf-dump.c | 192 ++- libctf/ctf-impl.h | 34 +- libctf/ctf-labels.c | 140 -- libctf/ctf-lookup.c | 32 +- libctf/ctf-open-compat.c | 524 +++++++ libctf/ctf-open.c | 1582 ++++++++++++---------- libctf/ctf-serialize.c | 19 +- libctf/ctf-types.c | 29 +- libctf/libctf.ver | 69 +- {libsframe => libctf}/libtool-version | 2 +- libctf/testsuite/libctf-writable/id-assignment.c | 30 +- 17 files changed, 2019 insertions(+), 1104 deletions(-) delete mode 100644 libctf/ctf-labels.c create mode 100644 libctf/ctf-open-compat.c copy {libsframe => libctf}/libtool-version (93%)