* 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:
@@ -106,6 +106,7 @@ SECTIONS
|
||||
{
|
||||
__cygheap_mid = .;
|
||||
*(.cygheap)
|
||||
. = . + 1;
|
||||
. = ALIGN(512 * 1024);
|
||||
}
|
||||
__cygheap_end = ABSOLUTE(.);
|
||||
|
Reference in New Issue
Block a user