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

xcoff improvements #527

Merged
merged 8 commits into from
Apr 3, 2023
Merged

xcoff improvements #527

merged 8 commits into from
Apr 3, 2023

Conversation

philipc
Copy link
Contributor

@philipc philipc commented Mar 29, 2023

See individual commits.

Please review @EsmeYi @bzEq

Also handle XCOFF flags in objcopy.
This is more reliable than looking at section kinds.

Also change the write logic to give preference to the symbol kind
rather than the section kind.
write::Symbol::value is a section offset, but xcoff::Symbol*::value is
absolute.
@philipc philipc merged commit 23428db into gimli-rs:master Apr 3, 2023
@philipc philipc deleted the xcoff branch April 3, 2023 05:11
@bzEq
Copy link

bzEq commented Apr 4, 2023

Hi @philipc , sorry for not notice this PR in time. This PR LGTM and much appreciated for promoting XCOFF support to stable feature.

@philipc
Copy link
Contributor Author

philipc commented Apr 4, 2023

Great, thanks for reviewing. I'll do a release soon if there's no outstanding XCOFF issues.

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.

None yet

2 participants