Eric W Biederman <[EMAIL PROTECTED]> writes:
> Transform (src/arch/i386/config/ldscript.base):
> .heap {
> _heap = .;
> . = HEAP_SIZE;
> _eheap = .;
> }
> to:
> _heap = .;
> .heap {
> . = HEAP_SIZE;
> }
> _eheap = .;O.k. I just tested this with binutils 2.12 and it works. So I have changed it in ldscript.base. Eric
