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 82477cd28a Automatic date update in version.in new c2b1c27545 PowerPC disassembler: Don't emit trailing spaces new 66e8546085 PowerPC bc extended branch mnemonics and "y" hints new bec858ea4d PowerPC conditional branch test
The 3 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 | 26 ++++ gas/testsuite/gas/ppc/476.d | 30 ++-- gas/testsuite/gas/ppc/a2.d | 32 ++-- gas/testsuite/gas/ppc/bc.s | 154 +++++++++++++++++++ gas/testsuite/gas/ppc/bcat.d | 68 +++++++++ gas/testsuite/gas/ppc/bcaterr.d | 3 + gas/testsuite/gas/ppc/bcaterr.l | 71 +++++++++ gas/testsuite/gas/ppc/bcy.d | 49 ++++++ gas/testsuite/gas/ppc/bcyerr.d | 3 + gas/testsuite/gas/ppc/bcyerr.l | 58 +++++++ gas/testsuite/gas/ppc/booke.d | 8 +- gas/testsuite/gas/ppc/booke_xcoff.d | 2 +- gas/testsuite/gas/ppc/e500.d | 2 +- gas/testsuite/gas/ppc/e500mc.d | 4 +- gas/testsuite/gas/ppc/e6500.d | 4 +- gas/testsuite/gas/ppc/htm.d | 6 +- gas/testsuite/gas/ppc/power6.d | 4 +- gas/testsuite/gas/ppc/power8.d | 12 +- gas/testsuite/gas/ppc/power9.d | 4 +- gas/testsuite/gas/ppc/ppc.exp | 4 + gas/testsuite/gas/ppc/vle.d | 4 +- ld/ChangeLog | 6 + ld/testsuite/ld-powerpc/tlsexe32.d | 2 +- ld/testsuite/ld-powerpc/tlsopt5.d | 2 +- ld/testsuite/ld-powerpc/tlsopt5_32.d | 2 +- opcodes/ChangeLog | 12 ++ opcodes/ppc-dis.c | 15 +- opcodes/ppc-opc.c | 282 +++++++++++++++++------------------ 28 files changed, 665 insertions(+), 204 deletions(-) create mode 100644 gas/testsuite/gas/ppc/bc.s create mode 100644 gas/testsuite/gas/ppc/bcat.d create mode 100644 gas/testsuite/gas/ppc/bcaterr.d create mode 100644 gas/testsuite/gas/ppc/bcaterr.l create mode 100644 gas/testsuite/gas/ppc/bcy.d create mode 100644 gas/testsuite/gas/ppc/bcyerr.d create mode 100644 gas/testsuite/gas/ppc/bcyerr.l