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

elf: allow unaligned compression headers #236

Merged
merged 1 commit into from
Jun 15, 2020
Merged

Conversation

philipc
Copy link
Contributor

@philipc philipc commented Jun 15, 2020

Compressed sections are commonly emitted with the wrong alignment. This has been fixed in more recent versions of the major compilers, but for now let's support the invalid alignment even with the
unaligned feature disabled, since performance here doesn't matter much.

Fixes #235

Compressed sections are commonly emitted with the wrong alignment.
This has been fixed in more recent versions of the major compilers,
but for now let's support the invalid alignment even with the
unaligned feature disabled, since performance here doesn't matter
much.
@philipc philipc merged commit 49e3af2 into gimli-rs:master Jun 15, 2020
@philipc philipc deleted the issue-235 branch June 15, 2020 05:27
mcbegamerxx954 pushed a commit to mcbegamerxx954/object that referenced this pull request Jun 15, 2024
elf: allow unaligned compression headers
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.

Do debug sections really have alignment requirements?
1 participant