mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-04 05:05:19 +08:00
Fixed alignment issue.
This commit is contained in:
committed by
Lorenz Meier
parent
501f3cf2df
commit
36ae7c129d
@@ -72,7 +72,6 @@ SECTIONS
|
|||||||
*(.gcc_except_table)
|
*(.gcc_except_table)
|
||||||
*(.gnu.linkonce.r.*)
|
*(.gnu.linkonce.r.*)
|
||||||
_etext = ABSOLUTE(.);
|
_etext = ABSOLUTE(.);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This is a hack to make the newlib libm __errno() call
|
* This is a hack to make the newlib libm __errno() call
|
||||||
* use the NuttX get_errno_ptr() function.
|
* use the NuttX get_errno_ptr() function.
|
||||||
@@ -109,6 +108,7 @@ SECTIONS
|
|||||||
*(.gnu.linkonce.d.*)
|
*(.gnu.linkonce.d.*)
|
||||||
CONSTRUCTORS
|
CONSTRUCTORS
|
||||||
_edata = ABSOLUTE(.);
|
_edata = ABSOLUTE(.);
|
||||||
|
. = ALIGN(4);
|
||||||
} > sram AT > flash
|
} > sram AT > flash
|
||||||
|
|
||||||
.bss : {
|
.bss : {
|
||||||
|
|||||||
Reference in New Issue
Block a user