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

create-diff-object: support for __jump_table #158

Merged
merged 1 commit into from
Apr 30, 2014

Conversation

jpoimboe
Copy link
Member

Needed this for my NMI testing, so I went ahead and fixed it with a copy/paste job.

Almost a line-for-line copy/paste of the smp locks function. The only
differences are the section name, and an offset increment of 8 instead
of 4.

Fixes #157.

Almost a line-for-line copy/paste of the smp locks function.  The only
differences are the section name, and an offset increment of 8 instead
of 4.

Fixes dynup#157.
@sjenning
Copy link
Contributor

I'm definitely going to refactor this. The bug table is a little different since you have to pull in rela entries in pairs, but the others are also the same except for the size of the entries in the text section.

I'll merge though then refactor.

sjenning added a commit that referenced this pull request Apr 30, 2014
create-diff-object: support for __jump_table
@sjenning sjenning merged commit 2f9f2e1 into dynup:master Apr 30, 2014
@jpoimboe jpoimboe deleted the cdo-jump-table branch May 5, 2014 16:23
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.

changed section .rela__jump_table not selected for inclusion
2 participants