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-lts-defconfig in repository toolchain/ci/binutils-gdb.
from ae9ac79e5e Harmonize readelf's output for version sections. adds e3f56a99f6 Revert "Sync top level files with versions from gcc." adds 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 new a0486bac41 libctf: fix a number of build problems found on Solaris and NetBSD
The 1 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: ChangeLog | 27 - Makefile.def | 41 +- Makefile.in | 10037 ++---------------------------- Makefile.tpl | 54 +- bfd/version.h | 2 +- binutils/ChangeLog | 6 + binutils/objdump.c | 3 - binutils/readelf.c | 3 - configure | 663 +- configure.ac | 46 +- 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 | 11 + gdb/completer.c | 7 + 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 +- 40 files changed, 1496 insertions(+), 10416 deletions(-) create mode 100644 libctf/ctf-decls.h create mode 100644 libctf/ctf-endian.h create mode 100644 libctf/qsort_r.c