mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
* hppa-dis.c: (print_insn_hppa): Do output a space before a 'v'
operand.
This commit is contained in:
parent
e061d86ffd
commit
46e36b17b0
@ -1,5 +1,8 @@
|
|||||||
Sat Sep 18 11:36:12 1999 Jeffrey A Law (law@cygnus.com)
|
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): Handle 'fX'.
|
||||||
|
|
||||||
* hppa-dis.c: (print_insn_hppa): Add missing break after
|
* hppa-dis.c: (print_insn_hppa): Add missing break after
|
||||||
|
@ -345,7 +345,7 @@ print_insn_hppa (memaddr, info)
|
|||||||
|
|
||||||
(*info->fprintf_func) (info->stream, "%s", opcode->name);
|
(*info->fprintf_func) (info->stream, "%s", opcode->name);
|
||||||
|
|
||||||
if (!strchr ("cfCY?-+nHNZFIu", opcode->args[0]))
|
if (!strchr ("cfCY?-+nHNZFIuv", opcode->args[0]))
|
||||||
(*info->fprintf_func) (info->stream, " ");
|
(*info->fprintf_func) (info->stream, " ");
|
||||||
for (s = opcode->args; *s != '\0'; ++s)
|
for (s = opcode->args; *s != '\0'; ++s)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user