This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O2 in repository toolchain/ci/binutils-gdb.
from 85acc25b30 Automatic date update in version.in adds eda240cd35 Clarify the wording of the error message when an obsolete co [...] adds cb7da2a640 Further correct the handling of long pathnames on Windows hosts. adds e008305278 Fix gdb.fortran "failed to extract expected results" errors adds ea764154c2 Error when gdb_is_target_1 is called without running gdb instance adds 659971cb0f gdb/python: Add gdb.InferiorThread.details attribute adds a7041de85a Handle 'QWW' encoding case in Ada enums adds c9f66f0005 Handle multi-byte bracket sequences in Ada lexer adds 29928b8e3b Fix maybe-uninitialized warning in py-infthread.c adds 972f7a4b97 Add more filename styling adds 5a734ada7e Fix "spawn id XYZ not open" errors in gdb.mi/mi-exec-run.exp adds cb3a9d1b79 Automatic date update in version.in adds d3827c8d2d gdb: add Tiezhu Yang as LoongArch maintainer adds 863cd1c236 gdb: testsuite: print explicit test result in can_spawn_for_attach adds 1dbf27133d gdb: testsuite: fix wrong expected result in attach-pie-noexec.exp new 81c9e0f6c4 Prevent an assertion from being triggered when linking an AR [...]
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/ChangeLog | 18 +++++ bfd/bfdio.c | 78 +++++++++++----------- bfd/config.bfd | 4 +- bfd/elf32-arm.c | 8 +++ bfd/version.h | 2 +- gdb/MAINTAINERS | 4 ++ gdb/NEWS | 5 ++ gdb/ada-exp.y | 16 +++-- gdb/ada-lang.c | 28 ++++++-- gdb/ada-lex.l | 24 ++++--- gdb/ada-valprint.c | 6 +- gdb/auto-load.c | 9 ++- gdb/doc/gdb.texinfo | 2 + gdb/doc/python.texi | 17 +++++ gdb/gdb_bfd.c | 4 +- gdb/infcmd.c | 3 +- gdb/inferior.c | 4 +- gdb/linux-thread-db.c | 3 +- gdb/progspace.c | 4 +- gdb/python/py-infthread.c | 31 +++++++++ gdb/symtab.c | 3 +- gdb/testsuite/gdb.ada/char_enum_unicode.exp | 52 +++++++++++++++ .../{char_enum => char_enum_unicode}/foo.adb | 14 ++-- .../gdb.ada/{homonym => char_enum_unicode}/pck.adb | 0 .../gdb.ada/{homonym => char_enum_unicode}/pck.ads | 1 + gdb/testsuite/gdb.ada/widewide.exp | 4 +- gdb/testsuite/gdb.fortran/array-slices.exp | 6 ++ gdb/testsuite/gdb.fortran/lbound-ubound.exp | 6 ++ gdb/testsuite/gdb.mi/mi-exec-run.exp | 53 ++++++++------- gdb/testsuite/gdb.python/py-infthread.exp | 5 ++ gdb/testsuite/lib/gdb.exp | 61 +++++++++++++++-- 31 files changed, 366 insertions(+), 109 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/char_enum_unicode.exp copy gdb/testsuite/gdb.ada/{char_enum => char_enum_unicode}/foo.adb (65%) copy gdb/testsuite/gdb.ada/{homonym => char_enum_unicode}/pck.adb (100%) copy gdb/testsuite/gdb.ada/{homonym => char_enum_unicode}/pck.ads (99%)