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.
This commit is contained in:
Nicolas Schodet
2013-03-19 17:44:53 +01:00
parent c0aefb6ad3
commit cba01fff5e
5 changed files with 84 additions and 70 deletions

View File

@@ -77,8 +77,6 @@ SECTIONS
. = ALIGN(4);
end = .;
_end = .;
__end = .;
}
PROVIDE(_stack = ORIGIN(ram) + LENGTH(ram));