From 6023117093206fe669f2dc11d431dad3bd096296 Mon Sep 17 00:00:00 2001 From: Hugo McNally Date: Tue, 27 Feb 2024 15:51:00 +0000 Subject: [PATCH] Align the `cheri_sanity` binary --- sw/cpp/cheri_sanity/irom.ldscript | 1 + 1 file changed, 1 insertion(+) diff --git a/sw/cpp/cheri_sanity/irom.ldscript b/sw/cpp/cheri_sanity/irom.ldscript index 4921beaf5..07524ace1 100644 --- a/sw/cpp/cheri_sanity/irom.ldscript +++ b/sw/cpp/cheri_sanity/irom.ldscript @@ -8,5 +8,6 @@ SECTIONS boot.S.o(.text); boot.cc.o(.text .text.* .rodata .rodata.* .data.rel.ro); end.S.o(.text); + . = ALIGN(4); } }