diff options
author | Nick Clifton <nickc@redhat.com> | 2016-04-07 12:13:10 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-04-07 12:13:10 +0100 |
commit | 9f664259f959d5339b9c16c84cd59935cefc43e3 (patch) | |
tree | ad765a06e4cd7e402b60efea1867f7b0dc8ff123 /libgloss/msp430 | |
parent | 03ecfb9280ece68cce33c2f2002877d9a000ef1e (diff) | |
download | newlib-9f664259f959d5339b9c16c84cd59935cefc43e3.zip newlib-9f664259f959d5339b9c16c84cd59935cefc43e3.tar.gz newlib-9f664259f959d5339b9c16c84cd59935cefc43e3.tar.bz2 |
Fix typo in the name of the MSP430 attribute section of example MSP430 linker scripts.
Diffstat (limited to 'libgloss/msp430')
-rw-r--r-- | libgloss/msp430/msp430-sim.ld | 2 | ||||
-rw-r--r-- | libgloss/msp430/msp430xl-sim.ld | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libgloss/msp430/msp430-sim.ld b/libgloss/msp430/msp430-sim.ld index 62ea232..2831274 100644 --- a/libgloss/msp430/msp430-sim.ld +++ b/libgloss/msp430/msp430-sim.ld @@ -228,7 +228,7 @@ SECTIONS /* The rest are all not normally part of the runtime image. */ - .MP430.attributes 0 : + .MSP430.attributes 0 : { KEEP (*(.MSP430.attributes)) KEEP (*(.gnu.attributes)) diff --git a/libgloss/msp430/msp430xl-sim.ld b/libgloss/msp430/msp430xl-sim.ld index 52b139b..cc451b8 100644 --- a/libgloss/msp430/msp430xl-sim.ld +++ b/libgloss/msp430/msp430xl-sim.ld @@ -406,7 +406,7 @@ SECTIONS /* The rest are all not normally part of the runtime image. */ - .MP430.attributes 0 : + .MSP430.attributes 0 : { KEEP (*(.MSP430.attributes)) KEEP (*(.gnu.attributes)) |