mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
Fix typo in name of MSP430 attribute section.
This commit is contained in:
parent
09f99a37ee
commit
df154dc15f
@ -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.
|
||||
|
@ -316,7 +316,7 @@ EOF
|
||||
source $srcdir/scripttempl/DWARF.sc
|
||||
|
||||
cat <<EOF
|
||||
.MP430.attributes 0 :
|
||||
.MSP430.attributes 0 :
|
||||
{
|
||||
KEEP (*(.MSP430.attributes))
|
||||
KEEP (*(.gnu.attributes))
|
||||
|
@ -183,7 +183,7 @@ SECTIONS
|
||||
${RELOCATING+ _vectors_end = . ; }
|
||||
} ${RELOCATING+ > vectors}
|
||||
|
||||
.MP430.attributes 0 :
|
||||
.MSP430.attributes 0 :
|
||||
{
|
||||
KEEP (*(.MSP430.attributes))
|
||||
KEEP (*(.gnu.attributes))
|
||||
|
Loading…
Reference in New Issue
Block a user