diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:45:07 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:45:07 -0700 |
commit | 43e65147c07b1400ae0dbb6694882eceb2363713 (patch) | |
tree | e52d56a58d00c74db6c82e736464ab0f500a7181 /opcodes/msp430-dis.c | |
parent | f3445b37b67deb8f67f7885274b2544684503f78 (diff) | |
download | gdb-43e65147c07b1400ae0dbb6694882eceb2363713.zip gdb-43e65147c07b1400ae0dbb6694882eceb2363713.tar.gz gdb-43e65147c07b1400ae0dbb6694882eceb2363713.tar.bz2 |
Remove trailing spaces in opcodes
Diffstat (limited to 'opcodes/msp430-dis.c')
-rw-r--r-- | opcodes/msp430-dis.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/opcodes/msp430-dis.c b/opcodes/msp430-dis.c index 15f3eca..a398ca4 100644 --- a/opcodes/msp430-dis.c +++ b/opcodes/msp430-dis.c @@ -2,7 +2,7 @@ Copyright (C) 2002-2015 Free Software Foundation, Inc. Contributed by Dmitry Diky <diwil@mail.ru> - + This file is part of the GNU opcodes library. This library is free software; you can redistribute it and/or modify @@ -397,7 +397,7 @@ msp430_doubleoperand (disassemble_info *info, Rm Register, x(Rm) Indexed, 0xXXXX Relative, - &0xXXXX Absolute + &0xXXXX Absolute emulated_ins dst basic_ins dst, dst. */ @@ -936,7 +936,7 @@ print_insn_msp430 (bfd_vma addr, disassemble_info *info) sprintf (comm1, "20-bit words"); bc =".a"; } - + cycles = 2; /*FIXME*/ cmd_len = 2; break; @@ -984,7 +984,7 @@ print_insn_msp430 (bfd_vma addr, disassemble_info *info) if (strcmp (opcode->name, "bra") != 0) sprintf (op2, "r%d", reg); break; - + case 1: /* MOVA @Rsrc+, Rdst */ cmd_len = 2; if (strcmp (opcode->name, "reta") != 0) @@ -994,7 +994,7 @@ print_insn_msp430 (bfd_vma addr, disassemble_info *info) sprintf (op2, "r%d", reg); } break; - + case 2: /* MOVA &abs20, Rdst */ cmd_len = 4; n <<= 16; @@ -1005,7 +1005,7 @@ print_insn_msp430 (bfd_vma addr, disassemble_info *info) if (strcmp (opcode->name, "bra") != 0) sprintf (op2, "r%d", reg); break; - + case 3: /* MOVA x(Rsrc), Rdst */ cmd_len = 4; if (strcmp (opcode->name, "bra") != 0) @@ -1051,7 +1051,7 @@ print_insn_msp430 (bfd_vma addr, disassemble_info *info) sprintf (comm2, "0x%05x", n); } break; - + case 8: /* MOVA #imm20, Rdst */ cmd_len = 4; n <<= 16; @@ -1064,7 +1064,7 @@ print_insn_msp430 (bfd_vma addr, disassemble_info *info) if (strcmp (opcode->name, "bra") != 0) sprintf (op2, "r%d", reg); break; - + case 12: /* MOVA Rsrc, Rdst */ cmd_len = 2; sprintf (op1, "r%d", n); @@ -1110,7 +1110,7 @@ print_insn_msp430 (bfd_vma addr, disassemble_info *info) sprintf (comm2, _("Reserved use of A/L and B/W bits detected")); } } - + break; case 1: cmd_len += |