]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
[spu] Fix "info spu event" output formatting
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Tue, 8 May 2018 12:13:12 +0000 (14:13 +0200)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Tue, 8 May 2018 12:13:12 +0000 (14:13 +0200)
commit968ae51bac6201d2c63e0c2b4405832dca0795f0
treed207899dda3d7b569b15fdf8b831900a2db40a22
parent95a6d23566165208853a68d9cd3c6eedca840ec6
[spu] Fix "info spu event" output formatting

The formatting of the output of the "info spu event" command changed, causing
spurious test suite failures.  Use phex instead of phex_nz to get back the
expected format, and fix emission of new line characters.

gdb/ChangeLog:
2018-05-08  Ulrich Weigand  <uweigand@de.ibm.com>

* spu-tdep.c (info_spu_event_command): Fix output formatting.
gdb/ChangeLog
gdb/spu-tdep.c