diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-06-12 14:31:26 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-06-12 14:31:26 +0000 |
commit | 374c1d382bcb2271b3a39ee369717f255ca0777a (patch) | |
tree | 989130eb5dea296e48f94e4863d26fa41030f9db /gdb/gdbserver/ChangeLog | |
parent | ba5016f142dbb4e7dbcc40d4e1317d6a95f01ea4 (diff) | |
download | gdb-374c1d382bcb2271b3a39ee369717f255ca0777a.zip gdb-374c1d382bcb2271b3a39ee369717f255ca0777a.tar.gz gdb-374c1d382bcb2271b3a39ee369717f255ca0777a.tar.bz2 |
ChangeLog:
* spu-linux-nat.c (spu_proc_xfer_spu): Do not return failure when
accessing non-seekable spufs files.
gdbserver/ChangeLog:
* spu-low.c (spu_proc_xfer_spu): Do not return failure when
accessing non-seekable spufs files.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index c74f680..c922989 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,8 @@ +2007-06-12 Ulrich Weigand <uweigand@de.ibm.com> + + * spu-low.c (spu_proc_xfer_spu): Do not return failure when + accessing non-seekable spufs files. + 2007-05-16 Markus Deuling <deuling@de.ibm.com> * server.c (handle_query): Add reply for qC packet. |