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 1379e3a Automatic date update in version.in new 436252d Class-ify ptid_t
The 1 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 | 27 +++++++ gdb/Makefile.in | 6 +- gdb/common/ptid.c | 61 ++++++--------- gdb/common/ptid.h | 173 ++++++++++++++++++++++++++++++++--------- gdb/gdbserver/ChangeLog | 5 ++ gdb/gdbserver/server.c | 2 +- gdb/unittests/ptid-selftests.c | 153 ++++++++++++++++++++++++++++++++++++ 7 files changed, 350 insertions(+), 77 deletions(-) create mode 100644 gdb/unittests/ptid-selftests.c