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 99b1d742ba2 libctf: make provisional ID assignment less noisy new 2c704841079 include, ctf: fix typo new 85e17b0379c libctf, dump: reduce overqualification of variable names new 55f8d9bb148 libctf: simplify ctf_txlate new e8e59f7f7c6 libctf: fix void * et al new cba57e167d7 libctf: decl: handle unrepresentable types, decl tags, and vars new eda34582aa3 libctf: open: don't play with ctf_typemax during name table init
The 6 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.h | 2 +- libctf/ctf-decl.c | 20 ++++- libctf/ctf-dump.c | 7 +- libctf/ctf-impl.h | 6 +- libctf/ctf-lookup.c | 7 +- libctf/ctf-open.c | 99 ++++++++++++++++------ libctf/ctf-types.c | 2 +- libctf/testsuite/libctf-lookup/by-kind/array.lk | 2 +- libctf/testsuite/libctf-lookup/by-kind/const.lk | 2 +- libctf/testsuite/libctf-lookup/by-kind/datasec.lk | 2 +- libctf/testsuite/libctf-lookup/by-kind/decl-tag.lk | 8 +- libctf/testsuite/libctf-lookup/by-kind/forward.lk | 2 +- libctf/testsuite/libctf-lookup/by-kind/integer.lk | 2 +- libctf/testsuite/libctf-lookup/by-kind/pointer.lk | 2 +- libctf/testsuite/libctf-lookup/by-kind/restrict.lk | 2 +- libctf/testsuite/libctf-lookup/by-kind/struct.lk | 2 +- libctf/testsuite/libctf-lookup/by-kind/union.lk | 2 +- libctf/testsuite/libctf-lookup/by-kind/volatile.lk | 2 +- 18 files changed, 118 insertions(+), 53 deletions(-)