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_build/master-arm in repository toolchain/ci/gdb.
from 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 new 24d2cbc42c set/show python dont-write-bytecode fixes
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: .gitattributes | 15 +++ gdb/Makefile.in | 1 + gdb/disasm.h | 2 +- gdb/doc/python.texi | 9 +- gdb/python/py-disasm.c | 2 +- gdb/python/python.c | 32 ++++-- 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 +++++++++++++++++++++++ gdbsupport/packed.h | 134 ++++++++++++++++++------ ld/testsuite/ld-ctf/data-func-conflicted-vars.d | 1 + ld/testsuite/ld-ctf/data-func-conflicted.d | 1 + 13 files changed, 308 insertions(+), 54 deletions(-) create mode 100644 gdb/unittests/packed-selftests.c