commit | 07db6cb064db8531d615f30ed85f7658314d2072 | [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 17:15:35 2023 +0100 |
tree | b26b21d54b8afc538721100678fff7367c50ef36 | |
parent | a5639e1a4f7f75a0512ea0dd7fea719605758ad8 [diff] |
build(tsp): 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: Id702a2a572f2b43c77d53634ddc64b0220d2560b Signed-off-by: Chris Kay <chris.kay@arm.com>