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:
e061d86
)
* hppa-dis.c: (print_insn_hppa): Do output a space before a 'v'
author
Jeff Law
<law@redhat.com>
Sat, 18 Sep 1999 18:19:56 +0000
(18:19 +0000)
committer
Jeff Law
<law@redhat.com>
Sat, 18 Sep 1999 18:19:56 +0000
(18:19 +0000)
operand.
opcodes/ChangeLog
patch
|
blob
|
history
opcodes/hppa-dis.c
patch
|
blob
|
history
diff --git
a/opcodes/ChangeLog
b/opcodes/ChangeLog
index 3d361fc59bb9125cfa1b9a021377fcd67b02140d..cc559a968a753359f853eb88a61a482ff1a61426 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): Do output a space before a 'v'
+ operand.
+
* hppa-dis.c: (print_insn_hppa): Handle 'fX'.
* hppa-dis.c: (print_insn_hppa): Add missing break after
diff --git
a/opcodes/hppa-dis.c
b/opcodes/hppa-dis.c
index 4c2c6ce6f86ef4f507786ea4183eab904beb9ede..f0057c2ee279fd45ad58aa99e851ef8ef1a8c772 100644
(file)
--- a/
opcodes/hppa-dis.c
+++ b/
opcodes/hppa-dis.c
@@
-345,7
+345,7
@@
print_insn_hppa (memaddr, info)
(*info->fprintf_func) (info->stream, "%s", opcode->name);
- if (!strchr ("cfCY?-+nHNZFIu", opcode->args[0]))
+ if (!strchr ("cfCY?-+nHNZFIu
v
", opcode->args[0]))
(*info->fprintf_func) (info->stream, " ");
for (s = opcode->args; *s != '\0'; ++s)
{