This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from edf92af0fb Improve documentation of which shell is used by GDB's shell [...] adds f53b3eeb67 Fix -Wstring-compare testcase build failure adds 2a1bb84c67 x86: fix processing of -M disassembler option adds 198e1db737 ld/x86: actually invoke k1om tests adds d1c361252b x86: make I disassembler macro available for new use adds 1776e3e59c Fix --enable-libctf and --disable-static adds 094e34f221 binutils, ld: work with --disable-libctf adds fe4c2d5563 libctf: create: non-root-visible types should not appear in [...] adds 6bbf9da892 libctf: create: don't add forwards if the type added already exists adds d04a47ac53 libctf: create: ctf_add_type should hand back already-added [...] adds 8ffcdf1823 libctf: create: forwards are always in the namespace of thei [...] adds 2f6ecaed66 libctf, binutils: support CTF archives like objdump adds 2e428e7440 libctf: avoid nonportable __thread in CTF archive handling adds 866706584c libctf: work with compilers not supporting GNU C attributes adds e755667f94 libctf, elfcpp, gold: do not assume that <byteswap.h> contai [...] adds c1401ecc29 libctf: add some missing #includes. adds 8e6635bd14 libctf: support platforms with separate libintl adds 63112cd67b x86: Rename VecSIB to SIB for Intel AMX adds 79b32e73d8 x86: Correct VexSIB128 to VecSIB128 adds e978ad6249 i386-opc.tbl: Add a blank line adds b6cd5d100a x86: Process ImmExt without operands adds c0b3b3bdc6 Make test names unique in python.exp and guile.exp adds aa57a9d3b6 Automatic date update in version.in adds cfc16775b7 asan: readelf: use after free in process_archive adds 05779d57f9 Make {get,set}_inferior_io_terminal inferior methods adds 6db3031e5c gdbsupport: add format attribute to print_xml_feature::add_line new a5122bfa07 Automatic date update in version.in
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: bfd/version.h | 2 +- binutils/ChangeLog | 46 +++++++++ binutils/Makefile.am | 5 + binutils/Makefile.in | 9 +- binutils/aclocal.m4 | 1 + binutils/config.in | 3 + binutils/configure | 39 +++++++- binutils/configure.ac | 6 ++ binutils/doc/Makefile.in | 1 + binutils/doc/binutils.texi | 9 +- binutils/elfcomm.c | 9 +- binutils/objdump.c | 27 +++++- binutils/readelf.c | 118 ++++++++++++++++------- elfcpp/ChangeLog | 9 ++ elfcpp/elfcpp_swap.h | 16 +++- gas/ChangeLog | 17 ++++ gas/config/tc-i386.c | 34 ++++--- gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/nop-1-suffix.d | 60 ++++++++++++ gdb/ChangeLog | 34 +++++++ gdb/Makefile.in | 8 +- gdb/acinclude.m4 | 3 + gdb/config.in | 3 + gdb/configure | 40 ++++++++ gdb/configure.ac | 21 ++++ gdb/ctfread.c | 13 +++ gdb/fork-child.c | 4 +- gdb/infcmd.c | 29 +----- gdb/inferior.c | 15 +++ gdb/inferior.h | 19 ++-- gdb/main.c | 2 +- gdb/mi/mi-cmd-env.c | 9 +- gdb/nto-procfs.c | 10 +- gdb/testsuite/ChangeLog | 30 ++++++ gdb/testsuite/Makefile.in | 2 + gdb/testsuite/aclocal.m4 | 1 + gdb/testsuite/configure | 18 ++++ gdb/testsuite/configure.ac | 3 + gdb/testsuite/gdb.base/ctf-constvars.exp | 2 +- gdb/testsuite/gdb.base/ctf-ptype.exp | 3 +- gdb/testsuite/gdb.cp/try_catch.cc | 5 +- gdb/testsuite/gdb.cp/try_catch.exp | 4 + gdb/testsuite/gdb.python/python.exp | 118 ++++++++++++----------- gdb/testsuite/lib/gdb-guile.exp | 20 ---- gdb/testsuite/lib/gdb-python.exp | 19 ---- gdb/testsuite/lib/gdb.exp | 31 +++++- gdb/windows-nat.c | 16 ++-- gdbsupport/ChangeLog | 5 + gdbsupport/tdesc.h | 2 +- gold/ChangeLog | 6 ++ gold/config.in | 12 +++ gold/configure | 127 +++++++++++++++--------- gold/configure.ac | 3 + include/ChangeLog | 4 + include/ctf-api.h | 4 + ld/ChangeLog | 34 +++++++ ld/Makefile.am | 4 + ld/Makefile.in | 5 +- ld/aclocal.m4 | 1 + ld/config.in | 3 + ld/configure | 42 +++++++- ld/configure.ac | 9 ++ ld/ldelfgen.c | 14 +++ ld/ldlang.c | 35 +++++++ ld/testsuite/ld-x86-64/x86-64.exp | 3 + libctf/ChangeLog | 81 ++++++++++++++++ libctf/Makefile.in | 13 +++ libctf/aclocal.m4 | 1 + libctf/config.h.in | 16 ++++ libctf/configure | 120 ++++++++++++++++++++++- libctf/configure.ac | 3 + libctf/ctf-archive.c | 93 +++++++++++++----- libctf/ctf-create.c | 49 ++++++---- libctf/ctf-impl.h | 15 ++- libctf/ctf-open-bfd.c | 69 ++----------- libctf/ctf-open.c | 37 +++++-- libctf/libctf.ver | 1 + libctf/swap.h | 16 ++-- opcodes/ChangeLog | 34 +++++++ opcodes/i386-dis.c | 29 +++--- opcodes/i386-gen.c | 2 +- opcodes/i386-opc.h | 12 +-- opcodes/i386-opc.tbl | 160 ++++++++++++++++--------------- 83 files changed, 1464 insertions(+), 494 deletions(-) create mode 100644 gas/testsuite/gas/i386/nop-1-suffix.d