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 8e87a59 Automatic date update in version.in new 80d7587 New function null_stream new e47ad6c Refactor disassembly code new 8cafda3 Call print_insn_mep in mep_gdb_print_insn new 79843d4 Disassembly unit test: disassemble one instruction new 658ca58 Disassembly unit test: memory error new d8b49cf Don't throw exception in dis_asm_memory_error
The 6 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: gdb/ChangeLog | 76 ++++++++ gdb/Makefile.in | 5 + gdb/arm-tdep.c | 5 +- gdb/disasm-selftests.c | 221 ++++++++++++++++++++++++ gdb/disasm.c | 183 ++++++++++---------- gdb/disasm.h | 57 ++++-- gdb/guile/scm-disasm.c | 77 +++------ gdb/mep-tdep.c | 10 +- gdb/mips-tdep.c | 5 +- gdb/record-btrace.c | 5 +- gdb/selftest-arch.c | 102 +++++++++++ gdb/{config/nm-nto.h => selftest-arch.h} | 20 +-- gdb/spu-tdep.c | 20 +-- gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.base/all-architectures.exp.in | 5 + gdb/utils.c | 15 ++ gdb/utils.h | 3 + 17 files changed, 623 insertions(+), 191 deletions(-) create mode 100644 gdb/disasm-selftests.c create mode 100644 gdb/selftest-arch.c copy gdb/{config/nm-nto.h => selftest-arch.h} (68%)