updated to remove workaround for bug in binutils 2.5.2 ld now that we are

up to 2.6
This commit is contained in:
Joel Sherrill
1996-05-08 21:55:41 +00:00
parent 1c964ffab2
commit 3e7b167af1

View File

@@ -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 = .;