diff options
author | Chris Demetriou <cgd@google.com> | 2001-11-05 03:07:51 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2001-11-05 03:07:51 +0000 |
commit | def7143b201cce31043a0cf596a325213861e404 (patch) | |
tree | 570d3974793d4c942721f5d55755dbbd172b3d87 /opcodes | |
parent | 5d84d93fd8db25dcbd102473085b47d328ea498f (diff) | |
download | gdb-def7143b201cce31043a0cf596a325213861e404.zip gdb-def7143b201cce31043a0cf596a325213861e404.tar.gz gdb-def7143b201cce31043a0cf596a325213861e404.tar.bz2 |
2001-11-04 Chris Demetriou <cgd@broadcom.com>
* mips-dis.c (print_insn_mips): Remove spaces at end of line.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/mips-dis.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3eca762..6ac5498 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2001-11-04 Chris Demetriou <cgd@broadcom.com> + + * mips-dis.c (print_insn_mips): Remove spaces at end of line. + 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com> * configure.in (ALL_LINGUAS): Add "fr", "sv" and "tr". diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c index feb9d94..13eb728 100644 --- a/opcodes/mips-dis.c +++ b/opcodes/mips-dis.c @@ -457,7 +457,7 @@ print_insn_mips (memaddr, word, info) info->display_endian = info->endian; info->insn_info_valid = 1; info->branch_delay_insns = 0; - info->data_size = 0; + info->data_size = 0; info->insn_type = dis_nonbranch; info->target = 0; info->target2 = 0; |