diff options
author | Stan Shebs <shebs@codesourcery.com> | 2010-04-13 03:53:50 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2010-04-13 03:53:50 +0000 |
commit | 523136f211c183f5e5c51adf00eb84cb838e7d0a (patch) | |
tree | 6ba606e88071d90e346f04db80306b1e11f2f665 /gdb/ChangeLog | |
parent | 02067d243b6e0d2d10246f47740dd01c1da1c810 (diff) | |
download | gdb-523136f211c183f5e5c51adf00eb84cb838e7d0a.zip gdb-523136f211c183f5e5c51adf00eb84cb838e7d0a.tar.gz gdb-523136f211c183f5e5c51adf00eb84cb838e7d0a.tar.bz2 |
2010-04-12 Stan Shebs <stan@codesourcery.com>
* tracepoint.c (tfile_xfer_partial): Check read result.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 865768b..51cdaa6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2010-04-12 Stan Shebs <stan@codesourcery.com> + + * tracepoint.c (tfile_xfer_partial): Check read result. + 2010-04-12 Mike Frysinger <vapier@gentoo.org> * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var. |