mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-05 23:20:36 +08:00
s2740vc-v1:Ensure _ebss will be 4 byte aligned
This commit is contained in:
committed by
Lorenz Meier
parent
58af82312b
commit
c4b2f39cf4
@@ -122,6 +122,7 @@ SECTIONS
|
||||
*(.bss .bss.*)
|
||||
*(.gnu.linkonce.b.*)
|
||||
*(COMMON)
|
||||
. = ALIGN(4);
|
||||
_ebss = ABSOLUTE(.);
|
||||
} > sram
|
||||
|
||||
|
||||
Reference in New Issue
Block a user