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 647d4de92e Test undefined symbols in shared libraries new 7408194835 [PowerPC VLE] Add SPE2 and EFS2 instructions support
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: gas/ChangeLog | 24 + gas/config/tc-ppc.c | 53 ++ gas/doc/as.texinfo | 2 +- gas/doc/c-ppc.texi | 3 + gas/testsuite/gas/ppc/efs.d | 25 + gas/testsuite/gas/ppc/efs.s | 29 + gas/testsuite/gas/ppc/efs2.d | 19 + gas/testsuite/gas/ppc/efs2.s | 18 + gas/testsuite/gas/ppc/ppc.exp | 8 + gas/testsuite/gas/ppc/spe.d | 267 ++++++++ gas/testsuite/gas/ppc/spe.s | 274 ++++++++ gas/testsuite/gas/ppc/spe2-checks.d | 3 + gas/testsuite/gas/ppc/spe2-checks.l | 73 +++ gas/testsuite/gas/ppc/spe2-checks.s | 99 +++ gas/testsuite/gas/ppc/spe2.d | 815 ++++++++++++++++++++++++ gas/testsuite/gas/ppc/spe2.s | 834 +++++++++++++++++++++++++ gas/testsuite/gas/ppc/spe_ambiguous.d | 15 + gas/testsuite/gas/ppc/spe_ambiguous.s | 21 + include/ChangeLog | 10 + include/opcode/ppc.h | 14 + opcodes/ChangeLog | 60 ++ opcodes/ppc-dis.c | 83 ++- opcodes/ppc-opc.c | 1108 ++++++++++++++++++++++++++++++++- 23 files changed, 3844 insertions(+), 13 deletions(-) create mode 100644 gas/testsuite/gas/ppc/efs.d create mode 100644 gas/testsuite/gas/ppc/efs.s create mode 100644 gas/testsuite/gas/ppc/efs2.d create mode 100644 gas/testsuite/gas/ppc/efs2.s create mode 100644 gas/testsuite/gas/ppc/spe.d create mode 100644 gas/testsuite/gas/ppc/spe.s create mode 100644 gas/testsuite/gas/ppc/spe2-checks.d create mode 100644 gas/testsuite/gas/ppc/spe2-checks.l create mode 100644 gas/testsuite/gas/ppc/spe2-checks.s create mode 100644 gas/testsuite/gas/ppc/spe2.d create mode 100644 gas/testsuite/gas/ppc/spe2.s create mode 100644 gas/testsuite/gas/ppc/spe_ambiguous.d create mode 100644 gas/testsuite/gas/ppc/spe_ambiguous.s