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-09 23:29:27 +0400
committerChristopher Faylor <me@cgf.cx>2005-06-09 23:29:27 +0400
commit0acb04208144d3486901d0f25b0dfe3892fc5b88 (patch)
tree868fdef2e7c58fa426e306be5599dbb0957b1cb7 /winsup/cygwin/cygwin.sc
parent8891625cbfcf944d542a0a511279693e022713e8 (diff)
* cygwin.sc: Place .cygwin_dll_common.
* init.cc (threadfunc_ix): Use a more common name for the section name.
Diffstat (limited to 'winsup/cygwin/cygwin.sc')
-rw-r--r--winsup/cygwin/cygwin.sc4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/cygwin.sc b/winsup/cygwin/cygwin.sc
index 83b280f49..598690f22 100644
--- a/winsup/cygwin/cygwin.sc
+++ b/winsup/cygwin/cygwin.sc
@@ -81,6 +81,10 @@ SECTIONS
. = ALIGN(16);
__cygheap_start = ABSOLUTE(.);
}
+ .cygwin_dll_common ALIGN(__section_alignment__):
+ {
+ *(.cygwin_dll_common)
+ }
.cygheap ALIGN(__section_alignment__):
{
__cygheap_mid = .;