This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/gdb.
from 02e85f7a83 gdb: NEWS: Move LoongArch gdbserver to the correct section adds 40d4cb8bcc Automatic date update in version.in adds 21a527dfc8 gdb: Add new 'print nibbles' feature adds 153b3c1117 gdb/doc: Documentation for the new print command adds 3f52a09075 gdb/python: Export nibbles to python layer adds fba1ac87dc Fix the sorting algorithm for reloc entries new 8e2da16518 Fix assertion failure in copy_type
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/elflink.c | 12 ++++- bfd/version.h | 2 +- gdb/NEWS | 5 ++ gdb/c-lang.c | 4 ++ gdb/doc/gdb.texinfo | 35 +++++++++++-- gdb/doc/python.texi | 5 ++ gdb/gdbtypes.c | 21 ++++---- gdb/language.h | 7 +++ gdb/printcmd.c | 2 +- gdb/python/py-value.c | 7 ++- gdb/rust-lang.h | 5 ++ gdb/testsuite/gdb.base/options.exp | 1 + gdb/testsuite/gdb.base/printcmds.exp | 46 +++++++++++++++++ gdb/testsuite/gdb.python/py-format-string.exp | 73 +++++++++++++++++++++++++++ gdb/valprint.c | 48 +++++++++++++++++- gdb/valprint.h | 6 ++- ld/testsuite/ld-elf/pr29259.d | 13 +++++ ld/testsuite/ld-elf/pr29259.s | 14 +++++ ld/testsuite/ld-elf/pr29259.t | 4 ++ 19 files changed, 287 insertions(+), 23 deletions(-) create mode 100644 ld/testsuite/ld-elf/pr29259.d create mode 100644 ld/testsuite/ld-elf/pr29259.s create mode 100644 ld/testsuite/ld-elf/pr29259.t