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_lto in repository toolchain/ci/binutils-gdb.
from 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
No new revisions were added by this update.
Summary of changes: gas/testsuite/gas/i386/bad-bcast.d | 14 +++++ gas/testsuite/gas/i386/bad-bcast.s | 3 + gas/testsuite/gas/i386/i386.exp | 1 + gdb/cli/cli-setshow.c | 32 +++++----- gdb/solib-dsbt.c | 104 +------------------------------- gdb/solib-svr4.c | 118 +++---------------------------------- gdb/solib.c | 104 ++++++++++++++++++++++++++++++++ gdb/solib.h | 6 ++ opcodes/i386-dis.c | 4 +- 9 files changed, 158 insertions(+), 228 deletions(-) create mode 100644 gas/testsuite/gas/i386/bad-bcast.d create mode 100644 gas/testsuite/gas/i386/bad-bcast.s