diff options
author | Jeff Law <law@redhat.com> | 2001-12-31 23:44:08 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2001-12-31 23:44:08 +0000 |
commit | 8ef42b2959c577d1f1a9341653668f0126f16e27 (patch) | |
tree | ef5818cb1f549f20454fc6cae63556c763d6cd6e /opcodes/ChangeLog | |
parent | 1befefea7e242d54eb9361f8745b3f386d6df80d (diff) | |
download | gdb-8ef42b2959c577d1f1a9341653668f0126f16e27.zip gdb-8ef42b2959c577d1f1a9341653668f0126f16e27.tar.gz gdb-8ef42b2959c577d1f1a9341653668f0126f16e27.tar.bz2 |
* hppa-dis.c (print_insn_hppa): Handle new 'c' mode completers,
'X', 'M', and 'A'. No longer emit a space after 'x' or 's'.
Always emit a space after 'H'.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b37252f..7b07733 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +Mon Dec 31 16:46:26 2001 Jeffrey A Law (law@redhat.com) + + * hppa-dis.c (print_insn_hppa): Handle new 'c' mode completers, + 'X', 'M', and 'A'. No longer emit a space after 'x' or 's'. + Always emit a space after 'H'. + 2001-12-18 matthew green <mrg@redhat.com> * ppc-opc.c (PPCVEC): Include PPC_OPCODE_ANY. |