summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/shared/start/linkcmds.share
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/shared/start/linkcmds.share')
-rw-r--r--bsps/powerpc/shared/start/linkcmds.share3
1 files changed, 0 insertions, 3 deletions
diff --git a/bsps/powerpc/shared/start/linkcmds.share b/bsps/powerpc/shared/start/linkcmds.share
index e2a3a16fbe..2fc66015cb 100644
--- a/bsps/powerpc/shared/start/linkcmds.share
+++ b/bsps/powerpc/shared/start/linkcmds.share
@@ -3,7 +3,6 @@ OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc",
OUTPUT_ARCH(powerpc)
/* Do we need any of these for elf?
__DYNAMIC = 0; */
-PROVIDE (__stack = 0);
MEMORY {
VECTORS : ORIGIN = 0x0 , LENGTH = 0x3000
CODE : ORIGIN = 0x3000 , LENGTH = 32M - 0x3000
@@ -247,8 +246,6 @@ SECTIONS
PROVIDE (__bss_end = .);
} > CODE
. = ALIGN(16);
- . += 0x1000;
- __stack = .;
_end = . ;
__rtems_end = . ;
PROVIDE (end = .);