forked from Archive/PX4-Autopilot
px4esc-v1:Ensure _ebss will be 4 byte aligned
This commit is contained in:
parent
6b30a41da2
commit
c1ae7c76df
|
@ -135,6 +135,7 @@ SECTIONS
|
|||
*(.bss .bss.*)
|
||||
*(.gnu.linkonce.b.*)
|
||||
*(COMMON)
|
||||
. = ALIGN(4);
|
||||
_ebss = ABSOLUTE(.);
|
||||
} > sram
|
||||
|
||||
|
|
Loading…
Reference in New Issue