Fix typo in the name of the MSP430 attribute section of example MSP430 linker scripts.
This commit is contained in:
parent
03ecfb9280
commit
9f664259f9
|
@ -228,7 +228,7 @@ SECTIONS
|
|||
|
||||
/* The rest are all not normally part of the runtime image. */
|
||||
|
||||
.MP430.attributes 0 :
|
||||
.MSP430.attributes 0 :
|
||||
{
|
||||
KEEP (*(.MSP430.attributes))
|
||||
KEEP (*(.gnu.attributes))
|
||||
|
|
|
@ -406,7 +406,7 @@ SECTIONS
|
|||
|
||||
/* The rest are all not normally part of the runtime image. */
|
||||
|
||||
.MP430.attributes 0 :
|
||||
.MSP430.attributes 0 :
|
||||
{
|
||||
KEEP (*(.MSP430.attributes))
|
||||
KEEP (*(.gnu.attributes))
|
||||
|
|
Loading…
Reference in New Issue