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_check_gcc/master-aarch64 in repository toolchain/ci/binutils-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 adds e867795e8b gdb: use python to colorize disassembler output adds 7b8c55afd0 gdb/python: move styling support to gdb.styling adds 13eb081a83 Remove LA_PRINT_TYPE adds 362501dc5c Remove LA_PRINT_CHAR adds 660da3c14b Remove LA_PRINT_STRING adds a532eb7277 microblaze: fix fsqrt collicion to build on glibc-2.35
No new revisions were added by this update.
Summary of changes: bfd/elflink.c | 5 +-- bfd/version.h | 2 +- gdb/NEWS | 6 +++ gdb/ada-valprint.c | 2 +- gdb/c-valprint.c | 9 ++-- 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/guile/scm-type.c | 3 +- gdb/language.h | 14 ------- gdb/python/lib/gdb/__init__.py | 20 --------- gdb/python/lib/gdb/styling.py | 50 ++++++++++++++++++++++ gdb/python/py-type.c | 5 ++- gdb/python/python.c | 85 ++++++++++++++++++++++++++++++++++++-- gdb/symmisc.c | 18 ++++---- gdb/testsuite/gdb.base/style.exp | 82 +++++++++++++++++++++++++++++++++++- gdb/typeprint.c | 7 ++-- gdb/ui-file.h | 8 ++++ gdb/valprint.c | 9 ++-- gdb/varobj.c | 4 +- ld/testsuite/ld-plugin/lto.exp | 26 ++++++++++++ ld/testsuite/ld-plugin/pr28879a.cc | 7 ++++ ld/testsuite/ld-plugin/pr28879b.cc | 8 ++++ opcodes/ChangeLog | 5 +++ opcodes/microblaze-opc.h | 2 +- opcodes/microblaze-opcm.h | 3 +- 32 files changed, 487 insertions(+), 73 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