Skip to content

Commit d52e577

Browse files
committed
Fixed warning: changing start of section .text by x bytes
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 4eb3390 commit d52e577

File tree

16 files changed

+17
-17
lines changed

16 files changed

+17
-17
lines changed

variants/DISCO_F100RB/ldscript.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
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) */

variants/DISCO_F407VG/ldscript.ld

+1-1
Original file line numberDiff line numberDiff 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) */

variants/DISCO_F746NG/ldscript.ld

+1-1
Original file line numberDiff line numberDiff 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) */

variants/NUCLEO_F030R8/ldscript.ld

+2-2
Original file line numberDiff line numberDiff 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+
}

variants/NUCLEO_F091RC/ldscript.ld

+1-1
Original file line numberDiff line numberDiff 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) */

variants/NUCLEO_F103RB/ldscript.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
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) */

variants/NUCLEO_F207ZG/ldscript.ld

+1-1
Original file line numberDiff line numberDiff 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) */

variants/NUCLEO_F302R8/ldscript.ld

+1-1
Original file line numberDiff line numberDiff 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) */

variants/NUCLEO_F303K8/ldscript.ld

+1-1
Original file line numberDiff line numberDiff 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) */

variants/NUCLEO_F401RE/ldscript.ld

+1-1
Original file line numberDiff line numberDiff 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) */

variants/NUCLEO_F411RE/ldscript.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ SECTIONS
7676
} >FLASH
7777

7878
/* The program code and other data goes into FLASH */
79-
.text ALIGN(8):
79+
.text ALIGN(4):
8080
{
8181
. = ALIGN(4);
8282
*(.text) /* .text sections (code) */

variants/NUCLEO_F429ZI/ldscript.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ SECTIONS
5959
} >FLASH
6060

6161
/* The program code and other data goes into FLASH */
62-
.text :
62+
.text ALIGN(4):
6363
{
6464
. = ALIGN(4);
6565
*(.text) /* .text sections (code) */

variants/NUCLEO_L053R8/ldscript.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ SECTIONS
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) */

variants/NUCLEO_L152RE/ldscript.ld

+1-1
Original file line numberDiff line numberDiff 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) */

variants/NUCLEO_L432KC/ldscript.ld

+1-1
Original file line numberDiff line numberDiff 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(8):
6262
{
6363
. = ALIGN(8);
6464
*(.text) /* .text sections (code) */

variants/NUCLEO_L476RG/ldscript.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ SECTIONS
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) */

0 commit comments

Comments
 (0)