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

Do not put newly added functions to .dynsym, which may cause the load #548

Merged
merged 1 commit into from Feb 8, 2019

Conversation

mxz297
Copy link
Member

@mxz297 mxz297 commented Feb 6, 2019

to behave abnormally due to duplicated symbols.

Note that adding symbols to .dynsym can be a legit use case, where
we expose hidden functions in shared libraries. But this use case
needs more development to support.

to behave abnormally due to duplicated symbols.

Note that adding symbols to .dynsym can be a legit use case, where
we expose hidden functions in shared libraries. But this use case
needs more development to support.
@mxz297
Copy link
Member Author

mxz297 commented Feb 6, 2019

This fixes issue #529

@mxz297
Copy link
Member Author

mxz297 commented Feb 8, 2019

Test suite runs well on x64 and power

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

1 participant