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 3c3bb0580b gdb: Add switch to disable DWARF stack unwinders new b358827438 Re: Enhance powerpc ld -r --relax new fa758a7046 PowerPC Improve support for Gekko & Broadway
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 | 9 +++ gas/config/tc-ppc.c | 3 +- gas/doc/as.texi | 8 +-- gas/doc/c-ppc.texi | 4 +- gas/testsuite/gas/ppc/broadway.d | 108 +++++++++++++++++++++++++++++ gas/testsuite/gas/ppc/broadway.s | 103 +++++++++++++++++++++++++++ gas/testsuite/gas/ppc/ppc.exp | 1 + include/ChangeLog | 4 ++ include/opcode/ppc.h | 2 +- ld/ChangeLog | 5 ++ ld/testsuite/ld-powerpc/vxworks-relax-2.rd | 5 +- opcodes/ChangeLog | 11 +++ opcodes/ppc-dis.c | 7 ++ opcodes/ppc-opc.c | 76 ++++++++++++++++++-- 14 files changed, 330 insertions(+), 16 deletions(-) create mode 100644 gas/testsuite/gas/ppc/broadway.d create mode 100644 gas/testsuite/gas/ppc/broadway.s