This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/binutils-gdb.
from 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
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/ctfread.c | 22 +--------- gdb/debuginfod-support.c | 25 +++++++++-- gdb/doc/gdb.texinfo | 2 +- gdb/main.c | 4 +- gdb/symmisc.c | 1 + gdb/testsuite/gdb.base/style.exp | 5 ++- gdb/top.c | 14 ++++-- gdb/utils.c | 5 ++- opcodes/configure | 2 +- opcodes/configure.ac | 2 +- opcodes/disassemble.c | 2 - 23 files changed, 61 insertions(+), 279 deletions(-) delete mode 100644 bfd/cpu-k1om.c delete mode 100644 bfd/cpu-l1om.c