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: make abort weak #199

Merged
merged 1 commit into from
Mar 27, 2024
Merged

riscv-rt: make abort weak #199

merged 1 commit into from
Mar 27, 2024

Conversation

romancardenas
Copy link
Contributor

Now, abort is a weak symbol. In this way, it is possible to link riscv-rt with third-party libraries that define this symbol (e.g., newlib).

Closes #197

@romancardenas romancardenas requested a review from a team as a code owner March 27, 2024 09:59
@almindor almindor added this pull request to the merge queue Mar 27, 2024
Merged via the queue into master with commit 62a54a7 Mar 27, 2024
95 checks passed
@romancardenas romancardenas deleted the weak-symbols branch April 9, 2024 11:00
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: Duplicate symbol when linking with Newlib
2 participants