mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Linker scripts: Fix some alignment problems.
This commit is contained in:
@@ -97,7 +97,7 @@ SECTIONS
|
||||
*(.bss .bss.*)
|
||||
*(.gnu.linkonce.b.*)
|
||||
*(COMMON)
|
||||
. = ALIGN(4);
|
||||
. = ALIGN(4);
|
||||
_ebss = ABSOLUTE(.);
|
||||
} > ram
|
||||
|
||||
|
||||
Reference in New Issue
Block a user