This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O2_LTO in repository toolchain/ci/binutils-gdb.
from 10d8e25c4d sim: nltvals: localize TARGET_<ERRNO> defines adds 9068c4a488 gdb: fix spacing on CCLD silent rules adds a3e8dd2ad3 Another ld script backtrack adds 89c905a342 [GOLD] PowerPC64 relocation overflow for -Os register save/r [...] adds a86733d63d Re: as: Replace the removed symbol with the versioned symbol adds bc0df0fa47 [gdb] [rs6000] Add ppc64*_gnu_triplet_regexp methods. adds 533f04079c [gdb] [rs6000] Add ppc64_linux_gcc_target_options method. adds 76bed1fdbd Automatic date update in version.in adds 8ddf46454a gdb/solib: Refactor scan_dyntag adds 7e40d574be x86: Avoid abort on invalid broadcast adds ca22cf5ed5 x86: Put back 3 aborts in OP_E_memory adds 9413ea1609 gdb: use bool in notify_command_param_changed_p and do_set_command adds f28b723787 Automatic date update in version.in adds 082cf6944a sim: nltvals: switch output mode to a directory
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/testsuite/gas/i386/bad-bcast.d | 14 +++++ gas/testsuite/gas/i386/bad-bcast.s | 3 + gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/symver/symver16.d | 4 +- gdb/cli/cli-setshow.c | 32 +++++----- gdb/ppc-linux-tdep.c | 39 ++++++++++++ gdb/silent-rules.mk | 2 +- gdb/solib-dsbt.c | 104 +------------------------------ gdb/solib-svr4.c | 118 +++--------------------------------- gdb/solib.c | 104 +++++++++++++++++++++++++++++++ gdb/solib.h | 6 ++ gold/powerpc.cc | 2 + ld/ldgram.y | 5 ++ opcodes/i386-dis.c | 4 +- sim/Makefile.am | 3 +- sim/Makefile.in | 3 +- sim/common/gennltvals.py | 13 ++-- 18 files changed, 218 insertions(+), 241 deletions(-) create mode 100644 gas/testsuite/gas/i386/bad-bcast.d create mode 100644 gas/testsuite/gas/i386/bad-bcast.s