Skip to content

Commit

Permalink
ports: fix cortexm0 linker script
Browse files Browse the repository at this point in the history
  • Loading branch information
janfietz committed Nov 23, 2018
1 parent cd78f6d commit 6952199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/ports/ARMCMx/compilers/GCC/rules_code_cortexm0.ld
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ SECTIONS
__fini_array_end = .;
} > XTORS_FLASH AT > XTORS_FLASH_LMA

.initcall ALIGN(16)
.initcall : ALIGN(16)
{
__module_initcall_start = .;
KEEP(*(SORT(.initcall.*)))
Expand Down

0 comments on commit 6952199

Please sign in to comment.