Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-06-01 08:00:40 +0400
committerChristopher Faylor <me@cgf.cx>2005-06-01 08:00:40 +0400
commit5d4a672193117bd5109f517236e6649ec7b9a4ca (patch)
tree3533a6f71cf96963a04db8d17bfc657825eb653d /winsup/cygwin/cygheap.cc
parentce95c6407ef6ab1a60a1b1e2cd62ef4ae2081174 (diff)
* cygheap.cc (cygheap_end): Remove bogus section attribute.
* cygwin.sc: Make __cygheap_mid absolute. Remove unused _cygheap_foo.
Diffstat (limited to 'winsup/cygwin/cygheap.cc')
-rw-r--r--winsup/cygwin/cygheap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygheap.cc b/winsup/cygwin/cygheap.cc
index 5e85a074f..3d0ce4b1b 100644
--- a/winsup/cygwin/cygheap.cc
+++ b/winsup/cygwin/cygheap.cc
@@ -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;