summaryrefslogtreecommitdiff
path: root/sim/ChangeLog
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2006-09-30 02:38:06 +0000
committerHans-Peter Nilsson <hp@axis.com>2006-09-30 02:38:06 +0000
commitad13784836f7f2784e8f32aa11da5ca7225098c3 (patch)
treecff4f117f6a2a7e3ad4aba13af977c85a8602c75 /sim/ChangeLog
parentd0c354039867e69de5f94b4d99c0479d8e8e54c9 (diff)
downloadgdb-ad13784836f7f2784e8f32aa11da5ca7225098c3.tar.gz
* cris/traps.c (TARGET_PIPE_BUF): New macro.
(cris_pipe_empty): Correct initialization of "remaining". Only adjust the "write" return value if more than TARGET_PIPE_BUF bytes are written.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r--sim/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog
index d68f2300ea1..bd3129ac46c 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,3 +1,10 @@
+2006-09-30 Hans-Peter Nilsson <hp@axis.com>
+
+ * cris/traps.c (TARGET_PIPE_BUF): New macro.
+ (cris_pipe_empty): Correct initialization of "remaining". Only
+ adjust the "write" return value if more than TARGET_PIPE_BUF bytes
+ are written.
+
2006-09-29 Hans-Peter Nilsson <hp@axis.com>
* cris/configure.ac: Check for limits.h and sys/param.h.