diff options
author | Jeff Law <law@redhat.com> | 2000-04-21 22:04:29 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2000-04-21 22:04:29 +0000 |
commit | 91b1cc5d0b006d4036fa32b68688e55f4ac860e5 (patch) | |
tree | 6551da899fbece1c8dce7da57218d9272d00d790 /opcodes/ChangeLog | |
parent | 98e5953c9c54d25e4e2f15f818132490516cbea8 (diff) | |
download | gdb-91b1cc5d0b006d4036fa32b68688e55f4ac860e5.zip gdb-91b1cc5d0b006d4036fa32b68688e55f4ac860e5.tar.gz gdb-91b1cc5d0b006d4036fa32b68688e55f4ac860e5.tar.bz2 |
* hppa-dis.c (extract_16): New function.
(print_insn_hppa): Fix incorrect handling of 'fe'. Added handling of
new operand types l,y,&,fe,fE,fx.
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 bb18a8a..1c8e71c 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +Fri Apr 21 16:03:39 2000 Jason Eckhardt <jle@cygnus.com> + + * hppa-dis.c (extract_16): New function. + (print_insn_hppa): Fix incorrect handling of 'fe'. Added handling of + new operand types l,y,&,fe,fE,fx. + Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com> David Mosberger <davidm@hpl.hp.com> Timothy Wall <twall@cygnus.com> |