Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2005-04-29 18:39:19 +0400
committerPaul Brook <paul@codesourcery.com>2005-04-29 18:39:19 +0400
commit553ac3b0f480f132654c9117bff81cd801e0e3e2 (patch)
tree95770917341a07ec586407a1978ad4b2c49b5f17
parent42415cf14010f150c303413517bea8515a1281b1 (diff)
2005-04-29 Paul Brook <paul@codesourcery.com>gdb-csl-arm-20050325-2005-q1b
* sim/common/callback.c (PIPE_BUF): Provide default refinition. (os_lstat): Use stat if lstat is not available on the host. (os_ftruncate): Return EINVAL if not available on the host. (os_truncate): Ditto. * sim/common/configure.ac: Check for lstat, truncate and ftruncate. * sim/common/configure: Regenerate. * sim/common/config.in: Regenerate.
-rw-r--r--ChangeLog.csl10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 5c9c1d164..08f6b24ff 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,5 +1,15 @@
2005-04-29 Paul Brook <paul@codesourcery.com>
+ * sim/common/callback.c (PIPE_BUF): Provide default refinition.
+ (os_lstat): Use stat if lstat is not available on the host.
+ (os_ftruncate): Return EINVAL if not available on the host.
+ (os_truncate): Ditto.
+ * sim/common/configure.ac: Check for lstat, truncate and ftruncate.
+ * sim/common/configure: Regenerate.
+ * sim/common/config.in: Regenerate.
+
+2005-04-29 Paul Brook <paul@codesourcery.com>
+
* gdb/remote-sim.c (SIGTRAP): Provide default defnition.
* gdb/signals/signals.c (SIGRAP): Ditto.