diff options
author | Jeff Law <law@redhat.com> | 1994-02-05 19:15:20 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-02-05 19:15:20 +0000 |
commit | 0bb364c6b3cf4c12ae3156ee7bb817535650b05b (patch) | |
tree | 54df81446bfc3cd7143d92127c821059ccd62c51 /opcodes | |
parent | 29fc92e81a646ff165d56f2dff41ba8bdf9340ba (diff) | |
download | fsf-binutils-gdb-0bb364c6b3cf4c12ae3156ee7bb817535650b05b.zip fsf-binutils-gdb-0bb364c6b3cf4c12ae3156ee7bb817535650b05b.tar.gz fsf-binutils-gdb-0bb364c6b3cf4c12ae3156ee7bb817535650b05b.tar.bz2 |
* hppa-dis.c (print_insn_hppa): For '?' and '@' only adjust the
condition name index if this is for a negated condition.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 52315a0..e502e38 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,8 @@ Sat Feb 5 00:04:02 1994 Jeffrey A. Law (law@snake.cs.utah.edu) + * hppa-dis.c (print_insn_hppa): For '?' and '@' only adjust the + condition name index if this is for a negated condition. + * hppa-dis.c (print_insn_hppa): No space before 'H' operand. Floating point format for 'H' operand is backwards from normal case (0 == double, 1 == single). For '4', '6', '7', '9', and '8' |