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/mcore-opc.h | |
parent | f3445b37b67deb8f67f7885274b2544684503f78 (diff) | |
download | binutils-gdb-43e65147c07b1400ae0dbb6694882eceb2363713.tar.gz |
Remove trailing spaces in opcodes
Diffstat (limited to 'opcodes/mcore-opc.h')
-rw-r--r-- | opcodes/mcore-opc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/mcore-opc.h b/opcodes/mcore-opc.h index f3d2c373c1e..0d23502a15d 100644 --- a/opcodes/mcore-opc.h +++ b/opcodes/mcore-opc.h @@ -128,14 +128,14 @@ const mcore_opcode_info mcore_table[] = { "cmpnei", OB, 0, 0x2A00 }, { "bmaski", OMa, 0, 0x2C00 }, { "divu", O1R1, 0, 0x2C10 }, -/* SPACE: 0x2c20 - 0x2c7f */ +/* SPACE: 0x2c20 - 0x2c7f */ { "bmaski", OMb, 0, 0x2C80 }, { "bmaski", OMc, 0, 0x2D00 }, { "andi", OB, 0, 0x2E00 }, { "bclri", OB, 0, 0x3000 }, /* SPACE: 0x3200 - 0x320f */ { "divs", O1R1, 0, 0x3210 }, -/* SPACE: 0x3220 - 0x326f */ +/* SPACE: 0x3220 - 0x326f */ { "bgeni", OBRa, 0, 0x3270 }, { "bgeni", OBRb, 0, 0x3280 }, { "bgeni", OBRc, 0, 0x3300 }, |