* cygwin.sc: Revert to previous NO_COPY behavior.

* winsup.h: Ditto.
* sigproc.cc: Ditto.
* autoload.cc: Ditto.
This commit is contained in:
Christopher Faylor
2001-08-31 18:16:16 +00:00
parent 4597920dfc
commit 5ac73dfead
5 changed files with 33 additions and 29 deletions

View File

@@ -32,7 +32,7 @@ SECTIONS
*(.data2)
*(SORT(.data$*))
__data_end__ = . ;
*(COMMON)
*(.data_cygwin_nocopy)
}
.rdata BLOCK(__section_alignment__) :
{
@@ -48,6 +48,7 @@ SECTIONS
{
__bss_start__ = . ;
*(.bss)
*(COMMON)
__bss_end__ = . ;
}
.edata BLOCK(__section_alignment__) :