-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Various TLS tests failures (from Mold test-suite) #27
Comments
Thanks! I've added basic support for |
This change deviates somewhat from how linker-diff has matched and resolved instructions in the past. It's possible that going forward, more of how it works will move over to this way of working. The new approach works better with relocations that have offsets and with PC-relative relocations but where the instruction isn't PC-relative. Issue #27
I've done some more work on |
Thanks for the improvement. Please check the
|
Oops. I'll have to try to make sure I run the tests on OpenSUSE before I push. Should be fixed now. Seemed like it was mostly due to differences in the way the global offset table is set up. |
The tests work for me now on openSUSE, thanks. |
Just a note that it seems the |
It seems to me the Mold linker provides a nice way how to test various TSL-related cases:
Note, that one can run a single test by simply running the bash script, e.g.:
The text was updated successfully, but these errors were encountered: