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 in repository toolchain/ci/binutils-gdb.
from 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
No new revisions were added by this update.
Summary of changes: 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 + 12 files changed, 293 insertions(+), 54 deletions(-) create mode 100644 gdb/unittests/packed-selftests.c