* cygwin.sc: Place .cygwin_dll_common in a more sensible spot.
This commit is contained in:
parent
0acb042081
commit
85cd5c3d57
@ -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.
|
||||||
|
@ -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 = .;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user