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-30 03:05:41 +0400
committerChristopher Faylor <me@cgf.cx>2005-06-30 03:05:41 +0400
commit87e8bd37a047298079ddc3ed3ed4d31b0ca6f152 (patch)
tree4f1d7c56c1b72cd73514f3b094e2a0e350f201fd /winsup/cygwin/cygwin.sc
parent2067349a529619b5f04c095859aeb5e154ba0fae (diff)
* autoload.cc (LoadDLLprime): Use a more descriptive name for autoload text
sections. * cygwin.sc: Ditto.
Diffstat (limited to 'winsup/cygwin/cygwin.sc')
-rw-r--r--winsup/cygwin/cygwin.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygwin.sc b/winsup/cygwin/cygwin.sc
index 2a1776616..9270ab5e2 100644
--- a/winsup/cygwin/cygwin.sc
+++ b/winsup/cygwin/cygwin.sc
@@ -20,7 +20,7 @@ SECTIONS
}
.autoload_text ALIGN(__section_alignment__) :
{
- *(.*_text);
+ *(.*_autoload_text);
}
/* The Cygwin DLL uses a section to avoid copying certain data
on fork. This used to be named ".data". The linker used