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

Handle .text relative-ness of DW_OP_addr. #210

Merged
merged 1 commit into from
Jun 26, 2017
Merged

Conversation

khuey
Copy link
Contributor

@khuey khuey commented Jun 26, 2017

The value embedded in DW_OP_addr is an offset relative to the base address of the .text section of the binary. It's currently treated as an absolute value, and the gimli embedder has no way to tell that the value produced came from DW_OP_addr. So let's fix that.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.006%) to 93.205% when pulling 23d727d on khuey:downstream into 350cd3d on gimli-rs:master.

Copy link
Member

@fitzgen fitzgen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Thanks!

@fitzgen fitzgen merged commit b5258a1 into gimli-rs:master Jun 26, 2017
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