This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/binutils-gdb.
from 675da9a57e Fix GDB build with GCC 4.8.2 adds 4ef6d2f424 Automatic date update in version.in adds 80d49d6a1b RISC-V : Support bitmanip-0.93 ZBA/ZBB/ZBC instructions adds f302f9e26e gdb/testsuite: squash duplicate test names in gdb.threads/*.exp adds 7807d76a1c gdb/python: fix FrameDecorator regression on Python 2 adds 012d442686 Fix a potential buffer overrun qwhen writing out PE aux entries. adds ee42883cff Fix potentially undefined behaviour use of strcpcy. adds 383228bc3f Fix cygwin build error adds d6bfbc3981 Re-enable the dislay of debug sections in separate debuginfo [...] adds 44266f362b Retain .debug_addr sections loaded in the main file. adds 95557f1e09 Automatic date update in version.in adds d0c99a23b2 gdb/testsuite: add test for run/attach while program is running adds f058c5210f gdb: remove unneeded argument in check_multi_target_resumption
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 10 ++ bfd/elfxx-riscv.c | 2 +- bfd/peXXigen.c | 2 +- bfd/version.h | 2 +- binutils/ChangeLog | 14 +++ binutils/readelf.c | 9 +- gas/ChangeLog | 9 ++ gas/config/tc-riscv.c | 13 +++ gas/testsuite/gas/riscv/b-ext-64.d | 48 +++++++++ gas/testsuite/gas/riscv/b-ext-64.s | 39 +++++++ gas/testsuite/gas/riscv/b-ext.d | 35 ++++++ gas/testsuite/gas/riscv/b-ext.s | 26 +++++ gdb/ChangeLog | 15 +++ gdb/infrun.c | 2 +- gdb/python/py-framefilter.c | 6 +- gdb/testsuite/ChangeLog | 32 ++++++ gdb/testsuite/gdb.base/run-attach-while-running.c | 69 ++++++++++++ .../gdb.base/run-attach-while-running.exp | 120 +++++++++++++++++++++ gdb/testsuite/gdb.python/py-framefilter-addr.c | 40 +++++++ gdb/testsuite/gdb.python/py-framefilter-addr.exp | 61 +++++++++++ gdb/testsuite/gdb.python/py-framefilter-addr.py | 52 +++++++++ gdb/testsuite/gdb.threads/execl.exp | 11 +- gdb/testsuite/gdb.threads/print-threads.exp | 62 +++++------ gdb/testsuite/gdb.threads/queue-signal.exp | 12 ++- .../signal-command-multiple-signals-pending.exp | 6 +- gdb/testsuite/lib/gdb.exp | 2 +- gdb/testsuite/lib/prelink-support.exp | 12 ++- gdb/windows-nat.c | 2 +- include/ChangeLog | 10 ++ include/coff/internal.h | 4 +- include/opcode/riscv-opc.h | 104 ++++++++++++++++++ include/opcode/riscv.h | 3 + ld/ChangeLog | 5 + ld/pe-dll.c | 4 +- opcodes/ChangeLog | 4 + opcodes/riscv-opc.c | 53 ++++++++- 36 files changed, 836 insertions(+), 64 deletions(-) create mode 100644 gas/testsuite/gas/riscv/b-ext-64.d create mode 100644 gas/testsuite/gas/riscv/b-ext-64.s create mode 100644 gas/testsuite/gas/riscv/b-ext.d create mode 100644 gas/testsuite/gas/riscv/b-ext.s create mode 100644 gdb/testsuite/gdb.base/run-attach-while-running.c create mode 100644 gdb/testsuite/gdb.base/run-attach-while-running.exp create mode 100644 gdb/testsuite/gdb.python/py-framefilter-addr.c create mode 100644 gdb/testsuite/gdb.python/py-framefilter-addr.exp create mode 100644 gdb/testsuite/gdb.python/py-framefilter-addr.py