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

write/elf: Check symbol.weak before symbol.is_undefined() #247

Merged
merged 1 commit into from
Aug 18, 2020

Conversation

bjorn3
Copy link
Contributor

@bjorn3 bjorn3 commented Aug 17, 2020

This is necessary to support weak linkage on statics in cg_clif.

Copy link
Contributor

@philipc philipc left a comment

Choose a reason for hiding this comment

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

Thanks!

@philipc philipc merged commit e052af5 into gimli-rs:master Aug 18, 2020
@bjorn3 bjorn3 deleted the elf_write_weak_fix branch August 18, 2020 07:44
@bjorn3
Copy link
Contributor Author

bjorn3 commented Aug 18, 2020

Could you do a patch release? This is the only change since 0.21.0 has been released and this blocks the removal of the last libstd patch necessary for cg_clif.

@philipc
Copy link
Contributor

philipc commented Aug 19, 2020

Sure, done.

mcbegamerxx954 pushed a commit to mcbegamerxx954/object that referenced this pull request Jun 15, 2024
write/elf: Check symbol.weak before symbol.is_undefined()
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.

2 participants