[PATCH] [MSP430] Fix device name symbol defined for MSP430i series of devices

DJ Delorie dj@redhat.com
Wed Jun 6 20:38:00 GMT 2018


> +	  snprintf (mcu_name, sizeof (mcu_name) - 1, "__%s__", target_mcu);
> +	  start_upper = 0;

Can optimize this to 2 :-)

Otherwise OK.



More information about the Gcc-patches mailing list