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-next-allnoconfig in repository toolchain/ci/binutils-gdb.
from 0dd7b52ede gdbserver/linux-low: delete 'linux_target_ops' and 'the_low_target' adds 4d095f5b5e coff-go32-exe: support variable-length stubs adds 8be5def63b ld: Add NOCF_PROTECTION_CFLAGS to turn off -fcf-protection adds aa350065a4 NOCF_PROTECTION_CFLAGS: Replace nopie with available adds 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
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 39 ++ bfd/bfd-in2.h | 5 +- bfd/bfd.c | 5 +- bfd/bfdio.c | 4 + bfd/bfdwin.c | 1 + bfd/coff-i386.c | 22 +- bfd/coff-stgo32.c | 449 ++++++++++----------- bfd/coffcode.h | 9 - bfd/libcoff-in.h | 8 +- bfd/libcoff.h | 8 +- bfd/version.h | 2 +- gdb/ChangeLog | 34 ++ gdb/buildsym.c | 14 - 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 | 26 ++ gdb/testsuite/gdb.dwarf2/break-inline-psymtab-2.c | 2 +- gdb/testsuite/gdb.dwarf2/break-inline-psymtab.exp | 3 +- ...ne-psymtab-2.c => dw2-inline-small-func-lbls.c} | 32 +- ...-inline-psymtab-2.c => dw2-inline-small-func.c} | 23 +- gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.exp | 158 ++++++++ ...-inline-psymtab-2.c => dw2-inline-small-func.h} | 22 +- .../inline-small-func.c} | 23 +- gdb/testsuite/gdb.opt/inline-small-func.exp | 60 +++ .../inline-small-func.h} | 22 +- gdb/testsuite/lib/dwarf.exp | 9 +- gdb/utils.c | 4 +- gdb/windows-tdep.c | 13 +- include/ChangeLog | 6 + include/coff/go32exe.h | 36 -- include/coff/internal.h | 13 +- ld/ChangeLog | 14 + ld/testsuite/config/default.exp | 38 ++ ld/testsuite/ld-srec/srec.exp | 8 +- ld/testsuite/ld-x86-64/x86-64.exp | 10 +- 40 files changed, 717 insertions(+), 470 deletions(-) copy gdb/testsuite/gdb.dwarf2/{break-inline-psymtab-2.c => dw2-inline-small-func-l [...] copy gdb/testsuite/gdb.dwarf2/{break-inline-psymtab-2.c => dw2-inline-small-func.c} (74%) create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-inline-small-func.exp copy gdb/testsuite/gdb.dwarf2/{break-inline-psymtab-2.c => dw2-inline-small-func.h} (74%) copy gdb/testsuite/{gdb.dwarf2/break-inline-psymtab-2.c => gdb.opt/inline-small-fu [...] create mode 100644 gdb/testsuite/gdb.opt/inline-small-func.exp copy gdb/testsuite/{gdb.dwarf2/break-inline-psymtab-2.c => gdb.opt/inline-small-fu [...] delete mode 100644 include/coff/go32exe.h