* cygwin.sc: Make sure there's something in the cygheap.

* dllfixdbg: Accommodate newer binutils which put the gnu_debuglink at the end
rather than at the beginning.
This commit is contained in:
Christopher Faylor
2006-07-14 19:33:55 +00:00
parent 62f94a893e
commit ebc223f182
3 changed files with 10 additions and 1 deletions

View File

@@ -106,6 +106,7 @@ SECTIONS
{
__cygheap_mid = .;
*(.cygheap)
. = . + 1;
. = ALIGN(512 * 1024);
}
__cygheap_end = ABSOLUTE(.);