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-aarch64-next-allnoconfig in repository toolchain/ci/binutils-gdb.
from 6e25f88828 bpf: xBPF SDIV, SMOD instructions adds 0295dde655 gdb: Fix use after free bug in compile_object_run adds b60cea74de Make target_wait options use enum flags adds 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
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 128 ++++++++++++ gdb/aix-thread.c | 4 +- gdb/bsd-uthread.c | 4 +- gdb/compile/compile-object-run.c | 17 +- gdb/darwin-nat.c | 2 +- gdb/darwin-nat.h | 2 +- gdb/eval.c | 225 +-------------------- gdb/expprint.c | 61 +++--- gdb/expression.h | 12 ++ gdb/f-lang.c | 221 ++++++++++++++++++++ gdb/f-valprint.c | 7 +- gdb/fbsd-nat.c | 2 +- gdb/fbsd-nat.h | 2 +- gdb/fortran-operator.def | 8 + gdb/gnu-nat.c | 2 +- gdb/gnu-nat.h | 2 +- gdb/go32-nat.c | 4 +- gdb/i386-tdep.c | 19 ++ gdb/inf-ptrace.c | 2 +- gdb/inf-ptrace.h | 2 +- gdb/infrun.c | 5 +- gdb/linux-nat.c | 4 +- gdb/linux-nat.h | 2 +- gdb/linux-thread-db.c | 4 +- gdb/nbsd-nat.c | 5 +- gdb/nbsd-nat.h | 2 +- gdb/nto-procfs.c | 4 +- gdb/obsd-nat.c | 2 +- gdb/obsd-nat.h | 2 +- gdb/parse.c | 1 - gdb/parser-defs.h | 16 ++ gdb/procfs.c | 4 +- gdb/ravenscar-thread.c | 4 +- gdb/record-btrace.c | 7 +- gdb/record-full.c | 6 +- gdb/remote-sim.c | 5 +- gdb/remote.c | 15 +- gdb/rs6000-nat.c | 4 +- gdb/sol-thread.c | 4 +- gdb/std-operator.def | 8 - gdb/target-debug.h | 2 +- gdb/target-delegates.c | 12 +- gdb/target.c | 11 +- gdb/target.h | 6 +- gdb/target/target.h | 4 +- gdb/target/wait.h | 15 +- 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 +- gdb/windows-nat.c | 4 +- gdbserver/ChangeLog | 15 ++ gdbserver/linux-low.cc | 4 +- gdbserver/linux-low.h | 4 +- gdbserver/netbsd-low.cc | 8 +- gdbserver/netbsd-low.h | 2 +- gdbserver/target.cc | 7 +- gdbserver/target.h | 6 +- gdbserver/win32-low.cc | 2 +- gdbserver/win32-low.h | 2 +- 65 files changed, 626 insertions(+), 361 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 [...]