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-aarch64 in repository toolchain/ci/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 new f7f904e4fd binutils-gdb/git: highlight whitespace errors in source files new 4ca26ad7de struct packed: Use gcc_struct on Windows new e249e6b801 struct packed: Unit tests and more operators new b669667d07 struct packed: Add fallback byte array implementation
The 4 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: .gitattributes | 15 +++++ binutils/objdump.c | 2 + gdb/Makefile.in | 1 + gdb/arm-tdep.c | 103 ++++++++++++++++++++++++++---- gdb/disasm.c | 1 + gdb/unittests/packed-selftests.c | 132 ++++++++++++++++++++++++++++++++++++++ gdb/windows-nat.c | 14 ++-- gdbsupport/packed.h | 134 ++++++++++++++++++++++++++++++--------- include/dis-asm.h | 7 ++ opcodes/disassemble.c | 1 + opcodes/ppc-dis.c | 115 ++++++++++++++++++++++++--------- 11 files changed, 440 insertions(+), 85 deletions(-) create mode 100644 gdb/unittests/packed-selftests.c