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 131fd5ea28b libctf: fix lookup and emission of BTF floats new 0a4c63db3cf libctf: fix bracket-nesting bug messing up prefix detection new 962cf4372e5 libctf: more output format control new daef424ff8c ld: better automatic choice between BTF and CTF section emission new 803b1442fc9 libctf: serialize: fix type suppression new 917bf56b137 libctf: link: fix we-wrote-BTF reporting new 84ad302707d libctf: link: suppress symtypetab emission when emitting BTF new 9787386d5e6 libctf: archive: add one more reason to emit CTF new 5809ad1374a libctf: serialize: dump provisional IDs to the debug stream new 4f861f204c0 bfd, ld: remove unused CTF/BTF sections better new 4d60ee87bbc libctf: dedup: hash: fix stub detection new 99b1d742ba2 libctf: make provisional ID assignment less noisy
The 11 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: bfd/elflink.c | 9 +- include/bfdlink.h | 11 ++- include/ctf-api.h | 22 +++-- ld/ldlang.c | 226 +++++++++++++++++++++++++++++++++++++++++-------- ld/ldlang.h | 2 + ld/ldmain.c | 1 + libctf/api.org | 5 +- libctf/ctf-archive.c | 3 +- libctf/ctf-create.c | 6 ++ libctf/ctf-dedup.c | 14 +-- libctf/ctf-impl.h | 20 ++++- libctf/ctf-link.c | 56 +++++++++++- libctf/ctf-open.c | 2 +- libctf/ctf-serialize.c | 194 ++++++++++++++++++++++++------------------ libctf/ctf-string.c | 14 +-- libctf/libctf.ver | 1 + 16 files changed, 437 insertions(+), 149 deletions(-)