Skip to content

Commit 18075e2

Browse files
committed
Prepare for riscv-rt patch
1 parent f92d787 commit 18075e2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

riscv-rt/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1919
- Use `riscv-target-parser` in build script to identify target-specific configurations.
2020
- Add documentation to trap frame fields.
2121
- Avoid using `t3`+ in startup assembly to ensure compatibility with RVE.
22-
- `link.x.in`: remove references to `eh_frame`.
2322
- Rename start/end section symbols to align with `cortex-m-rt`:
2423
- `_stext`: it remains, as linker files can modify it.
2524
- `__stext`: it coincides with `_stext`.
@@ -43,6 +42,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4342
- Update documentation.
4443
- Removed `.init.rust` section, as it is no longer required.
4544

45+
## [v0.13.1] - 2025-02-08
46+
47+
### Changed
48+
49+
- `link.x.in`: remove references to `eh_frame`
50+
4651
## [v0.13.0] - 2024-10-19
4752

4853
### Added

0 commit comments

Comments
 (0)