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-allnoconfig in repository toolchain/ci/binutils-gdb.
from 88ed7edbc6 Remove fromhex implementation from gdbreplay adds 6187fc5364 Automatic date update in version.in adds 4f6d070adb Don't waste space in prefix_opcd_indices adds 79b377b3cf Revert patch that disables building libctf for non-ELF based [...] adds 9303eb2fb1 Add highlight style, title style, fputs_highlighted. Improve [...] adds 66d8c86285 Improve usability and/or readibility of help and apropos output. adds 206584bdf1 Update tests following changes to "help" and "apropos" adds e664d72803 Document in NEWS and gdb.texinfo the "help", "apropos" and " [...] new 1ff30553d8 Automatic date update in version.in
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 | 9 +++ bfd/version.h | 2 +- binutils/ChangeLog | 16 +++++ binutils/Makefile.am | 4 +- binutils/Makefile.in | 2 +- binutils/config.in | 3 - binutils/configure | 64 +------------------ binutils/configure.ac | 30 --------- binutils/doc/Makefile.in | 1 - binutils/objdump.c | 36 +++-------- binutils/readelf.c | 22 ------- configure | 16 ----- configure.ac | 16 ----- gdb/ChangeLog | 31 ++++++++++ gdb/NEWS | 30 +++++++++ gdb/cli/cli-cmds.c | 22 ++++--- gdb/cli/cli-decode.c | 56 ++++++++++++----- gdb/cli/cli-decode.h | 2 +- gdb/cli/cli-style.c | 117 +++++++++++++++++++++++++---------- gdb/cli/cli-style.h | 21 ++++++- gdb/doc/ChangeLog | 6 ++ gdb/doc/gdb.texinfo | 58 +++++++++++++++-- gdb/testsuite/ChangeLog | 15 +++++ gdb/testsuite/gdb.base/help.exp | 7 +-- gdb/testsuite/gdb.base/style.exp | 33 ++++++++++ gdb/testsuite/gdb.guile/scm-cmd.exp | 4 +- gdb/testsuite/gdb.python/py-cmd.exp | 2 +- gdb/testsuite/gdb.trace/tracecmd.exp | 2 +- gdb/testsuite/lib/gdb-utils.exp | 2 + gdb/testsuite/lib/gdb.exp | 66 ++++++++++++++------ gdb/utils.c | 36 +++++++++++ gdb/utils.h | 6 ++ opcodes/ChangeLog | 4 ++ opcodes/ppc-dis.c | 2 +- 34 files changed, 470 insertions(+), 273 deletions(-)