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 9186c494a3 Enable Intel AVX512_VP2INTERSECT insn new a610aa4f9c libctf: fix the type of ctf_enum.cte_value new 941accce38 libctf: fix use-after-free in function dumping new 6b22174ff1 libctf: look for BSD versus GNU qsort_r signatures new ad118caa9f libctf: work on platforms without O_CLOEXEC.
The 4 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/ChangeLog | 4 + include/ctf.h | 2 +- libctf/ChangeLog | 29 ++++++ libctf/Makefile.am | 4 +- libctf/Makefile.in | 29 +++--- libctf/config.h.in | 16 ++- libctf/configure | 198 +++++++++++++++++++++++++----------- libctf/configure.ac | 60 ++++++++++- libctf/ctf-archive.c | 9 +- libctf/ctf-create.c | 2 +- libctf/ctf-decls.h | 43 +++++++- libctf/ctf-dump.c | 2 +- libctf/{qsort_r.c => ctf-qsort_r.c} | 2 +- 13 files changed, 313 insertions(+), 87 deletions(-) rename libctf/{qsort_r.c => ctf-qsort_r.c} (99%)