px4fmu-v4:Ensure _ebss will be 4 byte aligned

This commit is contained in:
David Sidrane 2017-11-28 02:24:22 -10:00 committed by Lorenz Meier
parent ad687cde62
commit c9ed286874
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ SECTIONS
*(.bss .bss.*)
*(.gnu.linkonce.b.*)
*(COMMON)
. = ALIGN(4);
_ebss = ABSOLUTE(.);
} > sram