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 e97007b64a3 gdb: make target_ops::follow_fork return void new 97bf40d859f PR27676, PowerPC missing extended dcbt, dcbtst mnemonics new ce7d813a0fe PR27684, PowerPC missing mfsprg0 and others
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 | 8 ++++ gas/testsuite/gas/ppc/dcbt.d | 2 +- gas/testsuite/gas/ppc/power4_32.d | 6 +-- gas/testsuite/gas/ppc/ppc.exp | 1 + gas/testsuite/gas/ppc/pr27676.d | 79 +++++++++++++++++++++++++++++++ gas/testsuite/gas/ppc/pr27676.s | 71 ++++++++++++++++++++++++++++ opcodes/ChangeLog | 13 ++++++ opcodes/ppc-opc.c | 98 ++++++++++++++++++++++++++++++++++----- 8 files changed, 263 insertions(+), 15 deletions(-) create mode 100644 gas/testsuite/gas/ppc/pr27676.d create mode 100644 gas/testsuite/gas/ppc/pr27676.s