This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/binutils-gdb.
from 2aaee75f81 x86: don't mistake ordinary immediates for SAE / rounding control adds c57207c15c gdbsupport/selftest: Replace for_each_selftest with an itera [...] adds 9a0f7f634e gdbsupport/selftest: Allow lazy registration adds 531c82a1c7 gdb/selftest-arch: Make register_test_foreach_arch generate [...] adds 6ea673e2d6 as: Reject unknown -gXXX option
No new revisions were added by this update.
Summary of changes: gas/as.c | 2 ++ gas/testsuite/gas/all/empty.s | 1 + gas/testsuite/gas/all/gas.exp | 1 + gas/testsuite/gas/all/pr29067.d | 2 ++ gas/testsuite/gas/all/pr29067.err | 2 ++ gdb/maint.c | 13 +++++------ gdb/selftest-arch.c | 29 +++++++++++++++++------- gdb/selftest-arch.h | 3 +++ gdb/testsuite/gdb.gdb/unittest.exp | 25 +++++++++++++++++++-- gdbsupport/selftest.cc | 46 ++++++++++++++++++++++++++------------ gdbsupport/selftest.h | 42 ++++++++++++++++++++++++++++------ 11 files changed, 128 insertions(+), 38 deletions(-) create mode 100644 gas/testsuite/gas/all/empty.s create mode 100644 gas/testsuite/gas/all/pr29067.d create mode 100644 gas/testsuite/gas/all/pr29067.err