aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-07-06 10:44:38 +0000
committerCorinna Vinschen <corinna@vinschen.de>2012-07-06 10:44:38 +0000
commitda36286e64c4a876fe8e84897b2cc62b4a09599a (patch)
tree25f747637589e9a5d11f622f8a0aefca30e83313 /winsup/cygwin/ChangeLog
parent0246baaea2ac689996fadde8f7f337a90be2c1b5 (diff)
downloadnewlib-da36286e64c4a876fe8e84897b2cc62b4a09599a.zip
newlib-da36286e64c4a876fe8e84897b2cc62b4a09599a.tar.gz
newlib-da36286e64c4a876fe8e84897b2cc62b4a09599a.tar.bz2
* cygwin.sc (.rdata): Include all sections starting with .rdata.
(.debug_pubtypes): Make sure section is loaded at the end like all other debug sections.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index e041729..183dc6e 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,9 @@
+2012-07-06 Corinna Vinschen <corinna@vinschen.de>
+
+ * cygwin.sc (.rdata): Include all sections starting with .rdata.
+ (.debug_pubtypes): Make sure section is loaded at the end like all other
+ debug sections.
+
2012-07-04 Christopher Faylor <me.cygwin2012@cgf.cx>
* dcrt0.cc (build_argv): Guard against NULL pointer dereference found