Fix typo in name of MSP430 attribute section.

This commit is contained in:
Nick Clifton 2016-04-07 12:09:20 +01:00
parent 09f99a37ee
commit df154dc15f
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2016-04-07 Nick Clifton <nickc@redhat.com>
* scripttempl/elf32msp430.sc (.MSP430.attributes): Fix typo in
section name.
* scripttempl/elf32msp430_3.sc (.MSP430.attributes): Likewise.
2016-04-05 Andrew Burgess <andrew.burgess@embecosm.com>
* emulparams/arc-endianness.sh: New file.

View File

@ -316,7 +316,7 @@ EOF
source $srcdir/scripttempl/DWARF.sc
cat <<EOF
.MP430.attributes 0 :
.MSP430.attributes 0 :
{
KEEP (*(.MSP430.attributes))
KEEP (*(.gnu.attributes))

View File

@ -183,7 +183,7 @@ SECTIONS
${RELOCATING+ _vectors_end = . ; }
} ${RELOCATING+ > vectors}
.MP430.attributes 0 :
.MSP430.attributes 0 :
{
KEEP (*(.MSP430.attributes))
KEEP (*(.gnu.attributes))