mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 20:39:33 +08:00
* 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>
|
||||
|
||||
* cygwin.sc: Place .cygwin_dll_common.
|
||||
|
@ -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 = .;
|
||||
|
Loading…
x
Reference in New Issue
Block a user