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 c60b22e8eda [gdb/testsuite] Fix trailing-text-in-parentheses duplicates new 95861bb3966 libctf: we do in fact support foreign-endian old versions new 68720e03f58 libctf, dedup: drop unnecessary arg from ctf_dedup() new b404bf7270f libctf, string: split the movable refs out of the ref list new 2b35088f30d libctf, dump: correctly dump non-root-visible types new 87b2f673102 libctf: fix linking of non-root-visible types new 36c771b1794 libctf: fix CTF dict compression new 5f1077e69e4 libctf: improve ECTF_NOPARENT error message new 6b783c33429 libctf: dedup: tiny tweaks new 67588c4dd68 libctf: fix dynset insertion new c3256db5c30 libctf, subr: don't mix up errors and warnings new 4cd2c266cf3 libctf, open: Fix enum error handling path new ad633f2115b libctf: link: fix error handling new 58db4b35317 libctf: link: remember to turn off the LCTF_LINKING flag af [...] new adc74ae98fd include, libctf: improve ECTF_DUPLICATE error message new 6da92674828 libctf, include: add ctf_dict_set_flag: less enum dup check [...] new e34b3bde885 libctf: clean up hashtab error handling mess new 21397b78f9a libctf: fix ref leak of names of newly-inserted non-root-vi [...] new 4b04e01284f libctf: dump: fix small leak new 86fd34fde15 libctf: fix ctf_archive_count return value on big-endian
The 19 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 | 20 ++- ld/testsuite/ld-ctf/diag-parname.d | 2 +- libctf/ctf-archive.c | 10 +- libctf/ctf-create.c | 52 ++++++- libctf/ctf-dedup.c | 72 +++++----- libctf/ctf-dump.c | 5 +- libctf/ctf-hash.c | 9 +- libctf/ctf-impl.h | 18 ++- libctf/ctf-link.c | 37 +++-- libctf/ctf-open.c | 66 +++------ libctf/ctf-serialize.c | 51 +++---- libctf/ctf-string.c | 60 +++++--- libctf/ctf-subr.c | 41 +++++- libctf/libctf.ver | 2 + .../testsuite/libctf-lookup/enumerator-iteration.c | 67 ++++++++- libctf/testsuite/libctf-writable/ctf-compressed.c | 158 +++++++++++++++++++++ libctf/testsuite/libctf-writable/ctf-compressed.lk | 2 + .../libctf-writable/ctf-nonroot-linking.c | 127 +++++++++++++++++ .../libctf-writable/ctf-nonroot-linking.lk | 1 + 19 files changed, 620 insertions(+), 180 deletions(-) create mode 100644 libctf/testsuite/libctf-writable/ctf-compressed.c create mode 100644 libctf/testsuite/libctf-writable/ctf-compressed.lk create mode 100644 libctf/testsuite/libctf-writable/ctf-nonroot-linking.c create mode 100644 libctf/testsuite/libctf-writable/ctf-nonroot-linking.lk