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

riscv-rt: _pre_init_trap and weak symbols #190

Merged
merged 2 commits into from
Mar 5, 2024
Merged

Conversation

romancardenas
Copy link
Contributor

Alternative to #188

The _pre_init_trap is now weak, and users can override it.
Additionally, all default_* and Default* symbols are no longer required, since their _* version is now a weak symbol written in assembly. In this way, we could slightly reduce the size of the binaries.

Closes #155, closes #156, closes #188

@romancardenas romancardenas requested a review from a team as a code owner February 27, 2024 14:56
@romancardenas romancardenas added this pull request to the merge queue Mar 5, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to Branch Protection failures Mar 5, 2024
You're not authorized to push to this branch. Visit "About protected branches" for more information.
@romancardenas romancardenas added this pull request to the merge queue Mar 5, 2024
Merged via the queue into master with commit 555441c Mar 5, 2024
95 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.

riscv-rt: Pre initialization trap handling riscv-rt: Prune unused symbols
2 participants