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 40f3419a815 Automatic date update in version.in new 9b0ac51b22d nm: Remove --with-symbol-versions new 86c0f617ac5 Error on lmw, lswi and related PowerPC insns when LE new 5fbec329ec3 Prioritise mtfprd and mtvrd over mtvsrd in PowerPC disassembly new 8b2742a1567 Implement missing powerpc extended mnemonics new 3eb651743e0 Implement missing powerpc mtspr and mfspr extended insns
The 5 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: binutils/ChangeLog | 11 + binutils/doc/binutils.texi | 10 +- binutils/nm.c | 26 +- gas/ChangeLog | 26 + gas/config/tc-ppc.c | 9 + gas/testsuite/gas/ppc/476.d | 970 +++++++++--------- gas/testsuite/gas/ppc/476.s | 6 - gas/testsuite/gas/ppc/a2.d | 1138 +++++++++++----------- gas/testsuite/gas/ppc/a2.s | 8 - gas/testsuite/gas/ppc/be.d | 17 + gas/testsuite/gas/ppc/be.s | 10 + gas/testsuite/gas/ppc/le_error.d | 3 + gas/testsuite/gas/ppc/le_error.l | 9 + gas/testsuite/gas/ppc/power8.d | 292 +++--- gas/testsuite/gas/ppc/power8.s | 2 + gas/testsuite/gas/ppc/power9.d | 4 + gas/testsuite/gas/ppc/power9.s | 4 + gas/testsuite/gas/ppc/ppc.exp | 2 + gas/testsuite/gas/ppc/vsx2.d | 110 +-- ld/ChangeLog | 9 + ld/testsuite/ld-elf/pr26302.nd | 3 + ld/testsuite/ld-elf/{pr19553.map => pr26302.ver} | 0 ld/testsuite/ld-elf/{pr23162a.c => pr26302a.c} | 0 ld/testsuite/ld-elf/{indirect1c.c => pr26302b.c} | 0 ld/testsuite/ld-elf/shared.exp | 18 + opcodes/ChangeLog | 15 + opcodes/ppc-opc.c | 184 +++- 27 files changed, 1568 insertions(+), 1318 deletions(-) create mode 100644 gas/testsuite/gas/ppc/be.d create mode 100644 gas/testsuite/gas/ppc/be.s create mode 100644 gas/testsuite/gas/ppc/le_error.d create mode 100644 gas/testsuite/gas/ppc/le_error.l create mode 100644 ld/testsuite/ld-elf/pr26302.nd copy ld/testsuite/ld-elf/{pr19553.map => pr26302.ver} (100%) copy ld/testsuite/ld-elf/{pr23162a.c => pr26302a.c} (100%) copy ld/testsuite/ld-elf/{indirect1c.c => pr26302b.c} (100%)