This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-next-allmodconfig in repository toolchain/ci/binutils-gdb.
from dac9773e17 Convert set_location_spec_string to a method adds dfea48fc0f Fix GDB build with GCC 4.8 & 4.9 adds 0ebc886149 PR29254, memory leak in stab_demangle_v3_arg adds d6e1d48c83 PR29255, memory leak in make_tempdir adds 1579743980 PR29256, memory leak in obj_elf_section_name adds 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 adds 8e2da16518 Fix assertion failure in copy_type adds 9c0ea78342 Automatic date update in version.in adds 49954a0d85 Automatic date update in version.in adds 8a24927bc8 PR29261, memory leak in parse_stab_struct_fields adds 0d02e70b19 PR29262, memory leak in pr_function_type adds 5ffa6ca3e5 Move finish_print out of value_print_options adds 7b97003ccd Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/elflink.c | 12 ++++- bfd/version.h | 2 +- binutils/bucomm.c | 20 ++++---- binutils/prdbg.c | 7 +-- binutils/stabs.c | 10 +++- gas/config/obj-elf.c | 32 +++++++----- gdb/NEWS | 16 ++++-- gdb/c-lang.c | 4 ++ gdb/doc/gdb.texinfo | 35 +++++++++++-- gdb/doc/python.texi | 5 ++ gdb/gdbtypes.c | 21 ++++---- gdb/infcmd.c | 15 ++++-- gdb/language.h | 7 +++ gdb/linespec.c | 23 +++++---- gdb/location.h | 2 +- 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 | 49 +++++++++++++++++- gdb/valprint.h | 9 ++-- ld/testsuite/ld-elf/pr29259.d | 13 +++++ ld/testsuite/ld-elf/pr29259.s | 14 +++++ ld/testsuite/ld-elf/pr29259.t | 4 ++ 26 files changed, 359 insertions(+), 75 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