aboutsummaryrefslogtreecommitdiff
path: root/lib/lm3s
diff options
context:
space:
mode:
authorNicolas Schodet2013-03-19 17:44:53 +0100
committerNicolas Schodet2013-03-19 17:47:18 +0100
commit48e654ea14d9f7c8c80ba2d089624277c10c604c (patch)
tree6741f6ecb0e81ed8dd02219b6f657049948fa5f3 /lib/lm3s
parent5b8953124e8c00cdf05169de6e304834cefacf63 (diff)
Synchronise linker scripts which are supposed to be identical
This also report bug fixes about data alignment and bss storage to EFM32 & LM3S targets. Note: removed chrysn copyright statement as the file is a verbatim copy of previous files.
Diffstat (limited to 'lib/lm3s')
-rw-r--r--lib/lm3s/libopencm3_lm3s.ld2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/lm3s/libopencm3_lm3s.ld b/lib/lm3s/libopencm3_lm3s.ld
index 4aaf4d9..ceb391a 100644
--- a/lib/lm3s/libopencm3_lm3s.ld
+++ b/lib/lm3s/libopencm3_lm3s.ld
@@ -77,8 +77,6 @@ SECTIONS
. = ALIGN(4);
end = .;
- _end = .;
- __end = .;
}
PROVIDE(_stack = ORIGIN(ram) + LENGTH(ram));