Index: msp430.h =================================================================== --- msp430.h (revision 1) +++ msp430.h (revision 8) @@ -25,6 +25,10 @@ #ifndef __MSP430_H__ #define __MSP430_H__ +#ifndef SET_ASM_OP +#define SET_ASM_OP "\t.set\t" +#endif + #define TARGET_CPU_CPP_BUILTINS() \ do{ \ builtin_define_std ("MSP430"); \ @@ -773,6 +777,7 @@ %{mmcu=msp430x167:%(cpp_msp2) -D__MSP430_167__} \ %{mmcu=msp430x168:%(cpp_msp2) -D__MSP430_168__} \ %{mmcu=msp430x169:%(cpp_msp2) -D__MSP430_169__} \ +%{mmcu=msp430x1611:%(cpp_msp2) -D__MSP430_1611__} \ %{mmcu=msp430x311:%(cpp_msp1) -D__MSP430_311__} \ %{mmcu=msp430x312:%(cpp_msp1) -D__MSP430_312__} \ %{mmcu=msp430x313:%(cpp_msp1) -D__MSP430_313__} \ @@ -838,6 +843,7 @@ %{mmcu=msp430x167:-m msp430x167 } \ %{mmcu=msp430x168:-m msp430x168 } \ %{mmcu=msp430x169:-m msp430x169 } \ +%{mmcu=msp430x1611:-m msp430x1611 } \ %{mmcu=msp430x311:-m msp430x311 } \ %{mmcu=msp430x312:-m msp430x312 } \ %{mmcu=msp430x313:-m msp430x313 } \ @@ -894,6 +900,7 @@ %{mmcu=msp430x167:crt430x167.o%s} \ %{mmcu=msp430x168:crt430x168.o%s} \ %{mmcu=msp430x169:crt430x169.o%s} \ +%{mmcu=msp430x1611:crt430x1611.o%s} \ %{mmcu=msp430x311:crt430x311.o%s} \ %{mmcu=msp430x312:crt430x312.o%s} \ %{mmcu=msp430x313:crt430x313.o%s} \