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-arm in repository toolchain/ci/binutils-gdb.
from 0653f01479 gdb: Consolidate 32bit-pkeys.xml and 64bit-pkeys.xml adds 49a82d50c0 Remove dbx mode adds 59f837cb11 gdb: initialize ctf_context::builder in create_partial_symtab adds d7abb2c4bd Automatic date update in version.in adds 8839e3f3b0 Style URLs in GDB output adds 8458fb44b4 gdb/ctf: don't create a buildsym_compunit when building part [...] adds af7047e858 gdb: print compunit_symtab name in "maint info symtabs" adds 89ab947e7f gdb/ctf: pass partial symtab's filename to buildsym_compunit adds 801a7eab11 x86: Remove bfd_arch_l1om and bfd_arch_k1om adds fd46a69ed4 gdb/testing/tui: add new _csi_{L,S,T}
No new revisions were added by this update.
Summary of changes: bfd/Makefile.am | 4 - bfd/Makefile.in | 6 - bfd/archures.c | 10 -- bfd/bfd-in2.h | 6 - bfd/config.bfd | 42 ++---- bfd/configure | 4 - bfd/configure.ac | 4 - bfd/cpu-k1om.c | 37 ----- bfd/cpu-l1om.c | 36 ----- bfd/elf64-x86-64.c | 94 +----------- bfd/targets.c | 11 -- bfd/version.h | 2 +- gdb/NEWS | 2 + gdb/breakpoint.c | 99 ------------ gdb/cli/cli-cmds.c | 6 +- gdb/ctfread.c | 23 +-- gdb/debuginfod-support.c | 25 +++- gdb/defs.h | 3 - gdb/doc/gdb.texinfo | 5 +- gdb/exec.c | 7 +- gdb/infrun.c | 42 +++--- gdb/main.c | 12 +- gdb/printcmd.c | 12 -- gdb/source.c | 3 - gdb/stack.c | 23 --- gdb/symmisc.c | 1 + gdb/symtab.c | 11 -- gdb/testsuite/gdb.base/dbx.exp | 308 -------------------------------------- gdb/testsuite/gdb.base/style.exp | 5 +- gdb/testsuite/gdb.tui/tuiterm.exp | 85 +++++++++++ gdb/testsuite/lib/tuiterm.exp | 95 ++++++++++++ gdb/top.c | 14 +- gdb/utils.c | 5 +- opcodes/configure | 2 +- opcodes/configure.ac | 2 +- opcodes/disassemble.c | 2 - 36 files changed, 266 insertions(+), 782 deletions(-) delete mode 100644 bfd/cpu-k1om.c delete mode 100644 bfd/cpu-l1om.c delete mode 100644 gdb/testsuite/gdb.base/dbx.exp