summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-08 21:55:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-08 21:55:41 +0000
commit3e7b167af123a5e7650b39d55a2da8f760e01008 (patch)
treecc09f8fb7abe6e8bab7354de5bdd3175c9ec29dd /c/src/lib/libbsp/m68k/gen68360/startup/linkcmds
parent*** empty log message *** (diff)
downloadrtems-3e7b167af123a5e7650b39d55a2da8f760e01008.tar.bz2
updated to remove workaround for bug in binutils 2.5.2 ld now that we are
up to 2.6
Diffstat (limited to 'c/src/lib/libbsp/m68k/gen68360/startup/linkcmds')
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/startup/linkcmds8
1 files changed, 4 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds b/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds
index c322eef82b..8869c380a7 100644
--- a/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/gen68360/startup/linkcmds
@@ -81,10 +81,10 @@ SECTIONS {
_HeapStart = .;
__HeapStart = .;
- /* . += HeapSize; */ /* XXX -- Old gld can't handle this */
- /* . += StackSize; */ /* XXX -- Old gld can't handle this */
- . += 0x10000; /* HeapSize for old gld */
- . += 0x1000; /* StackSize for old gld */
+ . += HeapSize; /* XXX -- Old gld can't handle this */
+ . += StackSize; /* XXX -- Old gld can't handle this */
+ /* . += 0x10000; */ /* HeapSize for old gld */
+ /* . += 0x1000; */ /* StackSize for old gld */
. = ALIGN (16);
stack_init = .;
clear_end = .;