summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-08-07 02:38:13 +0000
committerChristopher Faylor <me@cgf.cx>2005-08-07 02:38:13 +0000
commit82eaabf52123bfaf45adb30d1e48271bd9207cae (patch)
tree4b7dcd295f801a55f012467018d9176cc108f9f0 /winsup/cygwin/ChangeLog
parent244f5a27a6b7ce664030de6e4c08e9d43a099ad0 (diff)
downloadcygnal-82eaabf52123bfaf45adb30d1e48271bd9207cae.tar.gz
cygnal-82eaabf52123bfaf45adb30d1e48271bd9207cae.tar.bz2
cygnal-82eaabf52123bfaf45adb30d1e48271bd9207cae.zip
* Makefile.in: Warn when end of cygheap is not on 64k boundary.
* cygwin.sc: Try harder to ensure that cygheap is on a 64k boundary. Move cygheap to end of image to stop interference from unstripped debug regions.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 1bc93e2ec..064f21f0c 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,12 @@
2005-08-06 Christopher Faylor <cgf@timesys.com>
+ * Makefile.in: Warn when end of cygheap is not on 64k boundary.
+ * cygwin.sc: Try harder to ensure that cygheap is on a 64k boundary.
+ Move cygheap to end of image to stop interference from unstripped debug
+ regions.
+
+2005-08-06 Christopher Faylor <cgf@timesys.com>
+
* include/endian.h: Move everything into this file and define things
more like linux.
* include/cygwin/types.h: Include endian.h.