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
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-06-10 00:46:00 +0400
committerChristopher Faylor <me@cgf.cx>2005-06-10 00:46:00 +0400
commit85cd5c3d579a93e2531ebf3f361652ef10bdf93f (patch)
tree1c1d2bf697732919ad0daf696bf38d079b15aa68 /winsup
parent0acb04208144d3486901d0f25b0dfe3892fc5b88 (diff)
* cygwin.sc: Place .cygwin_dll_common in a more sensible spot.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/cygwin.sc8
2 files changed, 8 insertions, 4 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index eb1c6b2b5..14a52ed0b 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2005-06-09 Christopher Faylor <cgf@timesys.com>
+ * cygwin.sc: Place .cygwin_dll_common in a more sensible spot.
+
+2005-06-09 Christopher Faylor <cgf@timesys.com>
+
* cygwin.sc: Place .cygwin_dll_common.
* init.cc (threadfunc_ix): Use a more common name for the section name.
diff --git a/winsup/cygwin/cygwin.sc b/winsup/cygwin/cygwin.sc
index 598690f22..2a1776616 100644
--- a/winsup/cygwin/cygwin.sc
+++ b/winsup/cygwin/cygwin.sc
@@ -66,6 +66,10 @@ SECTIONS
{
*(.reloc)
}
+ .cygwin_dll_common ALIGN(__section_alignment__):
+ {
+ *(.cygwin_dll_common)
+ }
.idata ALIGN(__section_alignment__) :
{
/* This cannot currently be handled with grouped sections.
@@ -81,10 +85,6 @@ SECTIONS
. = ALIGN(16);
__cygheap_start = ABSOLUTE(.);
}
- .cygwin_dll_common ALIGN(__section_alignment__):
- {
- *(.cygwin_dll_common)
- }
.cygheap ALIGN(__section_alignment__):
{
__cygheap_mid = .;