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 bf223d3e80 Handle function aliases better (PR gdb/19487, errno printing) new e3c2f928b8 [PowerPC VLE] Add LSP (Lightweight Signal Processing) instru [...]
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 | 10 + gas/testsuite/gas/ppc/lsp-checks.d | 3 + gas/testsuite/gas/ppc/lsp-checks.l | 92 ++++ gas/testsuite/gas/ppc/lsp-checks.s | 112 +++++ gas/testsuite/gas/ppc/lsp.d | 687 ++++++++++++++++++++++++++++ gas/testsuite/gas/ppc/lsp.s | 694 +++++++++++++++++++++++++++++ gas/testsuite/gas/ppc/ppc.exp | 5 + include/ChangeLog | 5 + include/opcode/ppc.h | 3 + opcodes/ChangeLog | 34 ++ opcodes/ppc-dis.c | 2 +- opcodes/ppc-opc.c | 890 ++++++++++++++++++++++++++++++++++++- 12 files changed, 2531 insertions(+), 6 deletions(-) create mode 100644 gas/testsuite/gas/ppc/lsp-checks.d create mode 100644 gas/testsuite/gas/ppc/lsp-checks.l create mode 100644 gas/testsuite/gas/ppc/lsp-checks.s create mode 100644 gas/testsuite/gas/ppc/lsp.d create mode 100644 gas/testsuite/gas/ppc/lsp.s