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 febd44f94d Automatic date update in version.in adds 14f9473ca2 gdb: Update i386_analyze_prologue to skip endbr32 adds 8c37706a51 gdb/fortran: Clean up array/string expression evaluation adds 6d81691950 gdb/fortran: Move Fortran expression handling into f-lang.c adds c8d5abea3d gdb/fortran: Change whitespace when printing arrays adds cafb0d8131 Add a new overload of gdb_bfd_sections adds a190fabbfc Use gdb_bfd_sections in core_target_open adds 1ce51eb52d Use gdb_bfd_sections in gdb_bfd_close_or_warn adds 3cabfd268b Use gdb_bfd_sections in get_stap_base_address adds cb814f2e30 Use gdb_bfd_sections in build_objfile_section_table adds ad7277dab9 Use gdb_bfd_sections in symfile.c adds 5bb6e9dd70 Use gdb_bfd_sections in dwarf2/read.c adds b35c1d1cf4 Use gdb_bfd_sections in ELF osabi tag sniffing adds f4f2b85fb2 Use gdb_bfd_sections in gcore_memory_sections adds 03cd72b810 Use gdb_bfd_sections in restore_command adds 08f93a1a93 Use gdb_bfd_sections in elf_symfile_read adds 8a6bb1d130 Use gdb_bfd_sections in build_section_table adds 5486c51748 Use gdb_bfd_sections in generic_load new 851257b5fc Automatic date update in version.in
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/version.h | 2 +- gdb/ChangeLog | 144 +++++++++++++ gdb/arm-tdep.c | 7 +- gdb/cli/cli-dump.c | 94 +++++---- gdb/corelow.c | 10 +- gdb/dwarf2/read.c | 50 +++-- gdb/elfread.c | 10 +- gdb/eval.c | 225 +-------------------- gdb/exec.c | 50 ++--- gdb/expprint.c | 61 +++--- gdb/expression.h | 12 ++ gdb/f-lang.c | 221 ++++++++++++++++++++ gdb/f-valprint.c | 7 +- gdb/fortran-operator.def | 8 + gdb/gcore.c | 10 +- gdb/gdb_bfd.c | 5 +- gdb/gdb_bfd.h | 10 +- gdb/i386-tdep.c | 19 ++ gdb/mips-sde-tdep.c | 5 +- gdb/objfiles.c | 29 +-- gdb/osabi.c | 10 +- gdb/osabi.h | 6 +- gdb/parse.c | 1 - gdb/parser-defs.h | 16 ++ gdb/stap-probe.c | 18 +- gdb/std-operator.def | 8 - gdb/symfile.c | 76 +++---- gdb/symfile.h | 2 - gdb/testsuite/ChangeLog | 17 ++ ...ection.c => i386-prologue-skip-cf-protection.c} | 0 ...on.exp => i386-prologue-skip-cf-protection.exp} | 6 +- gdb/testsuite/gdb.fortran/array-slices.exp | 16 +- .../gdb.fortran/class-allocatable-array.exp | 2 +- gdb/testsuite/gdb.fortran/multi-dim.exp | 2 +- gdb/testsuite/gdb.fortran/vla-type.exp | 6 +- gdb/testsuite/gdb.mi/mi-vla-fortran.exp | 2 +- 36 files changed, 673 insertions(+), 494 deletions(-) rename gdb/testsuite/gdb.arch/{amd64-prologue-skip-cf-protection.c => i386-prologu [...] rename gdb/testsuite/gdb.arch/{amd64-prologue-skip-cf-protection.exp => i386-prolo [...]