aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-02-05 18:18:49 +0000
committerJeff Law <law@redhat.com>1994-02-05 18:18:49 +0000
commite59f322778472df5cf846224c050aecfd2aa95cf (patch)
tree005198e49bac4468072c524708e0c8ab2f360cb5 /opcodes/ChangeLog
parenta2fcbaf22e2be66bf3bb2384294ee9d9cb95ecab (diff)
downloadgdb-e59f322778472df5cf846224c050aecfd2aa95cf.zip
gdb-e59f322778472df5cf846224c050aecfd2aa95cf.tar.gz
gdb-e59f322778472df5cf846224c050aecfd2aa95cf.tar.bz2
* 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' operands (fmpyadd and fmpysub), handle bizarre register translation correctly for single precision format.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index ca0bc2b..52315a0 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,11 @@
Sat Feb 5 00:04:02 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
+ * 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'
+ operands (fmpyadd and fmpysub), handle bizarre register
+ translation correctly for single precision format.
+
* hppa-dis.c (print_insn_hppa): Do not emit a space after 'F'
or 'I' operands if the next format specifier is 'M' (fcmp
condition completer).