From 553ac3b0f480f132654c9117bff81cd801e0e3e2 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Fri, 29 Apr 2005 14:39:19 +0000 Subject: 2005-04-29 Paul Brook * 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. --- ChangeLog.csl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog.csl b/ChangeLog.csl index 5c9c1d1..08f6b24 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,5 +1,15 @@ 2005-04-29 Paul Brook + * 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 + * gdb/remote-sim.c (SIGTRAP): Provide default defnition. * gdb/signals/signals.c (SIGRAP): Ditto. -- cgit v1.1