This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_43-branch in repository binutils-gdb.
from e8c963b75c2 Automatic date update in version.in new cc7069a8c89 libctf: we do in fact support foreign-endian old versions new 5d64742afad libctf, dedup: drop unnecessary arg from ctf_dedup() new 51b91236f81 libctf, string: split the movable refs out of the ref list new 1d30dc3485c libctf, dump: correctly dump non-root-visible types new d0e6b0d10dd libctf: fix linking of non-root-visible types new 32854fe39f0 libctf: fix CTF dict compression new 08b94b31091 libctf: improve ECTF_NOPARENT error message new eee0da087b0 libctf: dedup: tiny tweaks new 348059dc516 libctf: fix dynset insertion new e307cadccd0 libctf, subr: don't mix up errors and warnings new ab612a67a2d libctf, open: Fix enum error handling path new 0eea22de385 libctf: link: fix error handling new b964314b292 libctf: link: remember to turn off the LCTF_LINKING flag af [...] new e1a8c74214d include, libctf: improve ECTF_DUPLICATE error message new 3c21a5bedb7 libctf, include: add ctf_dict_set_flag: less enum dup check [...] new e24eb6404a6 libctf: clean up hashtab error handling mess new 7a7c83261bf libctf: fix ref leak of names of newly-inserted non-root-vi [...] new 51dac5ecd76 libctf: dump: fix small leak new 5def238cf9e 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