This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allyesconfig in repository toolchain/ci/binutils-gdb.
from 0ef209f22c Initialize variable word in complete adds bfcdb85206 Two comment fixes in gdbtypes.h adds 4288405d5e RISC-V: Fix lui argument parsing. adds ff4a4474eb Automatic date update in version.in adds a0486bac41 libctf: fix a number of build problems found on Solaris and NetBSD
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 6 + binutils/objdump.c | 3 - binutils/readelf.c | 3 - gas/ChangeLog | 7 + gas/config/tc-riscv.c | 9 +- gas/testsuite/gas/riscv/auipc-parsing.l | 2 + gas/testsuite/gas/riscv/auipc-parsing.s | 3 + gdb/ChangeLog | 6 + gdb/gdbtypes.h | 5 +- include/ChangeLog | 7 + include/ctf-api.h | 12 +- libctf/ChangeLog | 67 +++++++ libctf/Makefile.am | 9 +- libctf/Makefile.in | 24 ++- libctf/aclocal.m4 | 1 + libctf/config.h.in | 22 +++ libctf/configure | 322 +++++++++++++++++++++++++++++++- libctf/configure.ac | 6 +- libctf/ctf-archive.c | 8 +- libctf/ctf-create.c | 50 ++--- libctf/ctf-decls.h | 37 ++++ libctf/ctf-dump.c | 20 +- libctf/ctf-endian.h | 37 ++++ libctf/ctf-impl.h | 5 +- libctf/ctf-labels.c | 8 +- libctf/ctf-lookup.c | 4 +- libctf/ctf-open-bfd.c | 11 +- libctf/ctf-open.c | 13 +- libctf/ctf-types.c | 48 ++--- libctf/ctf-util.c | 4 +- libctf/qsort_r.c | 259 +++++++++++++++++++++++++ libctf/swap.h | 12 +- 33 files changed, 909 insertions(+), 123 deletions(-) create mode 100644 libctf/ctf-decls.h create mode 100644 libctf/ctf-endian.h create mode 100644 libctf/qsort_r.c