This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/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
No new revisions were added by this update.
Summary of changes: .gitattributes | 15 +++ binutils/objdump.c | 2 + gdb/Makefile.in | 1 + gdb/arm-tdep.c | 103 +++++++++++++++--- gdb/disasm.c | 1 + gdb/disasm.h | 2 +- gdb/python/py-disasm.c | 2 +- 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/unittests/packed-selftests.c | 132 +++++++++++++++++++++++ gdb/windows-nat.c | 14 +-- gdbsupport/packed.h | 134 ++++++++++++++++++------ 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 ++++++++++++++------ 18 files changed, 465 insertions(+), 99 deletions(-) create mode 100644 gdb/unittests/packed-selftests.c