* cygwin.sc: Place .cygwin_dll_common in a more sensible spot.

This commit is contained in:
Christopher Faylor 2005-06-09 20:46:00 +00:00
parent 0acb042081
commit 85cd5c3d57
2 changed files with 8 additions and 4 deletions

View 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> 2005-06-09 Christopher Faylor <cgf@timesys.com>
* cygwin.sc: Place .cygwin_dll_common. * cygwin.sc: Place .cygwin_dll_common.

View File

@ -66,6 +66,10 @@ SECTIONS
{ {
*(.reloc) *(.reloc)
} }
.cygwin_dll_common ALIGN(__section_alignment__):
{
*(.cygwin_dll_common)
}
.idata ALIGN(__section_alignment__) : .idata ALIGN(__section_alignment__) :
{ {
/* This cannot currently be handled with grouped sections. /* This cannot currently be handled with grouped sections.
@ -81,10 +85,6 @@ SECTIONS
. = ALIGN(16); . = ALIGN(16);
__cygheap_start = ABSOLUTE(.); __cygheap_start = ABSOLUTE(.);
} }
.cygwin_dll_common ALIGN(__section_alignment__):
{
*(.cygwin_dll_common)
}
.cygheap ALIGN(__section_alignment__): .cygheap ALIGN(__section_alignment__):
{ {
__cygheap_mid = .; __cygheap_mid = .;