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-10 00:46:00 +0400
committerChristopher Faylor <me@cgf.cx>2005-06-10 00:46:00 +0400
commit85cd5c3d579a93e2531ebf3f361652ef10bdf93f (patch)
tree1c1d2bf697732919ad0daf696bf38d079b15aa68 /winsup/cygwin/cygwin.sc
parent0acb04208144d3486901d0f25b0dfe3892fc5b88 (diff)
* cygwin.sc: Place .cygwin_dll_common in a more sensible spot.
Diffstat (limited to 'winsup/cygwin/cygwin.sc')
-rw-r--r--winsup/cygwin/cygwin.sc8
1 files changed, 4 insertions, 4 deletions
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 = .;