commit | 2b68090149fdde8da6e4cbfd7fb673d4c3136bd9 | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Fri Jan 06 11:02:00 2023 +0000 |
committer | Chris Kay <chris.kay@arm.com> | Mon Apr 17 16:45:09 2023 +0100 |
tree | 3b1b37a0ed46c570c752103dbc4bda2c431fcb7e | |
parent | cfcdccabc0e798dfd52303658b4fb450dccf5ecb [diff] |
build(bl1): 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: I69d6acea822036a6365a7ea10fa732b5e0387f52 Signed-off-by: Chris Kay <chris.kay@arm.com>