aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc
diff options
context:
space:
mode:
authorDrew Moseley <dmoseley@cygnus>1998-10-28 21:16:44 +0000
committerDrew Moseley <dmoseley@cygnus>1998-10-28 21:16:44 +0000
commit84e42e1dafc571bda7315ca9bb189556aab6b999 (patch)
tree2db7f0a5dba1d0c72dff2f59dd53499b4437fa56 /sim/ppc
parent7dd47bc8da6d36bbee091eadedca34addd0005ba (diff)
downloadgdb-84e42e1dafc571bda7315ca9bb189556aab6b999.zip
gdb-84e42e1dafc571bda7315ca9bb189556aab6b999.tar.gz
gdb-84e42e1dafc571bda7315ca9bb189556aab6b999.tar.bz2
For cygwin hosts, we need to use the return value from the read
routine as the number of bytes to process. This apparently is due to text-mode vs binary-mode. If the mounts are done text-mode, then the size returnedby fstat() may be different than the number of bytes "read" in text mode.
Diffstat (limited to 'sim/ppc')
-rw-r--r--sim/ppc/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog
index a036ba6..4dc4b40 100644
--- a/sim/ppc/ChangeLog
+++ b/sim/ppc/ChangeLog
@@ -1,3 +1,27 @@
+Mon Sep 28 09:42:45 1998 Drew Moseley <dmoseley@cygnus.com>
+
+ * table.c (table_open): For cygwin hosts, we need to use the return value
+ from the read routine as the number of bytes to process. This apparently
+ is due to text-mode vs binary-mode. If the mounts are done text-mode,
+ then the size returnedby fstat() may be different than the number of
+ bytes "read" in text mode.
+
+Sun Oct 4 00:50:47 1998 Felix Lee <flee@cygnus.com>
+
+ * emul_netbsd.c (do_open): fix order-of-evaluation problem.
+ (do_close): ditto.
+ (do_fstat): ditto.
+ (do_lstat): ditto.
+
+1998-09-03 Michael Meissner <meissner@cygnus.com>
+
+ * emul_{netbsd,unix}.c: Update copyright year.
+
+Mon Jun 29 10:57:36 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
+
+ * sim_calls.c (sim_fetch_register, sim_store_register):
+ return zero when nothing to do.
+
1998-06-26 Michael Meissner <meissner@cygnus.com>
* configure.in (AC_CHECK_HEADERS): Don't check for sys/mount.h.