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 f006d9e205f sim: bfin: fix the otp fix fix new d6249f5f1cf readelf and objdump help new 1ff6a3b8e56 PowerPC table driven -Mraw disassembly
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: binutils/ChangeLog | 9 + binutils/objdump.c | 207 ++- binutils/readelf.c | 170 ++- gas/ChangeLog | 6 + gas/testsuite/gas/ppc/ppc.exp | 1 + gas/testsuite/gas/ppc/raw.d | 62 + gas/testsuite/gas/ppc/raw.s | 52 + opcodes/ChangeLog | 15 + opcodes/ppc-dis.c | 48 +- opcodes/ppc-opc.c | 3206 ++++++++++++++++++++--------------------- 10 files changed, 2009 insertions(+), 1767 deletions(-) create mode 100644 gas/testsuite/gas/ppc/raw.d create mode 100644 gas/testsuite/gas/ppc/raw.s