aboutsummaryrefslogtreecommitdiff
path: root/libgloss/msp430
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2016-03-10 10:41:13 +0000
committerNick Clifton <nickc@redhat.com>2016-03-10 10:41:13 +0000
commitc86b2f8e932b8b3baeecfa5439f91249243c4453 (patch)
tree89692fb15c21c440ef1bfe7953d0abe3038dbf69 /libgloss/msp430
parentf368589492fa19e62049f2f654e4127216515bc6 (diff)
downloadnewlib-c86b2f8e932b8b3baeecfa5439f91249243c4453.zip
newlib-c86b2f8e932b8b3baeecfa5439f91249243c4453.tar.gz
newlib-c86b2f8e932b8b3baeecfa5439f91249243c4453.tar.bz2
Remove bogus LONG(0) directives from MSP430 linker scripts.
Diffstat (limited to 'libgloss/msp430')
-rw-r--r--libgloss/msp430/msp430-sim.ld1
-rw-r--r--libgloss/msp430/msp430xl-sim.ld1
2 files changed, 0 insertions, 2 deletions
diff --git a/libgloss/msp430/msp430-sim.ld b/libgloss/msp430/msp430-sim.ld
index 3e80860..62ea232 100644
--- a/libgloss/msp430/msp430-sim.ld
+++ b/libgloss/msp430/msp430-sim.ld
@@ -54,7 +54,6 @@ SECTIONS
KEEP (*(.fini_array))
KEEP (*(SORT(.fini_array.*)))
PROVIDE (__fini_array_end = .);
- LONG(0); /* Sentinel. */
} > RAM
diff --git a/libgloss/msp430/msp430xl-sim.ld b/libgloss/msp430/msp430xl-sim.ld
index c0f5a1f..52b139b 100644
--- a/libgloss/msp430/msp430xl-sim.ld
+++ b/libgloss/msp430/msp430xl-sim.ld
@@ -79,7 +79,6 @@ SECTIONS
KEEP (*(.fini_array))
KEEP (*(SORT(.fini_array.*)))
PROVIDE (__fini_array_end = .);
- LONG(0); /* Sentinel. */
} > ROM