File tree Expand file tree Collapse file tree 16 files changed +17
-17
lines changed Expand file tree Collapse file tree 16 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 7070 } >FLASH
7171
7272 /* The program code and other data goes into FLASH */
73- .text :
73+ .text ALIGN ( 4 ) :
7474 {
7575 . = ALIGN (4 );
7676 *(.text ) /* .text sections (code) */
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ SECTIONS
5858 } >FLASH
5959
6060 /* The program code and other data goes into FLASH */
61- .text :
61+ .text ALIGN ( 4 ) :
6262 {
6363 . = ALIGN (4 );
6464 *(.text ) /* .text sections (code) */
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ SECTIONS
6464 } >FLASH
6565
6666 /* The program code and other data goes into FLASH */
67- .text ALIGN (8 ) :
67+ .text ALIGN (4 ) :
6868 {
6969 . = ALIGN (4 );
7070 *(.text ) /* .text sections (code) */
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ SECTIONS
5757 } >FLASH
5858
5959 /* The program code and other data goes into FLASH */
60- .text :
60+ .text ALIGN ( 4 ) :
6161 {
6262 . = ALIGN (4 );
6363 *(.text ) /* .text sections (code) */
@@ -164,4 +164,4 @@ SECTIONS
164164 }
165165
166166 .ARM .attributes 0 : { *(.ARM .attributes ) }
167- }
167+ }
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ SECTIONS
7070 } >FLASH
7171
7272 /* The program code and other data goes into FLASH */
73- .text ALIGN (4 ) :
73+ .text ALIGN (4 ) :
7474 {
7575 . = ALIGN (4 );
7676 *(.text ) /* .text sections (code) */
Original file line number Diff line number Diff line change 7070 } >FLASH
7171
7272 /* The program code and other data goes into FLASH */
73- .text :
73+ .text ALIGN ( 4 ) :
7474 {
7575 . = ALIGN (4 );
7676 *(.text ) /* .text sections (code) */
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ SECTIONS
7676 } >FLASH
7777
7878 /* The program code and other data goes into FLASH */
79- .text :
79+ .text ALIGN ( 4 ) :
8080 {
8181 . = ALIGN (4 );
8282 *(.text ) /* .text sections (code) */
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ SECTIONS
5757 } >FLASH
5858
5959 /* The program code and other data goes into FLASH */
60- .text :
60+ .text ALIGN ( 4 ) :
6161 {
6262 . = ALIGN (4 );
6363 *(.text ) /* .text sections (code) */
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ SECTIONS
5858 } >FLASH
5959
6060 /* The program code and other data goes into FLASH */
61- .text :
61+ .text ALIGN ( 4 ) :
6262 {
6363 . = ALIGN (4 );
6464 *(.text ) /* .text sections (code) */
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ SECTIONS
5757 } >FLASH
5858
5959 /* The program code and other data goes into FLASH */
60- .text :
60+ .text ALIGN ( 4 ) :
6161 {
6262 . = ALIGN (4 );
6363 *(.text ) /* .text sections (code) */
You can’t perform that action at this time.
0 commit comments