-
-
Notifications
You must be signed in to change notification settings - Fork 470
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
Fix support for R_RISCV_SET_ULEB128 and R_RISCV_SUB_ULEB128 #1058
Conversation
How did you verify this fix? What was the reason you avoided writing an ULEB128 value for R_RISCV_SET_ULEB128? |
You cannot write a full address into the location, if it only has enough |
I mean, is there any program that you found didn't work without this change? |
I was misled by the brokenness of overwrite_uleb. The difference will |
LGTM Can you read https://github.com/rui314/mold/blob/main/CONTRIBUTING.md and sign your commit? |
Handle allocated sections and write the full value into the location. Signed-off-by: Andreas Schwab <schwab@suse.de>
It is confusing that almost none of the commits are signed. |
I don't need to sign the contributor agreement that I worded because "I" and "YOU" are the same person, but I want third party contributors to sign. |
Ping? |
Handle allocated sections, write the full value into the location and only
write the final value.