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/gdb.
from 8df9766816 Automatic date update in version.in new d92c7521f9 x86: don't leak sub-architecture accumulated strings new 3ce2ebcf88 x86: permit "default" with .arch new ae89daecb1 x86: generalize disabling of sub-architectures new f68697e823 x86: introduce a state stack for .arch
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gas/config/tc-i386.c | 552 +++++++++++++++++++++---------------- gas/doc/c-i386.texi | 3 +- gas/testsuite/gas/i386/arch-dflt.l | 19 ++ gas/testsuite/gas/i386/arch-dflt.s | 14 + gas/testsuite/gas/i386/arch-stk.l | 43 +++ gas/testsuite/gas/i386/arch-stk.s | 34 +++ gas/testsuite/gas/i386/i386.exp | 2 + 7 files changed, 424 insertions(+), 243 deletions(-) create mode 100644 gas/testsuite/gas/i386/arch-dflt.l create mode 100644 gas/testsuite/gas/i386/arch-dflt.s create mode 100644 gas/testsuite/gas/i386/arch-stk.l create mode 100644 gas/testsuite/gas/i386/arch-stk.s