From a909e32d309794a9b59e15fd0b234437c6c3f1ae 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..e637b97bd 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); } }