]> sourceware.org Git - newlib-cygwin.git/commitdiff
* cygwin.sc: Place .cygwin_dll_common in a more sensible spot.
authorChristopher Faylor <me@cgf.cx>
Thu, 9 Jun 2005 20:46:00 +0000 (20:46 +0000)
committerChristopher Faylor <me@cgf.cx>
Thu, 9 Jun 2005 20:46:00 +0000 (20:46 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/cygwin.sc

index eb1c6b2b525109b6f6b363ad2b70397fc3b95fb4..14a52ed0b604471062dd4fb62d6aa1c3d7a4538c 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 598690f22b28f918c73af6e87903728d911f222f..2a1776616920667e45395efb772dbc6c39d36c7e 100644 (file)
@@ -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 = .;
This page took 0.031736 seconds and 5 git commands to generate.