* cygwin.sc (.rdata): Revert patch from 2012-07-06.

This commit is contained in:
Corinna Vinschen 2012-07-09 14:55:02 +00:00
parent 7c4626ed08
commit 6930762ffa
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-07-09 Corinna Vinschen <corinna@vinschen.de>
* cygwin.sc (.rdata): Revert patch from 2012-07-06.
2012-07-09 Corinna Vinschen <corinna@vinschen.de>
* passwd.cc (getpass): Make check for closed stream more reliable.

View File

@ -38,7 +38,7 @@ SECTIONS
}
.rdata ALIGN(__section_alignment__) :
{
*(.rdata*)
*(.rdata)
*(SORT(.rdata$*))
*(.eh_frame)
}