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 bfdb52f83ca Handle encoding failures in Windows thread names new 6be98d075c3 Add recording support for the ISA 3.1 PowerPC instructions. new 1bc0d95eada GDB PowerPC record test cases for ISA 2.06 and ISA 3.1
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: gdb/rs6000-tdep.c | 1195 +++++++++++++++++++- .../ppc_record_test_isa_2_06.c} | 45 +- .../gdb.reverse/ppc_record_test_isa_2_06.exp | 105 ++ .../gdb.reverse/ppc_record_test_isa_3_1.c | 95 ++ .../gdb.reverse/ppc_record_test_isa_3_1.exp | 341 ++++++ 5 files changed, 1727 insertions(+), 54 deletions(-) copy gdb/testsuite/{gdb.arch/amd64-entry-value-inline.c => gdb.reverse/ppc_record_ [...] create mode 100644 gdb/testsuite/gdb.reverse/ppc_record_test_isa_2_06.exp create mode 100644 gdb/testsuite/gdb.reverse/ppc_record_test_isa_3_1.c create mode 100644 gdb/testsuite/gdb.reverse/ppc_record_test_isa_3_1.exp