From: Nick Clifton Date: Thu, 7 Apr 2016 11:09:20 +0000 (+0100) Subject: Fix typo in name of MSP430 attribute section. X-Git-Tag: binutils-2_27~862 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df154dc15f5385c9ec3b998788536dede9882393;p=external%2Fbinutils.git Fix typo in name of MSP430 attribute section. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index d2580bd..24c19a1 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2016-04-07 Nick Clifton + + * scripttempl/elf32msp430.sc (.MSP430.attributes): Fix typo in + section name. + * scripttempl/elf32msp430_3.sc (.MSP430.attributes): Likewise. + 2016-04-05 Andrew Burgess * emulparams/arc-endianness.sh: New file. 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 < vectors} - .MP430.attributes 0 : + .MSP430.attributes 0 : { KEEP (*(.MSP430.attributes)) KEEP (*(.gnu.attributes))