This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-aarch64 in repository toolchain/ci/gdb.
from ccbaaa3617 PR28882, build failure with gcc-4.2 due to use of 0b literals adds bb88f10425 Automatic date update in version.in adds 20ea3acc72 ld: Keep indirect symbol from IR if referenced from shared object new e867795e8b gdb: use python to colorize disassembler output new 7b8c55afd0 gdb/python: move styling support to gdb.styling
The 2 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: bfd/elflink.c | 5 +-- bfd/version.h | 2 +- gdb/NEWS | 6 +++ gdb/cli/cli-style.c | 44 ++++++++++++++++++++ gdb/cli/cli-style.h | 3 ++ gdb/data-directory/Makefile.in | 1 + gdb/disasm.c | 58 +++++++++++++++++++++++++- gdb/disasm.h | 25 +++++++++++ gdb/doc/gdb.texinfo | 15 +++++++ gdb/extension-priv.h | 6 +++ gdb/extension.c | 20 +++++++++ gdb/extension.h | 8 ++++ gdb/python/lib/gdb/__init__.py | 20 --------- gdb/python/lib/gdb/styling.py | 50 ++++++++++++++++++++++ gdb/python/python.c | 85 ++++++++++++++++++++++++++++++++++++-- gdb/testsuite/gdb.base/style.exp | 82 +++++++++++++++++++++++++++++++++++- gdb/ui-file.h | 8 ++++ ld/testsuite/ld-plugin/lto.exp | 26 ++++++++++++ ld/testsuite/ld-plugin/pr28879a.cc | 7 ++++ ld/testsuite/ld-plugin/pr28879b.cc | 8 ++++ 20 files changed, 449 insertions(+), 30 deletions(-) create mode 100644 gdb/python/lib/gdb/styling.py create mode 100644 ld/testsuite/ld-plugin/pr28879a.cc create mode 100644 ld/testsuite/ld-plugin/pr28879b.cc