This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-defconfig in repository toolchain/ci/binutils-gdb.
from b65ce56541 gdb: print thread names in thread apply command output adds 0d79cdc494 Add debuginfod support to GDB adds edfe0a0c65 Remove casts from dwarf2/index-write.c adds b83470bfa7 Specialize partial_symtab for DWARF include files adds d0adf5451e Automatic date update in version.in adds ff69a8949b bfd_stat_arch_elt buffer overflow adds 05f52dc2e1 _bfd_xcoff_read_ar_hdr tidy adds c8d4f6dfd9 [gdb/testsuite] Fix spawn in tuiterm.exp adds 3608f86c42 [gdb/testsuite] Remove unused globals adds 736990c442 Fix an illegal memory access by readelf when displaying the [...] adds 3104d9ee22 gdb: Use std::abs instead of abs on LONGEST types new 49d9fd42ac .idata symbols should be reported with i or I flag by nm new 5f60280291 mmix-mmo set SEC_DATA for .data section new 317f712722 Remove field_info::nfields member
The 3 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/ChangeLog | 26 +++ bfd/bfd-in2.h | 3 +- bfd/bfd.c | 3 +- bfd/coff-rs6000.c | 48 ++--- bfd/mmo.c | 2 +- bfd/syms.c | 33 ++-- bfd/version.h | 2 +- binutils/ChangeLog | 6 + binutils/readelf.c | 3 + gdb/ChangeLog | 49 +++++ gdb/Makefile.in | 4 +- gdb/NEWS | 14 ++ gdb/README | 9 + gdb/config.in | 3 + gdb/configure | 182 +++++++++++++----- gdb/configure.ac | 6 +- gdb/debuginfod-support.c | 155 +++++++++++++++ gdb/debuginfod-support.h | 62 ++++++ gdb/doc/gdb.texinfo | 8 + gdb/dwarf2/index-write.c | 26 +-- gdb/dwarf2/read.c | 99 +++++++--- gdb/elfread.c | 32 ++- gdb/gdbtypes.c | 4 +- gdb/source.c | 30 +++ gdb/testsuite/ChangeLog | 21 ++ gdb/testsuite/config/sid.exp | 2 - gdb/testsuite/gdb.base/attach.exp | 10 - gdb/testsuite/gdb.base/catch-load.exp | 3 +- gdb/testsuite/gdb.base/dbx.exp | 2 - .../gdb.debuginfod/fetch_src_and_symbols.exp | 214 +++++++++++++++++++++ .../{gdb.dwarf2 => gdb.debuginfod}/main.c | 2 +- gdb/testsuite/lib/gdb.exp | 4 - gdb/testsuite/lib/mi-support.exp | 5 +- gdb/testsuite/lib/prompt.exp | 1 - gdb/testsuite/lib/tuiterm.exp | 6 +- gdb/top.c | 10 + ld/ChangeLog | 15 ++ ld/testsuite/ld-mmix/b-fixo2.d | 2 +- ld/testsuite/ld-mmix/sec-2.d | 2 +- ld/testsuite/ld-mmix/sec-3.d | 2 +- ld/testsuite/ld-mmix/sec-4.d | 2 +- ld/testsuite/ld-mmix/spec802.d | 2 +- ld/testsuite/ld-mmix/spec803.d | 2 +- ld/testsuite/ld-mmix/spec804.d | 2 +- ld/testsuite/ld-mmix/spec805.d | 2 +- ld/testsuite/ld-mmix/spec806.d | 2 +- ld/testsuite/ld-mmix/spec807.d | 2 +- ld/testsuite/ld-mmix/spec808.d | 2 +- 48 files changed, 940 insertions(+), 186 deletions(-) create mode 100644 gdb/debuginfod-support.c create mode 100644 gdb/debuginfod-support.h create mode 100644 gdb/testsuite/gdb.debuginfod/fetch_src_and_symbols.exp copy gdb/testsuite/{gdb.dwarf2 => gdb.debuginfod}/main.c (93%)