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-allmodconfig in repository toolchain/ci/binutils-gdb.
from 880d97770b [gdb/testsuite] Don't use O2 for inlining in break-inline-ps [...] adds 6a35491162 gdb/testsuite: Add compiler options parameter to function_ra [...] adds 34e9a9fa0a gdb/testsuite: Add support for DW_LNS_set_file to DWARF compiler adds c90d28ac89 gdb: Don't remove duplicate entries from the line table adds e7da7f8f71 Micro-optimize partial_die_info::read adds 0830d30190 Avoid assertion failure due to complex type change adds e2ff18a0a5 gdb: replace some calls to internal_error with gdb_assert adds e0fc5c3fcb gdb: use bfd_get_section_contents to read section contents i [...] adds 492c3f03c7 Automatic date update in version.in adds d9e49b6169 Fix DWARF disassembly of DW_OP_const_type
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 39 +++++ gdb/buildsym.c | 14 -- gdb/dwarf2/loc.c | 6 + gdb/dwarf2/read.c | 7 +- gdb/exec.c | 10 +- gdb/f-lang.c | 9 +- gdb/gdb_bfd.c | 14 +- gdb/gdb_bfd.h | 9 ++ gdb/mdebugread.c | 5 +- gdb/psymtab.c | 11 +- gdb/testsuite/ChangeLog | 20 +++ .../gdb.dwarf2/dw2-inline-small-func-lbls.c | 37 +++++ gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.c | 22 +++ gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.exp | 158 +++++++++++++++++++++ gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.h | 21 +++ gdb/testsuite/gdb.opt/inline-small-func.c | 22 +++ gdb/testsuite/gdb.opt/inline-small-func.exp | 60 ++++++++ gdb/testsuite/gdb.opt/inline-small-func.h | 21 +++ gdb/testsuite/lib/dwarf.exp | 9 +- gdb/utils.c | 4 +- gdb/windows-tdep.c | 13 +- 22 files changed, 464 insertions(+), 49 deletions(-) create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-small-func-lbls.c create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.c create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.exp create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.h create mode 100644 gdb/testsuite/gdb.opt/inline-small-func.c create mode 100644 gdb/testsuite/gdb.opt/inline-small-func.exp create mode 100644 gdb/testsuite/gdb.opt/inline-small-func.h