mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
px4-same70xplained-v1:Ensure _ebss will be 4 byte aligned
This commit is contained in:
committed by
Lorenz Meier
parent
fea11f1d47
commit
e15e9ba5c7
@@ -125,6 +125,7 @@ SECTIONS
|
||||
*(.bss .bss.*)
|
||||
*(.gnu.linkonce.b.*)
|
||||
*(COMMON)
|
||||
. = ALIGN(4);
|
||||
_ebss = ABSOLUTE(.);
|
||||
} > sram
|
||||
|
||||
|
||||
Reference in New Issue
Block a user