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:
46e36b1
)
* hppa-dis.c (print_insn_hppa): Output a space after 'X' completer.
author
Jeff Law
<law@redhat.com>
Sat, 18 Sep 1999 19:11:39 +0000
(19:11 +0000)
committer
Jeff Law
<law@redhat.com>
Sat, 18 Sep 1999 19:11:39 +0000
(19:11 +0000)
opcodes/ChangeLog
patch
|
blob
|
history
opcodes/hppa-dis.c
patch
|
blob
|
history
diff --git
a/opcodes/ChangeLog
b/opcodes/ChangeLog
index cc559a968a753359f853eb88a61a482ff1a61426..d10323bf7f13cb76242e3caa2d517c6a78a48fca 100644
(file)
--- a/
opcodes/ChangeLog
+++ b/
opcodes/ChangeLog
@@
-1,5
+1,7
@@
Sat Sep 18 11:36:12 1999 Jeffrey A Law (law@cygnus.com)
+ * hppa-dis.c (print_insn_hppa): Output a space after 'X' completer.
+
* hppa-dis.c: (print_insn_hppa): Do output a space before a 'v'
operand.
diff --git
a/opcodes/hppa-dis.c
b/opcodes/hppa-dis.c
index f0057c2ee279fd45ad58aa99e851ef8ef1a8c772..0009686fd995a3c4c20cbed397a382de2ac97a02 100644
(file)
--- a/
opcodes/hppa-dis.c
+++ b/
opcodes/hppa-dis.c
@@
-701,7
+701,7
@@
print_insn_hppa (memaddr, info)
(*info->fprintf_func) (info->stream, " ");
break;
case 'X':
- (*info->fprintf_func) (info->stream, "%s",
+ (*info->fprintf_func) (info->stream, "%s
",
shift_cond_64_names[GET_FIELD (insn, 16, 18)]);
break;
case 'B':