summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2019-12-19 10:01:01 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-12-20 16:11:44 +0100
commitd5f8bd9c503e0a17ef071eec50c537cc82a7956c (patch)
treecce2d2ad4db5ed950502e4b0eee5744e055c4ad7 /arch/arm
parent5aa9c60f9e884c6e954fad511a14d3f3119c9570 (diff)
downloadbarebox-d5f8bd9c503e0a17ef071eec50c537cc82a7956c.tar.gz
barebox-d5f8bd9c503e0a17ef071eec50c537cc82a7956c.tar.xz
lds: align RO_DATA_SECTION members
When using the RO_DATA_SECTION macro, all the individual components are put into the rodata section. As they now end up in the same section there is no alignment enforced between them anymore. This leads to unaligned start pointers when any of the components have a unaligned size. Enforce some alignment between them. Fixes: c5d38e920101 (lds: Add and use RO_DATA_SECTION macro) Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm')
0 files changed, 0 insertions, 0 deletions