This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_debug in repository toolchain/ci/binutils-gdb.
from 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} adds e330d4c033 elfcore_grok_freebsd_note: Remove checks of note->namesz. adds a171378aa4 Recognize FreeBSD core dump note for x86 segment base registers. adds b5c2367c3a Use pseudosections for NT_FREEBSD_X86_SEGBASES core dump notes. adds f3215e1526 FreeBSD/x86: Read segment base registers from NT_X86_SEGBASES. adds c13566fdd5 Use I386_GSBASE_REGNUM in i386fbsd_get_thread_local_address. adds e55039d181 gdb/debuginfod-support.c: Always display debuginfod errors adds 3181aed81c Remove unused variable. adds 25eb664374 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 13 ++++++ 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/elf-bfd.h | 2 + bfd/elf.c | 24 ++++++---- bfd/elf64-x86-64.c | 94 +------------------------------------- bfd/targets.c | 11 ----- bfd/version.h | 2 +- binutils/ChangeLog | 5 +++ binutils/readelf.c | 2 + gdb/amd64-fbsd-tdep.c | 18 ++++++++ gdb/ctfread.c | 22 +-------- gdb/debuginfod-support.c | 31 ++++++++++--- gdb/doc/gdb.texinfo | 2 +- gdb/i386-fbsd-tdep.c | 26 ++++++++--- gdb/main.c | 4 +- gdb/symmisc.c | 1 + 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 ++- include/ChangeLog | 4 ++ include/elf/common.h | 1 + opcodes/configure | 2 +- opcodes/configure.ac | 2 +- opcodes/disassemble.c | 2 - 34 files changed, 325 insertions(+), 296 deletions(-) delete mode 100644 bfd/cpu-k1om.c delete mode 100644 bfd/cpu-l1om.c