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 92f7d783c1 x86: Add GC testcases with property sections new 6451799480 binutils: support for the SPARC M8 processor
The 1 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: bfd/ChangeLog | 18 +++ bfd/aoutx.h | 4 +- bfd/archures.c | 7 +- bfd/bfd-in2.h | 7 +- bfd/cpu-sparc.c | 30 +++++ bfd/elf32-sparc.c | 1 + bfd/elfxx-sparc.c | 17 ++- binutils/ChangeLog | 4 + binutils/NEWS | 3 + gas/ChangeLog | 35 +++++ gas/config/tc-sparc.c | 76 ++++++++++- gas/doc/c-sparc.texi | 28 ++-- gas/testsuite/gas/sparc/fpcmpshl-diag.l | 6 + gas/testsuite/gas/sparc/fpcmpshl-diag.s | 7 + gas/testsuite/gas/sparc/fpcmpshl.d | 27 ++++ gas/testsuite/gas/sparc/fpcmpshl.s | 19 +++ gas/testsuite/gas/sparc/ldm-stm-diag.l | 3 + gas/testsuite/gas/sparc/ldm-stm-diag.s | 4 + gas/testsuite/gas/sparc/ldm-stm.d | 70 ++++++++++ gas/testsuite/gas/sparc/ldm-stm.s | 63 +++++++++ gas/testsuite/gas/sparc/ldmf-stmf-diag.l | 11 ++ gas/testsuite/gas/sparc/ldmf-stmf-diag.s | 12 ++ gas/testsuite/gas/sparc/ldmf-stmf.d | 37 ++++++ gas/testsuite/gas/sparc/ldmf-stmf.s | 31 +++++ gas/testsuite/gas/sparc/on-diag.l | 5 + gas/testsuite/gas/sparc/on-diag.s | 6 + gas/testsuite/gas/sparc/on.d | 13 ++ gas/testsuite/gas/sparc/on.s | 6 + gas/testsuite/gas/sparc/rdasr.d | 3 +- gas/testsuite/gas/sparc/rdasr.s | 1 + gas/testsuite/gas/sparc/rle.d | 12 ++ gas/testsuite/gas/sparc/rle.s | 4 + gas/testsuite/gas/sparc/sparc.exp | 11 ++ gas/testsuite/gas/sparc/sparc6-diag.l | 7 + gas/testsuite/gas/sparc/sparc6-diag.s | 8 ++ gas/testsuite/gas/sparc/sparc6.d | 18 +++ gas/testsuite/gas/sparc/sparc6.s | 11 ++ include/ChangeLog | 26 ++++ include/elf/sparc.h | 9 ++ include/opcode/sparc.h | 25 +++- opcodes/ChangeLog | 37 ++++++ opcodes/sparc-dis.c | 26 +++- opcodes/sparc-opc.c | 217 +++++++++++++++++++++++++++++-- 43 files changed, 931 insertions(+), 34 deletions(-) create mode 100644 gas/testsuite/gas/sparc/fpcmpshl-diag.l create mode 100644 gas/testsuite/gas/sparc/fpcmpshl-diag.s create mode 100644 gas/testsuite/gas/sparc/fpcmpshl.d create mode 100644 gas/testsuite/gas/sparc/fpcmpshl.s create mode 100644 gas/testsuite/gas/sparc/ldm-stm-diag.l create mode 100644 gas/testsuite/gas/sparc/ldm-stm-diag.s create mode 100644 gas/testsuite/gas/sparc/ldm-stm.d create mode 100644 gas/testsuite/gas/sparc/ldm-stm.s create mode 100644 gas/testsuite/gas/sparc/ldmf-stmf-diag.l create mode 100644 gas/testsuite/gas/sparc/ldmf-stmf-diag.s create mode 100644 gas/testsuite/gas/sparc/ldmf-stmf.d create mode 100644 gas/testsuite/gas/sparc/ldmf-stmf.s create mode 100644 gas/testsuite/gas/sparc/on-diag.l create mode 100644 gas/testsuite/gas/sparc/on-diag.s create mode 100644 gas/testsuite/gas/sparc/on.d create mode 100644 gas/testsuite/gas/sparc/on.s create mode 100644 gas/testsuite/gas/sparc/rle.d create mode 100644 gas/testsuite/gas/sparc/rle.s create mode 100644 gas/testsuite/gas/sparc/sparc6-diag.l create mode 100644 gas/testsuite/gas/sparc/sparc6-diag.s create mode 100644 gas/testsuite/gas/sparc/sparc6.d create mode 100644 gas/testsuite/gas/sparc/sparc6.s