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_check_binutils/master-arm in repository toolchain/ci/binutils-gdb.
from 2cb10f02b0 LoongArch: Add testcases for new relocate types. adds 4f46c0bc36 opcodes: add new sub-mnemonic disassembler style adds 36d94bd42b libopcodes/ppc: add support for disassembler styling adds 90ed159321 gdb: handle dis_style_sub_mnemonic disassembler style adds eea2d83593 Remove dead code from windows_nat_target::detach adds 42e11f363c gdb/arm: Use if-else if instead of switch adds a6e4a48c02 gdb/arm: Sync sp with other *sp registers adds f7f904e4fd binutils-gdb/git: highlight whitespace errors in source files adds 4ca26ad7de struct packed: Use gcc_struct on Windows adds e249e6b801 struct packed: Unit tests and more operators adds b669667d07 struct packed: Add fallback byte array implementation adds e4146092c3 ld: Compile 2 CTF tests with -O2 adds 554128418b gdb: fix use of uninitialised gdb_printing_disassembler::m_i [...] adds 23aa2befce gdb/python: fix invalid use disassemble_info::stream adds 24d2cbc42c set/show python dont-write-bytecode fixes adds 872ae1027e gprofng: fix bug 29351 - Move dynamic loading of modules to [...] adds 2e2a82421a gprofng: fix bug 29352 - Fix the message Hexadecimal number [...] adds 408520bcaa gprofng: fix bug 29353 - Fix a lay-out issue in the html dis [...] adds c69c2b6033 gprofng: fix bug 29392 - Unexpected line format in summary file adds 91a5dd8e4a gprofng: fix bug 29356 - Execution fails if gprofng is not i [...] adds 8e883b5e11 Automatic date update in version.in adds 60cd08d403 MI: mi_runto -pending adds bc20e562ec gdb/varobj: Fix use after free in varobj adds 6c96b937df gdb/varobj: Fix varobj_invalidate_iter
No new revisions were added by this update.
Summary of changes: .gitattributes | 15 + bfd/version.h | 2 +- binutils/objdump.c | 2 + gdb/Makefile.in | 1 + gdb/arm-tdep.c | 103 ++++- gdb/disasm.c | 1 + gdb/disasm.h | 2 +- gdb/doc/python.texi | 9 +- gdb/python/py-disasm.c | 2 +- gdb/python/python.c | 32 +- .../mi-var-invalidate-shlib-lib.c} | 16 +- .../{mi-corefile.c => mi-var-invalidate-shlib.c} | 26 +- gdb/testsuite/gdb.mi/mi-var-invalidate-shlib.exp | 137 ++++++ gdb/testsuite/gdb.python/py-disasm.c | 8 +- gdb/testsuite/gdb.python/py-disasm.exp | 22 +- gdb/testsuite/gdb.python/py-disasm.py | 3 - gdb/testsuite/lib/mi-support.exp | 68 ++- gdb/unittests/packed-selftests.c | 132 ++++++ gdb/value.c | 27 ++ gdb/varobj.c | 86 +++- gdb/windows-nat.c | 14 +- gdbsupport/packed.h | 134 ++++-- gprofng/gp-display-html/gp-display-html.in | 482 ++++++++++++++++++--- include/dis-asm.h | 7 + ld/testsuite/ld-ctf/data-func-conflicted-vars.d | 1 + ld/testsuite/ld-ctf/data-func-conflicted.d | 1 + opcodes/disassemble.c | 1 + opcodes/ppc-dis.c | 115 +++-- 28 files changed, 1249 insertions(+), 200 deletions(-) copy gdb/testsuite/{gdb.base/patch.c => gdb.mi/mi-var-invalidate-shlib-lib.c} (84%) copy gdb/testsuite/gdb.mi/{mi-corefile.c => mi-var-invalidate-shlib.c} (67%) create mode 100644 gdb/testsuite/gdb.mi/mi-var-invalidate-shlib.exp create mode 100644 gdb/unittests/packed-selftests.c