summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2005-04-29 14:39:19 +0000
committerPaul Brook <paul@codesourcery.com>2005-04-29 14:39:19 +0000
commit3f42007bc9a67fab1f44b081084ce693a12ca294 (patch)
treee6214be0069180194b2e4c64b5c58e16be5daad9
parent8a2a41726424cb1ea1f8aa612ed915154a4b04fd (diff)
downloadbinutils-redhat-3f42007bc9a67fab1f44b081084ce693a12ca294.tar.gz
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 5c9c1d1645..08f6b24ff0 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.