ldscript: Add ALIGN(4) to .text section

This commit is contained in:
Daniel Fekete 2017-06-18 17:14:00 +02:00
parent b5c1ef4e96
commit 078f055fa0
6 changed files with 6 additions and 6 deletions

View File

@ -67,7 +67,7 @@ SECTIONS
} >FLASH
/* The program code and other data goes into FLASH */
.text :
.text ALIGN(4):
{
. = ALIGN(4);
*(.text) /* .text sections (code) */

View File

@ -67,7 +67,7 @@ SECTIONS
} >FLASH
/* The program code and other data goes into FLASH */
.text :
.text ALIGN(4):
{
. = ALIGN(4);
*(.text) /* .text sections (code) */

View File

@ -67,7 +67,7 @@ SECTIONS
} >FLASH
/* The program code and other data goes into FLASH */
.text :
.text ALIGN(4):
{
. = ALIGN(4);
*(.text) /* .text sections (code) */

View File

@ -67,7 +67,7 @@ SECTIONS
} >FLASH
/* The program code and other data goes into FLASH */
.text :
.text ALIGN(4):
{
. = ALIGN(4);
*(.text) /* .text sections (code) */

View File

@ -67,7 +67,7 @@ SECTIONS
} >FLASH
/* The program code and other data goes into FLASH */
.text :
.text ALIGN(4):
{
. = ALIGN(4);
*(.text) /* .text sections (code) */

View File

@ -67,7 +67,7 @@ SECTIONS
} >FLASH
/* The program code and other data goes into FLASH */
.text :
.text ALIGN(4):
{
. = ALIGN(4);
*(.text) /* .text sections (code) */