-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Linux/riscv64 with musl libc.
* trampoline/trampoline.c (__riscv_flush_icache): New declaration. * callback/trampoline_r/trampoline.c: Likewise. * NEWS: Mention the new port.
- Loading branch information
Showing
4 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
2024-08-21 Bruno Haible <[email protected]> | ||
|
||
Add support for Linux/riscv64 with musl libc. | ||
* trampoline/trampoline.c (__riscv_flush_icache): New declaration. | ||
* callback/trampoline_r/trampoline.c: Likewise. | ||
* NEWS: Mention the new port. | ||
|
||
2024-08-20 Bruno Haible <[email protected]> | ||
|
||
Fix support for older Linux versions (regression 2024-08-18). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters