This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Oz_LTO in repository toolchain/ci/binutils-gdb.
from aae9718e4d Add extended mnemonics for bctar. Fix setting of 'at' branch hints. adds 82477cd28a Automatic date update in version.in adds c2b1c27545 PowerPC disassembler: Don't emit trailing spaces adds 66e8546085 PowerPC bc extended branch mnemonics and "y" hints adds bec858ea4d PowerPC conditional branch test adds e3980ce2a9 Make increase_expout_size static adds 1201a264c8 Remove parser_state "initial_size" parameter adds fa9f5be683 Turn parse_gdbarch into a method adds 73923d7eed Turn parse_language into a method adds 37eedb3982 Make base class for parser_state adds 1e58a4a4db Move expression_context_* globals to parser_state adds 28aaf3fdf9 Remove paren_depth global adds 8621b685bf Move comma_terminates global to parser_state adds 5776fca307 Move lexptr and prev_lexptr to parser_state adds 43476f0b1b Move arglist_len et al to parser_state adds 2a61252965 Move completion parsing to parser_state adds dac43e327d Move type stack handling to a new class adds 699bd4cfa8 Move innermost_block_tracker global to parse_state adds 227a9e65b9 Use upper-case for metasyntactic in gdbserver help adds 0570503dd3 Use linux_get_auxv to get AT_PHDR in the PPC stub adds d6aab7a11b x86: Support Intel AVX512 BF16
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/ChangeLog | 45 + gas/config/tc-i386.c | 3 + gas/doc/c-i386.texi | 4 +- gas/testsuite/gas/i386/avx512_bf16.d | 42 + gas/testsuite/gas/i386/avx512_bf16.s | 37 + gas/testsuite/gas/i386/avx512_bf16_vl-inval.l | 7 + gas/testsuite/gas/i386/avx512_bf16_vl-inval.s | 13 + gas/testsuite/gas/i386/avx512_bf16_vl.d | 70 + gas/testsuite/gas/i386/avx512_bf16_vl.s | 65 + gas/testsuite/gas/i386/i386.exp | 6 + gas/testsuite/gas/i386/x86-64-avx512_bf16.d | 42 + gas/testsuite/gas/i386/x86-64-avx512_bf16.s | 37 + .../gas/i386/x86-64-avx512_bf16_vl-inval.l | 7 + .../gas/i386/x86-64-avx512_bf16_vl-inval.s | 13 + gas/testsuite/gas/i386/x86-64-avx512_bf16_vl.d | 70 + gas/testsuite/gas/i386/x86-64-avx512_bf16_vl.s | 65 + gas/testsuite/gas/ppc/476.d | 30 +- gas/testsuite/gas/ppc/a2.d | 32 +- gas/testsuite/gas/ppc/bc.s | 154 + gas/testsuite/gas/ppc/bcat.d | 68 + gas/testsuite/gas/ppc/bcaterr.d | 3 + gas/testsuite/gas/ppc/bcaterr.l | 71 + gas/testsuite/gas/ppc/bcy.d | 49 + gas/testsuite/gas/ppc/bcyerr.d | 3 + gas/testsuite/gas/ppc/bcyerr.l | 58 + gas/testsuite/gas/ppc/booke.d | 8 +- gas/testsuite/gas/ppc/booke_xcoff.d | 2 +- gas/testsuite/gas/ppc/e500.d | 2 +- gas/testsuite/gas/ppc/e500mc.d | 4 +- gas/testsuite/gas/ppc/e6500.d | 4 +- gas/testsuite/gas/ppc/htm.d | 6 +- gas/testsuite/gas/ppc/power6.d | 4 +- gas/testsuite/gas/ppc/power8.d | 12 +- gas/testsuite/gas/ppc/power9.d | 4 +- gas/testsuite/gas/ppc/ppc.exp | 4 + gas/testsuite/gas/ppc/vle.d | 4 +- gdb/ChangeLog | 299 + gdb/Makefile.in | 2 + gdb/ada-exp.y | 25 +- gdb/ada-lang.c | 44 +- gdb/ada-lex.l | 26 +- gdb/amd64-linux-tdep.c | 32 +- gdb/breakpoint.c | 15 +- gdb/c-exp.y | 436 +- gdb/d-exp.y | 113 +- gdb/dtrace-probe.c | 17 +- gdb/expression.h | 12 +- gdb/f-exp.y | 112 +- gdb/gdbarch.c | 4 +- gdb/gdbarch.h | 6 +- gdb/gdbarch.sh | 4 +- gdb/gdbserver/ChangeLog | 14 + gdb/gdbserver/linux-low.c | 29 +- gdb/gdbserver/linux-low.h | 8 + gdb/gdbserver/linux-ppc-low.c | 7 +- gdb/gdbserver/server.c | 4 +- gdb/go-exp.y | 94 +- gdb/language.h | 8 +- gdb/m2-exp.y | 99 +- gdb/objc-lang.c | 2 +- gdb/p-exp.y | 126 +- gdb/parse.c | 546 +- gdb/parser-defs.h | 306 +- gdb/printcmd.c | 10 +- gdb/rust-exp.y | 330 +- gdb/stap-probe.c | 2 +- gdb/stap-probe.h | 7 +- gdb/type-stack.c | 209 + gdb/type-stack.h | 203 + gdb/varobj.c | 9 +- ld/ChangeLog | 6 + ld/testsuite/ld-powerpc/tlsexe32.d | 2 +- ld/testsuite/ld-powerpc/tlsopt5.d | 2 +- ld/testsuite/ld-powerpc/tlsopt5_32.d | 2 +- opcodes/ChangeLog | 26 + opcodes/i386-dis-evex.h | 20 +- opcodes/i386-dis.c | 3 + opcodes/i386-gen.c | 7 +- opcodes/i386-init.h | 378 +- opcodes/i386-opc.h | 3 + opcodes/i386-opc.tbl | 30 + opcodes/i386-tbl.h | 8254 ++++++++++---------- opcodes/ppc-dis.c | 15 +- opcodes/ppc-opc.c | 282 +- 85 files changed, 7570 insertions(+), 5670 deletions(-) create mode 100644 gas/testsuite/gas/i386/avx512_bf16.d create mode 100644 gas/testsuite/gas/i386/avx512_bf16.s create mode 100644 gas/testsuite/gas/i386/avx512_bf16_vl-inval.l create mode 100644 gas/testsuite/gas/i386/avx512_bf16_vl-inval.s create mode 100644 gas/testsuite/gas/i386/avx512_bf16_vl.d create mode 100644 gas/testsuite/gas/i386/avx512_bf16_vl.s create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_bf16.d create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_bf16.s create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_bf16_vl-inval.l create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_bf16_vl-inval.s create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_bf16_vl.d create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_bf16_vl.s create mode 100644 gas/testsuite/gas/ppc/bc.s create mode 100644 gas/testsuite/gas/ppc/bcat.d create mode 100644 gas/testsuite/gas/ppc/bcaterr.d create mode 100644 gas/testsuite/gas/ppc/bcaterr.l create mode 100644 gas/testsuite/gas/ppc/bcy.d create mode 100644 gas/testsuite/gas/ppc/bcyerr.d create mode 100644 gas/testsuite/gas/ppc/bcyerr.l create mode 100644 gdb/type-stack.c create mode 100644 gdb/type-stack.h