This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from aab4ab8972 Automatic date update in version.in adds d0edc2b806 gdb/testsuite: Add missing expected results adds 5947daaf75 Ensure that space allocated by assembler directives converts [...] adds e11daf7a2e Split gdb.multi/multi-target.exp into separate testcases adds e8ef12b996 Fix "thread find" with multiple inferiors/targets (PR gdb/26631) adds 7d155da3d9 Add sniffer for Cygwin x86_64 core dumps adds aff9d38745 Add amd64_windows_gregset_reg_offset adds 62a5151b6b Promote windows_core_xfer_shared_libraries and windows_core_ [...] adds e7d612adc7 Add handling for 64-bit module addresses in Cygwin core dumps adds d3483b43ff Mention x86_64 Cygwin core file support in NEWS. adds e163628395 sim/m32r: return register sizes after fetch and store adds 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 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 adds 851257b5fc Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- cpu/ChangeLog | 7 + cpu/bpf.cpu | 38 +- gas/ChangeLog | 14 + gas/read.c | 2 +- gas/testsuite/gas/bpf/alu-xbpf.d | 17 + gas/testsuite/gas/bpf/alu-xbpf.s | 11 + gas/testsuite/gas/bpf/alu32-xbpf.d | 17 + gas/testsuite/gas/bpf/alu32-xbpf.s | 11 + gas/testsuite/gas/bpf/bpf.exp | 3 + gdb/ChangeLog | 249 ++++++++++ gdb/NEWS | 2 + gdb/aix-thread.c | 4 +- gdb/amd64-windows-tdep.c | 100 ++++ gdb/arm-tdep.c | 7 +- gdb/bsd-uthread.c | 4 +- gdb/cli/cli-dump.c | 94 ++-- gdb/compile/compile-object-run.c | 17 +- gdb/corelow.c | 10 +- gdb/darwin-nat.c | 2 +- gdb/darwin-nat.h | 2 +- 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/fbsd-nat.c | 2 +- gdb/fbsd-nat.h | 2 +- gdb/fortran-operator.def | 8 + gdb/gcore.c | 10 +- gdb/gdb_bfd.c | 5 +- gdb/gdb_bfd.h | 10 +- gdb/gnu-nat.c | 2 +- gdb/gnu-nat.h | 2 +- gdb/go32-nat.c | 4 +- gdb/i386-tdep.c | 19 + gdb/i386-windows-tdep.c | 100 +--- 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/mips-sde-tdep.c | 5 +- gdb/nbsd-nat.c | 5 +- gdb/nbsd-nat.h | 2 +- gdb/nto-procfs.c | 4 +- gdb/objfiles.c | 29 +- gdb/obsd-nat.c | 2 +- gdb/obsd-nat.h | 2 +- gdb/osabi.c | 10 +- gdb/osabi.h | 6 +- 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/stap-probe.c | 18 +- gdb/std-operator.def | 8 - gdb/symfile.c | 76 +-- gdb/symfile.h | 2 - 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 | 42 ++ ...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 | 21 +- .../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/testsuite/gdb.multi/multi-target-continue.exp | 105 ++++ .../gdb.multi/multi-target-info-inferiors.exp | 110 +++++ gdb/testsuite/gdb.multi/multi-target-interrupt.exp | 79 +++ .../gdb.multi/multi-target-no-resumed.exp | 90 ++++ .../gdb.multi/multi-target-ping-pong-next.exp | 85 ++++ .../gdb.multi/multi-target-thread-find.exp | 106 ++++ gdb/testsuite/gdb.multi/multi-target.exp | 546 --------------------- gdb/testsuite/gdb.multi/multi-target.exp.tcl | 185 +++++++ gdb/thread.c | 6 + gdb/windows-nat.c | 4 +- gdb/windows-tdep.c | 114 +++++ gdb/windows-tdep.h | 8 + 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 +- opcodes/ChangeLog | 7 + opcodes/bpf-desc.c | 80 +++ opcodes/bpf-desc.h | 9 +- opcodes/bpf-opc.c | 96 ++++ opcodes/bpf-opc.h | 8 +- sim/m32r/ChangeLog | 6 + sim/m32r/m32r.c | 20 +- 111 files changed, 2255 insertions(+), 1257 deletions(-) create mode 100644 gas/testsuite/gas/bpf/alu-xbpf.d create mode 100644 gas/testsuite/gas/bpf/alu-xbpf.s create mode 100644 gas/testsuite/gas/bpf/alu32-xbpf.d create mode 100644 gas/testsuite/gas/bpf/alu32-xbpf.s 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 [...] create mode 100644 gdb/testsuite/gdb.multi/multi-target-continue.exp create mode 100644 gdb/testsuite/gdb.multi/multi-target-info-inferiors.exp create mode 100644 gdb/testsuite/gdb.multi/multi-target-interrupt.exp create mode 100644 gdb/testsuite/gdb.multi/multi-target-no-resumed.exp create mode 100644 gdb/testsuite/gdb.multi/multi-target-ping-pong-next.exp create mode 100644 gdb/testsuite/gdb.multi/multi-target-thread-find.exp delete mode 100644 gdb/testsuite/gdb.multi/multi-target.exp create mode 100644 gdb/testsuite/gdb.multi/multi-target.exp.tcl