forked from Imagelibrary/rtems
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:
@@ -81,10 +81,10 @@ SECTIONS {
|
|||||||
|
|
||||||
_HeapStart = .;
|
_HeapStart = .;
|
||||||
__HeapStart = .;
|
__HeapStart = .;
|
||||||
/* . += HeapSize; */ /* XXX -- Old gld can't handle this */
|
. += HeapSize; /* XXX -- Old gld can't handle this */
|
||||||
/* . += StackSize; */ /* XXX -- Old gld can't handle this */
|
. += StackSize; /* XXX -- Old gld can't handle this */
|
||||||
. += 0x10000; /* HeapSize for old gld */
|
/* . += 0x10000; */ /* HeapSize for old gld */
|
||||||
. += 0x1000; /* StackSize for old gld */
|
/* . += 0x1000; */ /* StackSize for old gld */
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
stack_init = .;
|
stack_init = .;
|
||||||
clear_end = .;
|
clear_end = .;
|
||||||
|
|||||||
Reference in New Issue
Block a user