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_debug in repository toolchain/ci/binutils-gdb.
from 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 + gdb/cli/cli-setshow.c | 32 +++++----- gdb/ppc-linux-tdep.c | 39 ++++++++++++ gdb/solib-dsbt.c | 104 +------------------------------- gdb/solib-svr4.c | 118 +++---------------------------------- gdb/solib.c | 104 ++++++++++++++++++++++++++++++++ gdb/solib.h | 6 ++ opcodes/i386-dis.c | 4 +- sim/Makefile.am | 3 +- sim/Makefile.in | 3 +- sim/common/gennltvals.py | 13 ++-- 14 files changed, 208 insertions(+), 238 deletions(-) create mode 100644 gas/testsuite/gas/i386/bad-bcast.d create mode 100644 gas/testsuite/gas/i386/bad-bcast.s