diff options
author | Alan Modra <amodra@gmail.com> | 2001-01-14 05:14:45 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-01-14 05:14:45 +0000 |
commit | 1328dc9844bf1fc941f648d0df5b7c2b3b5fcaba (patch) | |
tree | 240a41c9523cf3446224673743f432a858aa6475 /opcodes/ChangeLog | |
parent | 577a062318714628709c41467904c0cb7b212f94 (diff) | |
download | gdb-1328dc9844bf1fc941f648d0df5b7c2b3b5fcaba.zip gdb-1328dc9844bf1fc941f648d0df5b7c2b3b5fcaba.tar.gz gdb-1328dc9844bf1fc941f648d0df5b7c2b3b5fcaba.tar.bz2 |
Adds assembly and dis-assembly support for the HPPA wide
mode, 16 bit forms of ldi, ldo, ldw and stw instructions.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index e118c0e..5609161 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2001-01-14 Alan Modra <alan@linuxcare.com.au> + + * hppa-dis.c (print_insn_hppa): Handle '>' and '<' arg types. + 2001-01-13 Nick Clifton <nickc@redhat.com> * disassemble.c: Remove spurious white space. |