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

Use separate base address structs for .eh_frame and .eh_frame_hdr #351

Merged
merged 2 commits into from
Jan 7, 2019

Commits on Jan 3, 2019

  1. Use separate base address structs for .eh_frame and .eh_frame_hdr

    PC relative pointers need to use different bases for these sections.
    Also, data relative pointers have different meanings, and the existing
    documentation for `set_data` was wrong for both sections.
    philipc committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    446c0b9 View commit details
    Browse the repository at this point in the history
  2. read/cfi: change size_of tests to be an upper bound

    Something has changed in ArrayVec layout on nightly.
    philipc committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    4aafcd8 View commit details
    Browse the repository at this point in the history