summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2007-10-26 12:12:42 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2007-10-26 12:12:42 +0000
commit99e65f9c28e297550fd7997d7c5a71f89d89c096 (patch)
tree77a3aa2c3f8ea3a88d7d11c77b89fb981f229fad /c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds
parentcorrected bug in libchip/i2c/spi-flash-m25p40 (diff)
downloadrtems-99e65f9c28e297550fd7997d7c5a71f89d89c096.tar.bz2
*** empty log message ***
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds')
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds19
1 files changed, 1 insertions, 18 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds b/c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds
index 87d05403bb..ac46b941ec 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds
+++ b/c/src/lib/libbsp/powerpc/gen83xx/startup/linkcmds
@@ -269,6 +269,7 @@ SECTIONS
_startmalloc = .;
} >ram
+ clear_end = .;
/*
* Interrupt stack setup
@@ -278,27 +279,9 @@ SECTIONS
intrStack = .;
PROVIDE(intrStackPtr = intrStack);
-
-
-
_WorkspaceBase = .;
__WorkspaceBase = .;
- . += WorkSpaceSize;
- _RamDiskBase = .;
- __RamDiskBase = .;
- . += RamDiskSize;
- _RamDiskEnd = .;
- __RamDiskEnd = .;
- PROVIDE( _RamDiskSize = _RamDiskEnd - _RamDiskBase );
-
- _HeapStart = .;
- __HeapStart = .;
- . += HeapSize;
- _HeapEnd = .;
- __HeapEnd = .;
-
- clear_end = .;
/* Sections for compressed .text and .data */
/* after the .datarom section is an int specifying */