diff --git a/CHANGELOG.md b/CHANGELOG.md index 848ab0b..c7538c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Preserve `.eh_frame` and `.eh_frame_hdr` sections +- Place `.srodata` and `.srodata.*` sections in `.rodata` ## [v0.7.1] - 2020-06-02 diff --git a/link.x b/link.x index 73553cf..d319d09 100644 --- a/link.x +++ b/link.x @@ -57,6 +57,7 @@ SECTIONS .rodata : ALIGN(4) { + *(.srodata .srodata.*); *(.rodata .rodata.*); /* 4-byte align the end (VMA) of this section.