Fix typo in the name of the MSP430 attribute section of example MSP430 linker scripts.

This commit is contained in:
Nick Clifton 2016-04-07 12:13:10 +01:00
parent 03ecfb9280
commit 9f664259f9
2 changed files with 2 additions and 2 deletions

View File

@ -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))

View File

@ -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))