This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/binutils-gdb.
from dc6c21dabf Update gnulib adds e0c3463701 gdb: call gdb_tilde_expand instead of gdb_tilde_expand_up in [...] adds 7ab2607f97 gdbsupport: make gdb_abspath return an std::string adds 5f2491c300 gdbsupport: make gdb_realpath_keepfile return an std::string adds 56325e2ba6 gdb: use gdb_tilde_expand instead of gdb_tilde_expand_up in [...] adds 9a0de6abdd gdb/testsuite/dwarf: don't automatically add directory and f [...] adds a17a212139 Automatic date update in version.in adds 2f399d995b x86: correct and simplify NOP disassembly adds b097040238 x86/Intel: test non-legacy VCVT{,U}SI2SH insn forms adds 177e42f83d x86: drop stray CheckRegSize from VFPCLASSPH adds bb80cf5b42 x86: VCMPSH is Evex.LLIG adds 2aaee75f81 x86: don't mistake ordinary immediates for SAE / rounding control adds c57207c15c gdbsupport/selftest: Replace for_each_selftest with an itera [...] adds 9a0f7f634e gdbsupport/selftest: Allow lazy registration adds 531c82a1c7 gdb/selftest-arch: Make register_test_foreach_arch generate [...] new 6ea673e2d6 as: Reject unknown -gXXX option
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 +- gas/as.c | 2 + gas/config/tc-i386.c | 5 + gas/testsuite/gas/all/empty.s | 1 + gas/testsuite/gas/all/gas.exp | 1 + gas/testsuite/gas/all/pr29067.d | 2 + gas/testsuite/gas/all/pr29067.err | 2 + gas/testsuite/gas/i386/avx512_fp16.s | 4 +- gas/testsuite/gas/i386/evex-lig.s | 13 ++ gas/testsuite/gas/i386/evex-lig256-intel.d | 12 ++ gas/testsuite/gas/i386/evex-lig256.d | 12 ++ gas/testsuite/gas/i386/evex-lig512-intel.d | 12 ++ gas/testsuite/gas/i386/evex-lig512.d | 12 ++ gas/testsuite/gas/i386/ilp32/rex.d | 44 +----- gas/testsuite/gas/i386/inval-avx512f.l | 9 +- gas/testsuite/gas/i386/inval-avx512f.s | 4 + gas/testsuite/gas/i386/rex.d | 5 + gas/testsuite/gas/i386/rex.s | 6 + gas/testsuite/gas/i386/x86-64-avx512_fp16.s | 8 +- gdb/cli/cli-cmds.c | 6 +- gdb/compile/compile.c | 4 +- gdb/corelow.c | 2 +- gdb/dwarf2/index-cache.c | 4 +- gdb/exec.c | 3 +- gdb/main.c | 7 +- gdb/maint.c | 13 +- gdb/objfiles.c | 4 +- gdb/selftest-arch.c | 29 ++-- gdb/selftest-arch.h | 3 + gdb/source.c | 19 +-- gdb/testsuite/gdb.dwarf2/dw2-lines.exp | 9 +- gdb/testsuite/gdb.dwarf2/dw2-prologue-end.exp | 5 +- gdb/testsuite/gdb.gdb/unittest.exp | 25 +++- gdb/testsuite/lib/dwarf.exp | 33 +++-- gdb/top.c | 10 +- gdb/tracefile-tfile.c | 2 +- gdbserver/server.cc | 20 +-- gdbsupport/gdb_tilde_expand.cc | 9 -- gdbsupport/gdb_tilde_expand.h | 4 - gdbsupport/pathstuff.cc | 52 ++++--- gdbsupport/pathstuff.h | 5 +- gdbsupport/selftest.cc | 46 +++++-- gdbsupport/selftest.h | 42 +++++- opcodes/i386-dis.c | 30 ++-- opcodes/i386-opc.tbl | 10 +- opcodes/i386-tbl.h | 190 +++++++++++++------------- 46 files changed, 422 insertions(+), 320 deletions(-) create mode 100644 gas/testsuite/gas/all/empty.s create mode 100644 gas/testsuite/gas/all/pr29067.d create mode 100644 gas/testsuite/gas/all/pr29067.err