LPC11C24 linking alignment fix

This commit is contained in:
Pavel Kirienko
2014-04-15 16:21:42 +04:00
parent a4884fc452
commit a7233c1f17
@@ -22,7 +22,7 @@ SECTIONS
KEEP(*(vectors))
} > FLASH
constructors : ALIGN(16) SUBALIGN(16)
constructors : ALIGN(4) SUBALIGN(4)
{
PROVIDE(__init_array_start = .);
KEEP(*(SORT(.init_array.*)))