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 1de4b515634 gdb: add invalidate_selected_frame function new a60038c648d PowerPC: Add support for RFC02656 - Enhanced Load Store wit [...] new 51b52f4aded PowerPC: Add support for RFC02655 - Saturating Subtract Ins [...]
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/testsuite/gas/ppc/future-raw.d | 15 +++++++++++++++ gas/testsuite/gas/ppc/future-raw.s | 6 ++++++ gas/testsuite/gas/ppc/ppc.exp | 3 +++ gas/testsuite/gas/ppc/rfc02655.d | 19 +++++++++++++++++++ gas/testsuite/gas/ppc/rfc02655.s | 10 ++++++++++ gas/testsuite/gas/ppc/rfc02656.d | 19 +++++++++++++++++++ gas/testsuite/gas/ppc/rfc02656.s | 10 ++++++++++ opcodes/ppc-opc.c | 22 ++++++++++++++++++++++ 8 files changed, 104 insertions(+) create mode 100644 gas/testsuite/gas/ppc/future-raw.d create mode 100644 gas/testsuite/gas/ppc/future-raw.s create mode 100644 gas/testsuite/gas/ppc/rfc02655.d create mode 100644 gas/testsuite/gas/ppc/rfc02655.s create mode 100644 gas/testsuite/gas/ppc/rfc02656.d create mode 100644 gas/testsuite/gas/ppc/rfc02656.s