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-mainline-allmodconfig in repository toolchain/ci/binutils-gdb.
from b13057d9ce [gdb/testsuite] Fail in gdb_compile if nopie results in PIE [...] new 0f575925b6 [gdb/testsuite] Work around tcl bug in libsegfault.exp with [...] new 5c4dde850c Add missing changelog entry new 2906593ffe [PR/24474] Add gdb.lookup_static_symbol to the python API new a1530dc731 Allow display of negative offsets in print_address_symbolic() new aa3b653351 Allow nested function displays new c0d6f62fce RISC-V: Fix minor issues with FP csr instructions. new a2bd7b82ee Don't declare tui_copy_win or tui_box_win new 0630887d4e Automatic date update in version.in
The 8 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 +- gas/ChangeLog | 10 +++++++ gas/testsuite/gas/riscv/alias-csr.d | 23 +++++++++++++++ gas/testsuite/gas/riscv/alias-csr.s | 14 ++++++++++ gas/testsuite/gas/riscv/no-aliases-csr.d | 23 +++++++++++++++ gas/testsuite/gas/riscv/priv-reg.d | 2 +- gdb/ChangeLog | 27 +++++++++++++++--- gdb/NEWS | 3 ++ gdb/block.c | 4 --- gdb/doc/ChangeLog | 5 ++++ gdb/doc/python.texi | 19 +++++++++++++ gdb/printcmd.c | 4 +-- gdb/python/py-symbol.c | 40 +++++++++++++++++++++++++++ gdb/python/python-internal.h | 2 ++ gdb/python/python.c | 4 +++ gdb/testsuite/ChangeLog | 22 +++++++++++++++ gdb/testsuite/gdb.ada/display_nested.exp | 29 +++++++++++++++++++ gdb/testsuite/gdb.ada/display_nested/foo.adb | 30 ++++++++++++++++++++ gdb/testsuite/gdb.ada/display_nested/pack.adb | 23 +++++++++++++++ gdb/testsuite/gdb.ada/display_nested/pack.ads | 20 ++++++++++++++ gdb/testsuite/gdb.python/py-symbol.c | 5 ++++ gdb/testsuite/gdb.python/py-symbol.exp | 24 ++++++++++++++++ gdb/testsuite/lib/read1.c | 6 +++- gdb/tui/tui-wingeneral.h | 2 -- opcodes/ChangeLog | 8 ++++++ opcodes/riscv-opc.c | 32 ++++++++++----------- 26 files changed, 352 insertions(+), 31 deletions(-) create mode 100644 gas/testsuite/gas/riscv/alias-csr.d create mode 100644 gas/testsuite/gas/riscv/alias-csr.s create mode 100644 gas/testsuite/gas/riscv/no-aliases-csr.d create mode 100644 gdb/testsuite/gdb.ada/display_nested.exp create mode 100644 gdb/testsuite/gdb.ada/display_nested/foo.adb create mode 100644 gdb/testsuite/gdb.ada/display_nested/pack.adb create mode 100644 gdb/testsuite/gdb.ada/display_nested/pack.ads