summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbe/image/linksbe.cmd2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbe/image/linksbe.cmd b/sbe/image/linksbe.cmd
index a0f76dca..6e287d28 100644
--- a/sbe/image/linksbe.cmd
+++ b/sbe/image/linksbe.cmd
@@ -39,6 +39,7 @@ SECTIONS
// Other read-only data.
+ . = ALIGN(8);
.rodata . : { ctor_start_address = .;
*(.ctors) *(.ctors.*)
ctor_end_address = .;
@@ -67,6 +68,7 @@ SECTIONS
.rela . : { *(.rela*) } > sram
.rwdata . : { *(.data*) *(.bss*) } > sram
+ . = ALIGN(8);
_PK_INITIAL_STACK_LIMIT = .;
. = . + INITIAL_STACK_SIZE;
_PK_INITIAL_STACK = . - 1;
OpenPOWER on IntegriCloud