Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provided base class virtual for getABIVersion() that returns false when not implemented #24

Merged
merged 2 commits into from
May 7, 2016

Conversation

mcfadden8
Copy link
Contributor

Fixed forgotten rename of isPPC64V2API to getABIVersion in
Object.h. The virtual function in this base class now returns
false indicating that it is not implemented (which is the case
for Object-nt).

Object.h.  The virtual function in this base class now returns
false indicating that it is not implemented (which is the case
for Object-nt).
@pefoley2
Copy link
Contributor

pefoley2 commented May 6, 2016

Fixes #21

@mcfadden8
Copy link
Contributor Author

When I was running some tests locally, I noticed some strange proccontrol test failures. I found that these failures were not due to my change, but were instead due to the fact that I was running against the wrong branch of testsuite.

@mcfadden8
Copy link
Contributor Author

This pull request is now ready. I believe that it fixes #21.

@wrwilliams wrwilliams merged commit d3bc2a0 into dyninst:master May 7, 2016
@mcfadden8 mcfadden8 deleted the mjmbug1 branch May 9, 2016 22:01
@matthieugras matthieugras mentioned this pull request Apr 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants