diff options
author | Nick Clifton <nickc@redhat.com> | 2019-10-23 10:17:21 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-10-23 10:17:21 +0100 |
commit | de6d8dc25cf728dbb748eeeb8d35642332cc309b (patch) | |
tree | 02cda54f2f4268cf99cbf904258ccd78ab9080d8 /opcodes/ChangeLog | |
parent | 7e785608ce2afae4b3f611f0e4d46cb9633ef937 (diff) | |
download | gdb-de6d8dc25cf728dbb748eeeb8d35642332cc309b.zip gdb-de6d8dc25cf728dbb748eeeb8d35642332cc309b.tar.gz gdb-de6d8dc25cf728dbb748eeeb8d35642332cc309b.tar.bz2 |
Fix typo in RX disassembler error messages.
* rx-dis.c (get_register_name): Fix spelling typo in error
message.
(get_condition_name, get_flag_name, get_double_register_name)
(get_double_register_high_name, get_double_register_low_name)
(get_double_control_register_name, get_double_condition_name)
(get_opsize_name, get_size_name): Likewise.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index e53e95c..4213fba 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +2019-10-23 Nick Clifton <nickc@redhat.com> + + * rx-dis.c (get_register_name): Fix spelling typo in error + message. + (get_condition_name, get_flag_name, get_double_register_name) + (get_double_register_high_name, get_double_register_low_name) + (get_double_control_register_name, get_double_condition_name) + (get_opsize_name, get_size_name): Likewise. + 2019-10-22 Nick Clifton <nickc@redhat.com> * rx-dis.c (get_size_name): New function. Provides safe |