2004-10-15 Gene Smith <gene.smith@seimens.com>

PR 691/bsps
	* startup/linkcmds: Correct bug in linker script.
This commit is contained in:
Joel Sherrill
2004-10-15 19:29:34 +00:00
parent 22ba3c63dd
commit 27320205e8
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2004-10-15 Gene Smith <gene.smith@seimens.com>
PR 691/bsps
* startup/linkcmds: Correct bug in linker script.
2003-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 533/bsps

View File

@@ -145,7 +145,6 @@ SECTIONS
PROVIDE(_heap_end = heap.end);
/* reserve 64KByte for stack... */
stack.end = heap.end + 64K;
PROVIDE(_end = stack.end);
.line 0 : { *(.line) }
.debug 0 : { *(.debug) }