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 5d9bbb7 Prevent segfault in GDB when searching for architecture matches. new 46a2d50 gas: detect DCTI couples in sparc new fc7514d gas: improve architecture mismatch diagnostics in sparc
The 2 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/ChangeLog | 24 +++++++++++++ gas/config/tc-sparc.c | 58 +++++++++++++++++++++++------- gas/doc/as.texinfo | 17 +++++++-- gas/doc/c-sparc.texi | 14 +++++--- gas/testsuite/gas/sparc/dcti-couples-v8.d | 4 +++ gas/testsuite/gas/sparc/dcti-couples-v8.l | 2 ++ gas/testsuite/gas/sparc/dcti-couples-v9.d | 16 +++++++++ gas/testsuite/gas/sparc/dcti-couples-v9c.d | 4 +++ gas/testsuite/gas/sparc/dcti-couples-v9c.l | 3 ++ gas/testsuite/gas/sparc/dcti-couples.s | 13 +++++++ gas/testsuite/gas/sparc/sparc.exp | 3 ++ 11 files changed, 139 insertions(+), 19 deletions(-) create mode 100644 gas/testsuite/gas/sparc/dcti-couples-v8.d create mode 100644 gas/testsuite/gas/sparc/dcti-couples-v8.l create mode 100644 gas/testsuite/gas/sparc/dcti-couples-v9.d create mode 100644 gas/testsuite/gas/sparc/dcti-couples-v9c.d create mode 100644 gas/testsuite/gas/sparc/dcti-couples-v9c.l create mode 100644 gas/testsuite/gas/sparc/dcti-couples.s