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

lsb: don't provide __dso_handle for static builds #1218

Merged
merged 2 commits into from
Jan 25, 2025

Conversation

lzcunt
Copy link
Contributor

@lzcunt lzcunt commented Jan 12, 2025

In static builds, __dso_handle should be provided by the crtbegin.o/crtend.o that is linked into the executable. This patch also fixes failing link tests when building a static gcc targeting mlibc.

In static builds, __dso_handle should be provided by the
crtbegin.o/crtend.o that is linked into the executable. This patch also
fixes failing link tests when building a static gcc targeting mlibc.
@lzcunt lzcunt force-pushed the static-dso-handle branch from c5f7691 to 580372b Compare January 24, 2025 20:17
@avdgrinten avdgrinten requested a review from 64 January 24, 2025 20:25
tests/meson.build Show resolved Hide resolved
@64 64 added this pull request to the merge queue Jan 25, 2025
Merged via the queue into managarm:master with commit 1fda4e6 Jan 25, 2025
39 checks passed
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.

3 participants