aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/msp430
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2015-05-12 21:11:13 -0400
committerJason Merrill <jason@gcc.gnu.org>2015-05-12 21:11:13 -0400
commitfe1814cf8401eb2cdc54ce76838bd5996d9d6e70 (patch)
tree16ec5443dfe9fd2ac067417ccf154dbf84aed6b1 /gcc/config/msp430
parent0753c69c6275152ac2be3dc173bf88707a96cf33 (diff)
downloadgcc-fe1814cf8401eb2cdc54ce76838bd5996d9d6e70.zip
gcc-fe1814cf8401eb2cdc54ce76838bd5996d9d6e70.tar.gz
gcc-fe1814cf8401eb2cdc54ce76838bd5996d9d6e70.tar.bz2
mmix.c, msp430.c: Add space between string literal and macro name.
gcc/ * config/mmix/mmix.c, config/msp430/msp430.c: Add space between string literal and macro name. gcc/ada/ * sigtramp-vxworks.c: Add space between string literal and macro name. From-SVN: r223106
Diffstat (limited to 'gcc/config/msp430')
-rw-r--r--gcc/config/msp430/msp430.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/msp430/msp430.c b/gcc/config/msp430/msp430.c
index bec168c..58d0efe 100644
--- a/gcc/config/msp430/msp430.c
+++ b/gcc/config/msp430/msp430.c
@@ -2248,7 +2248,7 @@ static struct
}
const_shift_helpers[] =
{
-#define CSH(N,C,X,G) { "__mspabi_"N, C, X, gen_##G }
+#define CSH(N,C,X,G) { "__mspabi_" N, C, X, gen_##G }
CSH ("slli", 1, 1, slli_1),
CSH ("slll", 1, 1, slll_1),