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-arm-lts-defconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 68bb5386b8 Add previous_saved_command_line to allow a command to repeat [...] adds b8fd091888 Add function execute_command_to_ui_file adds 947d39462e Implement | (pipe) command. adds 708dc93ed0 Test the | (pipe) command. adds e2c52041c0 NEWS and documentation for | (pipe) command.
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 | 42 +++++ gdb/NEWS | 12 ++ gdb/cli/cli-cmds.c | 104 +++++++++++ gdb/cli/cli-decode.c | 4 +- gdb/command.h | 36 +++- gdb/doc/ChangeLog | 7 + gdb/doc/gdb.texinfo | 79 ++++++++ gdb/event-top.c | 16 +- gdb/gdbcmd.h | 2 + gdb/main.c | 2 - gdb/testsuite/ChangeLog | 6 + gdb/testsuite/gdb.base/default.exp | 2 + gdb/testsuite/gdb.base/shell.exp | 90 ++++++++- gdb/top.c | 109 ++++++++--- gdb/top.h | 1 - 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 +- 46 files changed, 1372 insertions(+), 161 deletions(-) create mode 100644 libctf/ctf-decls.h create mode 100644 libctf/ctf-endian.h create mode 100644 libctf/qsort_r.c