commit | 6ac4a5302202cba832e55f4a66ddf609e83f1ed8 | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Thu Jan 26 18:31:52 2023 +0000 |
committer | Chris Kay <chris.kay@arm.com> | Mon Apr 17 16:53:19 2023 +0100 |
tree | e44d3326014b1c8f8921b9d8016ccede3eddb213 | |
parent | 2b68090149fdde8da6e4cbfd7fb673d4c3136bd9 [diff] |
build(bl2): sort sections by alignment by default This change forces LD to sort all input sections by alignment when allocating them within an output section. This is done in some places explicitly in the linker scripts today, but this makes sure we don't miss any easy targets. Change-Id: Id70be2a5399c4c75fcf2a736cab0991d20a6b863 Signed-off-by: Chris Kay <chris.kay@arm.com>