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

Convert make_fcontext etc into true C++ symbols #273

Merged
merged 1 commit into from
Oct 27, 2024

Conversation

rdoeffinger
Copy link

Also mark the non-mangled fcontext asm function symbols as hidden visibility
These functions should not be exported as dynamic
symbols by boost, only the namespaced C++ symbols
introduced by this patch should.

Note: I did not test the cmake change - I hope someone can do that more easily than me figuring it out.
Apologies if the copyright on the new file seems a bit overkill given there is hardly any new code, but it seemed the most proper way of doing it.

Also mark the non-mangled fcontext asm function symbols
as hidden visibility
These functions should not be exported as dynamic
symbols by boost, only the namespaced C++ symbols
introduced by this patch should.
@olk olk merged commit 7c80551 into boostorg:develop Oct 27, 2024
13 of 24 checks passed
@olk
Copy link
Member

olk commented Oct 27, 2024

ty

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