mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
2004-10-15 Gene Smith <gene.smith@seimens.com>
PR 691/bsps * startup/linkcmds: Correct bug in linker script.
This commit is contained in:
@@ -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>
|
2003-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
PR 533/bsps
|
PR 533/bsps
|
||||||
|
|||||||
@@ -145,7 +145,6 @@ SECTIONS
|
|||||||
PROVIDE(_heap_end = heap.end);
|
PROVIDE(_heap_end = heap.end);
|
||||||
/* reserve 64KByte for stack... */
|
/* reserve 64KByte for stack... */
|
||||||
stack.end = heap.end + 64K;
|
stack.end = heap.end + 64K;
|
||||||
PROVIDE(_end = stack.end);
|
|
||||||
|
|
||||||
.line 0 : { *(.line) }
|
.line 0 : { *(.line) }
|
||||||
.debug 0 : { *(.debug) }
|
.debug 0 : { *(.debug) }
|
||||||
|
|||||||
Reference in New Issue
Block a user