From 48e654ea14d9f7c8c80ba2d089624277c10c604c Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Tue, 19 Mar 2013 17:44:53 +0100 Subject: 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. --- lib/lm3s/libopencm3_lm3s.ld | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/lm3s/libopencm3_lm3s.ld') 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)); -- cgit v1.2.3