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 77f2120b200 Don't drop static function bp locations w/o debug info new d5f96005a63 Move "register" test out of classes.exp to a separate testcase new 3b8d4c5cc04 Remove stale "register" bits from gdb.cp/misc.cc
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/testsuite/ChangeLog | 20 ++++++++ gdb/testsuite/gdb.cp/call-method-register.cc | 66 +++++++++++++++++++++++++++ gdb/testsuite/gdb.cp/call-method-register.exp | 57 +++++++++++++++++++++++ gdb/testsuite/gdb.cp/classes.cc | 37 --------------- gdb/testsuite/gdb.cp/classes.exp | 36 +-------------- gdb/testsuite/gdb.cp/inherit.exp | 3 +- gdb/testsuite/gdb.cp/misc.cc | 37 --------------- gdb/testsuite/gdb.cp/misc.exp | 3 +- 8 files changed, 146 insertions(+), 113 deletions(-) create mode 100644 gdb/testsuite/gdb.cp/call-method-register.cc create mode 100644 gdb/testsuite/gdb.cp/call-method-register.exp