* cygheap.cc (cygheap_end): Remove bogus section attribute.

* cygwin.sc: Make __cygheap_mid absolute.  Remove unused _cygheap_foo.
This commit is contained in:
Christopher Faylor
2005-06-01 04:00:40 +00:00
parent ce95c6407e
commit 5d4a672193
3 changed files with 7 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ init_cygheap NO_COPY *cygheap;
void NO_COPY *cygheap_max;
extern "C" char _cygheap_mid[] __attribute__((section(".cygheap")));
extern "C" char _cygheap_end[] __attribute__((section(".cygheap_end")));
extern "C" char _cygheap_end[];
static NO_COPY muto cygheap_protect;