This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/binutils-gdb.
from 5d0d011be3 bfd: Remove return with expression in void function adds 18d07d1ea7 gdb: extend the information printed by 'maint info jit' adds b4b0dcfd03 gas/doc: Fix "a true results" typo adds 9ab50efc46 gdb: fix until behavior with trailing !is_stmt lines adds e951225303 gdb/fortran: support ptype and print commands for namelist v [...] adds 29ba33db77 Add initializers to bound_minimal_symbol new ebb191adac x86: Disallow invalid relocation against protected symbol
The 1 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/elf-properties.c | 5 +- bfd/elf32-i386.c | 17 +++ bfd/elf64-x86-64.c | 17 +++ bfd/elfxx-x86.c | 18 +++ gas/doc/as.texi | 2 +- gdb/ada-lang.c | 2 - gdb/dwarf2/read.c | 47 ++++-- gdb/f-typeprint.c | 6 +- gdb/f-valprint.c | 26 +++- gdb/findvar.c | 3 +- gdb/gdbtypes.h | 13 ++ gdb/infcmd.c | 39 +++++ gdb/jit.c | 43 +++++- gdb/jit.h | 13 +- gdb/minsyms.h | 4 +- gdb/testsuite/gdb.base/jit-elf-fork.exp | 36 ++++- gdb/testsuite/gdb.base/until-trailing-insns.c | 35 +++++ gdb/testsuite/gdb.base/until-trailing-insns.exp | 183 ++++++++++++++++++++++++ gdb/testsuite/gdb.fortran/namelist.exp | 50 +++++++ gdb/testsuite/gdb.fortran/namelist.f90 | 27 ++++ gdb/value.c | 7 +- include/dwarf2.def | 2 +- ld/testsuite/ld-i386/i386.exp | 33 +++-- ld/testsuite/ld-i386/pr21997-1.err | 2 + ld/testsuite/ld-i386/pr28875.err | 2 + ld/testsuite/ld-i386/pr28875a.c | 5 + ld/testsuite/ld-i386/pr28875b.c | 7 + ld/testsuite/ld-x86-64/pr21997-1a.err | 2 +- ld/testsuite/ld-x86-64/pr21997-1b.err | 2 +- ld/testsuite/ld-x86-64/pr28875-data.err | 2 + ld/testsuite/ld-x86-64/pr28875-func.err | 2 + ld/testsuite/ld-x86-64/x86-64.exp | 27 ++-- 32 files changed, 611 insertions(+), 68 deletions(-) create mode 100644 gdb/testsuite/gdb.base/until-trailing-insns.c create mode 100644 gdb/testsuite/gdb.base/until-trailing-insns.exp create mode 100644 gdb/testsuite/gdb.fortran/namelist.exp create mode 100644 gdb/testsuite/gdb.fortran/namelist.f90 create mode 100644 ld/testsuite/ld-i386/pr21997-1.err create mode 100644 ld/testsuite/ld-i386/pr28875.err create mode 100644 ld/testsuite/ld-i386/pr28875a.c create mode 100644 ld/testsuite/ld-i386/pr28875b.c create mode 100644 ld/testsuite/ld-x86-64/pr28875-data.err create mode 100644 ld/testsuite/ld-x86-64/pr28875-func.err