aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-06-05 04:15:16 +0000
committerChristopher Faylor <me@cgf.cx>2005-06-05 04:15:16 +0000
commit6eb501439a303d9604ce02f72bcc71aec98109e1 (patch)
tree2cedfe026b477cd5507d3aa66957f45a1e406549 /winsup/cygwin/ChangeLog
parent61496ed68038c4baa13937488b8c141501b0c0c4 (diff)
downloadnewlib-6eb501439a303d9604ce02f72bcc71aec98109e1.zip
newlib-6eb501439a303d9604ce02f72bcc71aec98109e1.tar.gz
newlib-6eb501439a303d9604ce02f72bcc71aec98109e1.tar.bz2
* Makefile.in: Build sync.o with -fomit-frame-pointer and -O3.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 8991b64..901030a 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2005-06-05 Christopher Faylor <cgf@timesys.com>
+ * Makefile.in: Build sync.o with -fomit-frame-pointer and -O3.
+
+2005-06-05 Christopher Faylor <cgf@timesys.com>
+
* sync.cc (muto::acquire): Remove unneeded brackets and fix whitespace.
2005-06-04 Christopher Faylor <cgf@timesys.com>