1
0
mirror of https://github.com/rfivet/stm32bringup.git synced 2024-06-09 09:30:44 +00:00

Insure .text section ends on a word boundary.

This commit is contained in:
Renaud 2020-11-30 10:07:59 +08:00
parent c59fe1f074
commit a337a39509

View File

@ -70,6 +70,7 @@ SECTIONS
*(.rodata*) *(.rodata*)
*(.eh_frame*) *(.eh_frame*)
. = ALIGN(4);
} > FLASH } > FLASH
.ARM.extab : .ARM.extab :