This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 8df97668162 Automatic date update in version.in new d92c7521f9b x86: don't leak sub-architecture accumulated strings new 3ce2ebcf888 x86: permit "default" with .arch new ae89daecb13 x86: generalize disabling of sub-architectures new f68697e8231 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