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-aarch64-stable-allyesconfig in repository toolchain/ci/binutils-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 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 adds acd65fa610 Default to disabling the linker warnings about execstack and [...] new ec41dd75c8 Binutils support for dwarf-5 (location and range lists related) new bfda149dc1 Document how GDB searches for files when using -s, -e, and - [...] new 6bd2318f32 libctf: fix linking together multiple objects derived from t [...] new 3ec2b3c058 libctf: avoid mingw warning new 6a8829ebb2 libctf: tests: prune warnings from compiler output new b232f81a54 ld: regenerate configure after recent misgeneration
The 6 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 +- binutils/ChangeLog | 10 ++ binutils/dwarf.c | 53 +++++-- binutils/dwarf.h | 1 + binutils/prdbg.c | 7 +- binutils/stabs.c | 5 +- gdb/NEWS | 5 + gdb/c-lang.c | 4 + gdb/doc/gdb.texinfo | 40 ++++- gdb/doc/python.texi | 5 + gdb/gdbtypes.c | 21 ++- gdb/infcmd.c | 15 +- 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 | 49 ++++++- gdb/valprint.h | 9 +- ld/ChangeLog | 11 ++ ld/configure | 14 +- ld/configure.ac | 14 +- ld/testsuite/ld-elf/elf.exp | 13 +- ld/testsuite/ld-elf/pr29259.d | 13 ++ ld/testsuite/ld-elf/pr29259.s | 14 ++ ld/testsuite/ld-elf/pr29259.t | 4 + libctf/ctf-dedup.c | 2 + libctf/ctf-impl.h | 4 + libctf/ctf-link.c | 161 ++++++++++++++++----- libctf/ctf-serialize.c | 2 +- libctf/testsuite/config/default.exp | 7 + libctf/testsuite/lib/ctf-lib.exp | 4 +- .../libctf-regression/libctf-repeat-cu-lib.c | 9 ++ .../libctf-regression/libctf-repeat-cu-main.c | 5 + .../testsuite/libctf-regression/libctf-repeat-cu.d | 7 + .../libctf-regression/libctf-repeat-cu.exp | 118 +++++++++++++++ 39 files changed, 688 insertions(+), 93 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 create mode 100644 libctf/testsuite/libctf-regression/libctf-repeat-cu-lib.c create mode 100644 libctf/testsuite/libctf-regression/libctf-repeat-cu-main.c create mode 100644 libctf/testsuite/libctf-regression/libctf-repeat-cu.d create mode 100644 libctf/testsuite/libctf-regression/libctf-repeat-cu.exp