This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 44fc9616c2e aarch64: correct SVE2.1 ld2q (scalar plus scalar) new 7bc376bb970 libctf: typos new 61914bb6990 libctf: failure to open parent dicts that exist should be an error new 2dd3fd0de41 libctf: ctf_archive_iter: fix tiny leak new 26f0f80b6fb libctf: test: add lookup_link new e449709833b libctf: test: add host new 8c59ec70063 libctf: test: add wrapper new 37ed36fc8b6 libctf: fix leak of entire dict when dict opening fails new 9ea82bfdd61 include, libctf: add a bunch of documentation to ctf-api.h
The 8 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 | 468 ++++++++++++++++++--- libctf/ctf-archive.c | 29 +- libctf/ctf-open.c | 8 +- libctf/testsuite/lib/ctf-lib.exp | 28 +- .../testsuite/libctf-regression/open-error-free.c | 185 ++++++++ .../testsuite/libctf-regression/open-error-free.lk | 5 + 6 files changed, 662 insertions(+), 61 deletions(-) create mode 100644 libctf/testsuite/libctf-regression/open-error-free.c create mode 100644 libctf/testsuite/libctf-regression/open-error-free.lk