diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2008-03-10 12:36:08 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2008-03-10 12:36:08 +0000 |
commit | 9971ac47821cb9165226be0c520fc5388cbc97fc (patch) | |
tree | 16de0b892767526200eb1a7d2dd612e63600630c /gdb/ChangeLog | |
parent | aab9fc6c84444847c82e008e41f831438efd5959 (diff) | |
download | gdb-9971ac47821cb9165226be0c520fc5388cbc97fc.zip gdb-9971ac47821cb9165226be0c520fc5388cbc97fc.tar.gz gdb-9971ac47821cb9165226be0c520fc5388cbc97fc.tar.bz2 |
2008-03-10 Hidetaka Takano <hidetaka.takano@glb.toshiba.co.jp>
* spu-tdep.c (info_spu_event_command): Insert a '\0' to the end
of the data passing to strtoulst function.
(info_spu_signal_command): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d375191..f28f62a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2008-03-10 Hidetaka Takano <hidetaka.takano@glb.toshiba.co.jp> + + * spu-tdep.c (info_spu_event_command): Insert a '\0' to the end + of the data passing to strtoulst function. + (info_spu_signal_command): Likewise. + 2008-03-08 Vladimir Prus <vladimir@codesourcery.com> * mi/mi-interp.c (mi_command_loop): Remove |