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

Kernel/aarch64: Don't make the vector table weak #25691

Merged
merged 1 commit into from
Feb 8, 2025

Conversation

spholz
Copy link
Member

@spholz spholz commented Feb 7, 2025

This gets rid of the following linker warning:
"warning: vector_table_el1 changed binding to STB_WEAK"

There is no reason for the vector table to be weak. We don't override it anywhere.

This gets rid of the following linker warning:
"warning: vector_table_el1 changed binding to STB_WEAK"

There is no reason for the vector table to be weak. We don't override
it anywhere.
@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label Feb 7, 2025
@nico nico merged commit b0d4908 into SerenityOS:master Feb 8, 2025
12 checks passed
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label Feb 8, 2025
@spholz spholz deleted the aarch64-no-weak-vector-table branch February 8, 2025 10:28
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