summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-03-31 15:50:07 +0000
committerNathan Sidwell <nathan@codesourcery.com>2006-03-31 15:50:07 +0000
commit7015d2cd261a38a0250f54dd4572af446816955e (patch)
treef5261df1d5736b89b2b85b944afc1a1eef779b95
parentde22f389f9543d1e0a71d310f0c5137c67942d9b (diff)
downloadcygnal-7015d2cd261a38a0250f54dd4572af446816955e.tar.gz
cygnal-7015d2cd261a38a0250f54dd4572af446816955e.tar.bz2
cygnal-7015d2cd261a38a0250f54dd4572af446816955e.zip
* gdb/remote.c (remote_fetch_registers): Don't warn about short
register packet if we've not set the expected value.
-rw-r--r--ChangeLog.csl3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 630ee38ff..595c1f1f5 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,5 +1,8 @@
2006-03-31 Nathan Sidwell <nathan@codesourcery.com>
+ * gdb/remote.c (remote_fetch_registers): Don't warn about short
+ register packet if we've not set the expected value.
+
* gdb/gdbserver/linux-low.c (linux_read_offsets): Remove debugging
printf.