void-packages/srcpkgs/msp430-toolchain/patches/gcc7.patch

12 lines
322 B
Diff

--- a/sources/tools/gcc/config/msp430/msp430.c
+++ b/sources/tools/gcc/config/msp430/msp430.c
@@ -2209,7 +2209,7 @@
}
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),