diff options
author | Nick Clifton <nickc@redhat.com> | 2016-04-07 12:09:20 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-04-07 12:09:20 +0100 |
commit | df154dc15f5385c9ec3b998788536dede9882393 (patch) | |
tree | ce5577dd8eb31f056f9348d38da3d455870a7dbd /ld/scripttempl/elf32msp430.sc | |
parent | 09f99a37eeb9afe3663b26c5b77821f896e13e56 (diff) | |
download | binutils-df154dc15f5385c9ec3b998788536dede9882393.zip binutils-df154dc15f5385c9ec3b998788536dede9882393.tar.gz binutils-df154dc15f5385c9ec3b998788536dede9882393.tar.bz2 |
Fix typo in name of MSP430 attribute section.
Diffstat (limited to 'ld/scripttempl/elf32msp430.sc')
-rw-r--r-- | ld/scripttempl/elf32msp430.sc | 2 |
1 files changed, 1 insertions, 1 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)) |