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 | 9e1f29ee376456fdee0f2ba5f2730a503d4e6939 (patch) | |
tree | f8127c02445d429b86737a98f1e43a934cec9d36 /opcodes/ChangeLog | |
parent | 351ea406640a59191d64ab90ba48deb43f822421 (diff) | |
download | binutils-redhat-9e1f29ee376456fdee0f2ba5f2730a503d4e6939.tar.gz |
* 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 bb18a8ae78..1c8e71c209 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> |