File tree 16 files changed +17
-17
lines changed
16 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 70
70
} >FLASH
71
71
72
72
/* The program code and other data goes into FLASH */
73
- .text :
73
+ .text ALIGN (4) :
74
74
{
75
75
. = ALIGN (4);
76
76
*(.text) /* .text sections (code) */
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ SECTIONS
58
58
} >FLASH
59
59
60
60
/* The program code and other data goes into FLASH */
61
- .text :
61
+ .text ALIGN (4) :
62
62
{
63
63
. = ALIGN (4);
64
64
*(.text) /* .text sections (code) */
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ SECTIONS
64
64
} >FLASH
65
65
66
66
/* The program code and other data goes into FLASH */
67
- .text ALIGN (8 ) :
67
+ .text ALIGN (4 ) :
68
68
{
69
69
. = ALIGN (4);
70
70
*(.text) /* .text sections (code) */
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ SECTIONS
57
57
} >FLASH
58
58
59
59
/* The program code and other data goes into FLASH */
60
- .text :
60
+ .text ALIGN (4) :
61
61
{
62
62
. = ALIGN (4);
63
63
*(.text) /* .text sections (code) */
@@ -164,4 +164,4 @@ SECTIONS
164
164
}
165
165
166
166
.ARM.attributes 0 : { *(.ARM.attributes) }
167
- }
167
+ }
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ SECTIONS
70
70
} >FLASH
71
71
72
72
/* The program code and other data goes into FLASH */
73
- .text ALIGN (4) :
73
+ .text ALIGN (4) :
74
74
{
75
75
. = ALIGN (4);
76
76
*(.text) /* .text sections (code) */
Original file line number Diff line number Diff line change 70
70
} >FLASH
71
71
72
72
/* The program code and other data goes into FLASH */
73
- .text :
73
+ .text ALIGN (4) :
74
74
{
75
75
. = ALIGN (4);
76
76
*(.text) /* .text sections (code) */
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ SECTIONS
76
76
} >FLASH
77
77
78
78
/* The program code and other data goes into FLASH */
79
- .text :
79
+ .text ALIGN (4) :
80
80
{
81
81
. = ALIGN (4);
82
82
*(.text) /* .text sections (code) */
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ SECTIONS
57
57
} >FLASH
58
58
59
59
/* The program code and other data goes into FLASH */
60
- .text :
60
+ .text ALIGN (4) :
61
61
{
62
62
. = ALIGN (4);
63
63
*(.text) /* .text sections (code) */
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ SECTIONS
58
58
} >FLASH
59
59
60
60
/* The program code and other data goes into FLASH */
61
- .text :
61
+ .text ALIGN (4) :
62
62
{
63
63
. = ALIGN (4);
64
64
*(.text) /* .text sections (code) */
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ SECTIONS
57
57
} >FLASH
58
58
59
59
/* The program code and other data goes into FLASH */
60
- .text :
60
+ .text ALIGN (4) :
61
61
{
62
62
. = ALIGN (4);
63
63
*(.text) /* .text sections (code) */
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ SECTIONS
76
76
} >FLASH
77
77
78
78
/* The program code and other data goes into FLASH */
79
- .text ALIGN (8 ) :
79
+ .text ALIGN (4 ) :
80
80
{
81
81
. = ALIGN (4);
82
82
*(.text) /* .text sections (code) */
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ SECTIONS
59
59
} >FLASH
60
60
61
61
/* The program code and other data goes into FLASH */
62
- .text :
62
+ .text ALIGN (4) :
63
63
{
64
64
. = ALIGN (4);
65
65
*(.text) /* .text sections (code) */
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ SECTIONS
70
70
} >FLASH
71
71
72
72
/* The program code and other data goes into FLASH */
73
- .text :
73
+ .text ALIGN (4) :
74
74
{
75
75
. = ALIGN (4);
76
76
*(.text) /* .text sections (code) */
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ SECTIONS
76
76
} >FLASH
77
77
78
78
/* The program code and other data goes into FLASH */
79
- .text :
79
+ .text ALIGN (4) :
80
80
{
81
81
. = ALIGN (4);
82
82
*(.text) /* .text sections (code) */
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ SECTIONS
58
58
} >FLASH
59
59
60
60
/* The program code and other data goes into FLASH */
61
- .text :
61
+ .text ALIGN (8) :
62
62
{
63
63
. = ALIGN (8);
64
64
*(.text) /* .text sections (code) */
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ SECTIONS
70
70
} >FLASH
71
71
72
72
/* The program code and other data goes into FLASH */
73
- .text :
73
+ .text ALIGN (4) :
74
74
{
75
75
. = ALIGN (4);
76
76
*(.text) /* .text sections (code) */
You can’t perform that action at this time.
0 commit comments