-
-
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
elfutils's eu-elflint isn't happy #255
Comments
This one is a real issue. I'll fix it soon.
The following errors are harmless
This error for
The following errors are harmless.
|
Previously, mold put all global symbols into .gnu.hash. Although I believe it was not an error, it bloated the size of .gnu.hash because .gnu.hash needs only exported symbols. #255
Previously, mold put all global symbols into .gnu.hash. Although I believe it was not an error, it bloated the size of .gnu.hash because .gnu.hash needs only exported symbols. #255
I committed a few changes to make the elflint tool happier. mold's output isn't still elflint-clean, but I think we don't need to make any more changes to completely satisfy it, as it's not an authoritative tool or anything. The tool complains about even GNU ld's outputs. |
elfutils has an
elflint
tool. Whilst trying to figure out why RPM can't find the SONAME in libraries linked with mold, I ran this:The text was updated successfully, but these errors were encountered: