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_profiled in repository toolchain/ci/binutils-gdb.
from 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
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 + 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 +- 10 files changed, 159 insertions(+), 229 deletions(-) create mode 100644 gas/testsuite/gas/i386/bad-bcast.d create mode 100644 gas/testsuite/gas/i386/bad-bcast.s