projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0c52e9
)
* hppa-dis.c: (print_insn_hppa): Add missing break after
author
Jeff Law
<law@redhat.com>
Sat, 18 Sep 1999 17:57:08 +0000
(17:57 +0000)
committer
Jeff Law
<law@redhat.com>
Sat, 18 Sep 1999 17:57:08 +0000
(17:57 +0000)
FP register case.
opcodes/ChangeLog
patch
|
blob
|
history
opcodes/hppa-dis.c
patch
|
blob
|
history
diff --git
a/opcodes/ChangeLog
b/opcodes/ChangeLog
index 067efdaacd91262992f8a84e84bbc65acd2653ab..6916f8cffd929aea79df970070813ca2920aa2c9 100644
(file)
--- a/
opcodes/ChangeLog
+++ b/
opcodes/ChangeLog
@@
-1,5
+1,8
@@
Sat Sep 18 11:36:12 1999 Jeffrey A Law (law@cygnus.com)
+ * hppa-dis.c: (print_insn_hppa): Add missing break after
+ FP register case.
+
* hppa-dis.c: Finish constifying various completers, register
names, etc etc.
diff --git
a/opcodes/hppa-dis.c
b/opcodes/hppa-dis.c
index b726f57bc318ee2ed6bff51024b043c0d4eb218a..d512d86e84ac81351029c211816fc31d0ee8072f 100644
(file)
--- a/
opcodes/hppa-dis.c
+++ b/
opcodes/hppa-dis.c
@@
-454,6
+454,7
@@
print_insn_hppa (memaddr, info)
break;
}
}
+ break;
case '5':
fput_const (extract_5_load (insn), info);