aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2016-04-07 12:09:20 +0100
committerNick Clifton <nickc@redhat.com>2016-04-07 12:09:20 +0100
commitdf154dc15f5385c9ec3b998788536dede9882393 (patch)
treece5577dd8eb31f056f9348d38da3d455870a7dbd /ld/scripttempl
parent09f99a37eeb9afe3663b26c5b77821f896e13e56 (diff)
downloadgdb-df154dc15f5385c9ec3b998788536dede9882393.zip
gdb-df154dc15f5385c9ec3b998788536dede9882393.tar.gz
gdb-df154dc15f5385c9ec3b998788536dede9882393.tar.bz2
Fix typo in name of MSP430 attribute section.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r--ld/scripttempl/elf32msp430.sc2
-rw-r--r--ld/scripttempl/elf32msp430_3.sc2
2 files changed, 2 insertions, 2 deletions
diff --git a/ld/scripttempl/elf32msp430.sc b/ld/scripttempl/elf32msp430.sc
index 4650885..b0a6624 100644
--- a/ld/scripttempl/elf32msp430.sc
+++ b/ld/scripttempl/elf32msp430.sc
@@ -316,7 +316,7 @@ EOF
source $srcdir/scripttempl/DWARF.sc
cat <<EOF
- .MP430.attributes 0 :
+ .MSP430.attributes 0 :
{
KEEP (*(.MSP430.attributes))
KEEP (*(.gnu.attributes))
diff --git a/ld/scripttempl/elf32msp430_3.sc b/ld/scripttempl/elf32msp430_3.sc
index 7ad04e1..6c4ac15 100644
--- a/ld/scripttempl/elf32msp430_3.sc
+++ b/ld/scripttempl/elf32msp430_3.sc
@@ -183,7 +183,7 @@ SECTIONS
${RELOCATING+ _vectors_end = . ; }
} ${RELOCATING+ > vectors}
- .MP430.attributes 0 :
+ .MSP430.attributes 0 :
{
KEEP (*(.MSP430.attributes))
KEEP (*(.gnu.attributes))