]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix typo in name of MSP430 attribute section.
authorNick Clifton <nickc@redhat.com>
Thu, 7 Apr 2016 11:09:20 +0000 (12:09 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 7 Apr 2016 11:09:20 +0000 (12:09 +0100)
ld/ChangeLog
ld/scripttempl/elf32msp430.sc
ld/scripttempl/elf32msp430_3.sc

index d2580bd25a21ea06edc587013d55d4d8bf0f862f..24c19a1289ab59775b6c8aecf1ef9c21c37a2453 100644 (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.
index 4650885a0a830c833ff85a915ef14c86401ec821..b0a6624d5afa82baad5b4cdecda418baabc6b9d5 100644 (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))
index 7ad04e10329a9d22d428d9322daed9cbb8a706e2..6c4ac15fbb44babc1d2d221f880b0a2ecb3b2062 100644 (file)
@@ -183,7 +183,7 @@ SECTIONS
     ${RELOCATING+ _vectors_end = . ; }
   } ${RELOCATING+ > vectors}
 
-  .MP430.attributes 0 :
+  .MSP430.attributes 0 :
   {
     KEEP (*(.MSP430.attributes))
     KEEP (*(.gnu.attributes))