Skip to content
Snippets Groups Projects
Commit 36ae7c12 authored by James Goppert's avatar James Goppert Committed by Lorenz Meier
Browse files

Fixed alignment issue.

parent 501f3cf2
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,6 @@ SECTIONS
*(.gcc_except_table)
*(.gnu.linkonce.r.*)
_etext = ABSOLUTE(.);
/*
* This is a hack to make the newlib libm __errno() call
* use the NuttX get_errno_ptr() function.
......@@ -109,6 +108,7 @@ SECTIONS
*(.gnu.linkonce.d.*)
CONSTRUCTORS
_edata = ABSOLUTE(.);
. = ALIGN(4);
} > sram AT > flash
.bss : {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment