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/ia64-opc-m.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/ia64-opc-m.c')
-rw-r--r-- | opcodes/ia64-opc-m.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/opcodes/ia64-opc-m.c b/opcodes/ia64-opc-m.c index 8c417fc..9e9e2c7 100644 --- a/opcodes/ia64-opc-m.c +++ b/opcodes/ia64-opc-m.c @@ -190,7 +190,7 @@ struct ia64_opcode ia64_opcodes_m[] = {"ptc.e", M0, OpX3X6b (1, 0, 0x34), {R3}, PRIV, 0, NULL}, #if 0 -// old pre-psn variant with 2-bit hints; +// old pre-psn variant with 2-bit hints; // saved for reference /* integer load */ {"ld1", M, OpMXX6aHint (4, 0, 0, 0x00, 0), {R1, MR3}, EMPTY}, @@ -893,7 +893,7 @@ struct ia64_opcode ia64_opcodes_m[] = #undef LDINCREG #if 0 -// old pre-psn variant with 2-bit hints; +// old pre-psn variant with 2-bit hints; // saved for reference {"st1", M, OpMXX6aHint (4, 0, 0, 0x30, 0), {MR3, R2}, EMPTY}, @@ -1281,7 +1281,7 @@ struct ia64_opcode ia64_opcodes_m[] = #undef STINCIMMED #if 0 -// old pre-psn variant with 2-bit hints; +// old pre-psn variant with 2-bit hints; // saved for reference /* Floating-point load. */ {"ldfs", M, OpMXX6aHint (6, 0, 0, 0x02, 0), {F1, MR3}, EMPTY}, @@ -1718,7 +1718,7 @@ struct ia64_opcode ia64_opcodes_m[] = #undef FLDINCREG #if 0 -// old pre-psn variant with 2-bit hints; +// old pre-psn variant with 2-bit hints; // saved for reference /* Floating-point store. */ {"stfs", M, OpMXX6aHint (6, 0, 0, 0x32, 0), {MR3, F2}, EMPTY}, |