This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_ubsan 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 adds 27121f6740 Fix indentation in loongarch code, preventing a compile time [...] adds ab25d9bbe4 gdb: rename gdbarch_tdep struct to fix g++ 4.8 build
No new revisions were added by this update.
Summary of changes: .gitattributes | 15 + bfd/ChangeLog | 5 + bfd/elfnn-loongarch.c | 22 +- bfd/version.h | 2 +- binutils/objdump.c | 2 + gdb/Makefile.in | 1 + gdb/aarch64-tdep.h | 2 +- gdb/alpha-tdep.h | 2 +- gdb/arc-tdep.h | 2 +- gdb/arch-utils.c | 2 +- gdb/arm-tdep.c | 103 ++++- gdb/arm-tdep.h | 2 +- gdb/avr-tdep.c | 2 +- gdb/bfin-tdep.h | 2 +- gdb/bpf-tdep.c | 2 +- gdb/cris-tdep.h | 2 +- gdb/csky-tdep.h | 2 +- gdb/disasm.c | 1 + gdb/disasm.h | 2 +- gdb/doc/python.texi | 9 +- gdb/frv-tdep.c | 2 +- gdb/ft32-tdep.h | 2 +- gdb/gdbarch.c | 4 +- gdb/gdbarch.h | 25 +- gdb/gdbarch.py | 4 +- gdb/hppa-tdep.h | 2 +- gdb/i386-tdep.h | 2 +- gdb/ia64-tdep.h | 2 +- gdb/lm32-tdep.c | 2 +- gdb/loongarch-tdep.h | 2 +- gdb/m32c-tdep.c | 2 +- gdb/m32r-tdep.h | 2 +- gdb/m68hc11-tdep.c | 2 +- gdb/m68k-tdep.h | 2 +- gdb/mep-tdep.c | 2 +- gdb/microblaze-tdep.h | 2 +- gdb/mips-tdep.h | 2 +- gdb/mn10300-tdep.h | 2 +- gdb/moxie-tdep.h | 2 +- gdb/msp430-tdep.c | 2 +- gdb/nds32-tdep.h | 2 +- gdb/nios2-tdep.h | 2 +- gdb/or1k-tdep.c | 2 +- gdb/ppc-tdep.h | 2 +- gdb/python/py-disasm.c | 2 +- gdb/python/python.c | 32 +- gdb/riscv-tdep.h | 2 +- gdb/rl78-tdep.c | 2 +- gdb/rx-tdep.c | 2 +- gdb/s12z-tdep.c | 2 +- gdb/s390-tdep.h | 2 +- gdb/sh-tdep.h | 2 +- gdb/sparc-tdep.h | 2 +- .../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/tic6x-tdep.h | 2 +- gdb/unittests/packed-selftests.c | 132 ++++++ gdb/v850-tdep.c | 2 +- gdb/value.c | 27 ++ gdb/varobj.c | 86 +++- gdb/windows-nat.c | 14 +- gdb/xtensa-tdep.h | 2 +- gdb/z80-tdep.c | 2 +- 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 +++-- 75 files changed, 1324 insertions(+), 269 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