mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
boards: sabre-6quad: Fix dramboot.ld for libcxx
Summary: - I noticed that cxxtest does not work correctly. - Finally, I found that initializers for c++ is not called. - This commit fixes this issue Impact: - None Testing: - Tested with cxxtest (defconfig will be added later) Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
f77a0ec7fa
commit
c5af689180
@@ -60,7 +60,7 @@ SECTIONS
|
|||||||
.init_section :
|
.init_section :
|
||||||
{
|
{
|
||||||
_sinit = ABSOLUTE(.);
|
_sinit = ABSOLUTE(.);
|
||||||
*(.init_array .init_array.*)
|
KEEP(*(.init_array .init_array.*))
|
||||||
_einit = ABSOLUTE(.);
|
_einit = ABSOLUTE(.);
|
||||||
} > ddr3
|
} > ddr3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user