diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-08-05 01:46:13 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-08-05 01:46:13 +0000 |
commit | 31a0ae495e4eb76de78dc0efaf802b22620c27eb (patch) | |
tree | c5fe82f5676e72e22aa7140d1219629a7dfcf8f3 /gdb/ChangeLog | |
parent | 2c25e0f707882ba49d1ed501fc52e0cd3d8b8d47 (diff) | |
download | gdb-31a0ae495e4eb76de78dc0efaf802b22620c27eb.zip gdb-31a0ae495e4eb76de78dc0efaf802b22620c27eb.tar.gz gdb-31a0ae495e4eb76de78dc0efaf802b22620c27eb.tar.bz2 |
gdb/
* spu-tdep.c (info_spu_event_command, info_spu_signal_command)
(info_spu_mailbox_list, info_spu_mailbox_command, info_spu_dma_cmdlist)
(info_spu_dma_command, info_spu_proxydma_command): Rename uiout
references to current_uiout.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0fb109b..893a0b4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2011-08-05 Jan Kratochvil <jan.kratochvil@redhat.com> + + * spu-tdep.c (info_spu_event_command, info_spu_signal_command) + (info_spu_mailbox_list, info_spu_mailbox_command, info_spu_dma_cmdlist) + (info_spu_dma_command, info_spu_proxydma_command): Rename uiout + references to current_uiout. + 2011-08-04 Pedro Alves <pedro@codesourcery.com> * event-loop.c (gdb_do_one_event): Remove `data' parameter. |