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 d0df06af9b Fix dependency tracking for objects in subdirectories new 0f873fd58b Use consistent types for holding instructions, instruction m [...] new e2e321740c Add support for the readnever concept
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 | 12 + gas/config/tc-ppc.c | 64 +- gdb/ChangeLog | 31 + gdb/NEWS | 6 + gdb/coffread.c | 3 +- gdb/doc/ChangeLog | 8 + gdb/doc/gdb.texinfo | 21 +- gdb/dwarf2read.c | 3 + gdb/elfread.c | 3 +- gdb/main.c | 37 +- gdb/objfile-flags.h | 4 + gdb/symfile.c | 47 +- gdb/testsuite/ChangeLog | 6 + .../{gdb.dlang/circular.c => gdb.base/readnever.c} | 24 +- gdb/testsuite/gdb.base/readnever.exp | 83 ++ gdb/top.h | 1 + gdb/xcoffread.c | 48 +- include/ChangeLog | 10 + include/opcode/ppc.h | 22 +- opcodes/ChangeLog | 51 ++ opcodes/ppc-dis.c | 90 +- opcodes/ppc-opc.c | 932 ++++++++++----------- 22 files changed, 903 insertions(+), 603 deletions(-) copy gdb/testsuite/{gdb.dlang/circular.c => gdb.base/readnever.c} (73%) create mode 100644 gdb/testsuite/gdb.base/readnever.exp